← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-125547571-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=125547571&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 125547571,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022776.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1676A>G",
"hgvs_p": "p.His559Arg",
"transcript": "NM_022776.5",
"protein_id": "NP_073613.2",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 747,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 2373,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "ENST00000296220.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022776.5"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1676A>G",
"hgvs_p": "p.His559Arg",
"transcript": "ENST00000296220.6",
"protein_id": "ENSP00000296220.5",
"transcript_support_level": 1,
"aa_start": 559,
"aa_end": null,
"aa_length": 747,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 2373,
"cdna_end": null,
"cdna_length": 4598,
"mane_select": "NM_022776.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296220.6"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1673A>G",
"hgvs_p": "p.His558Arg",
"transcript": "ENST00000910157.1",
"protein_id": "ENSP00000580216.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 746,
"cds_start": 1673,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2117,
"cdna_end": null,
"cdna_length": 4342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910157.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1670A>G",
"hgvs_p": "p.His557Arg",
"transcript": "ENST00000931704.1",
"protein_id": "ENSP00000601763.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 745,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2462,
"cdna_end": null,
"cdna_length": 4684,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931704.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1607A>G",
"hgvs_p": "p.His536Arg",
"transcript": "ENST00000931706.1",
"protein_id": "ENSP00000601765.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 724,
"cds_start": 1607,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2225,
"cdna_end": null,
"cdna_length": 4450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931706.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1535A>G",
"hgvs_p": "p.His512Arg",
"transcript": "ENST00000931705.1",
"protein_id": "ENSP00000601764.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 700,
"cds_start": 1535,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 2287,
"cdna_end": null,
"cdna_length": 4512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931705.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1514A>G",
"hgvs_p": "p.His505Arg",
"transcript": "ENST00000910155.1",
"protein_id": "ENSP00000580214.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 693,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 4436,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910155.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1499A>G",
"hgvs_p": "p.His500Arg",
"transcript": "ENST00000910154.1",
"protein_id": "ENSP00000580213.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 688,
"cds_start": 1499,
"cds_end": null,
"cds_length": 2067,
"cdna_start": 2249,
"cdna_end": null,
"cdna_length": 4474,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910154.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1340A>G",
"hgvs_p": "p.His447Arg",
"transcript": "ENST00000953165.1",
"protein_id": "ENSP00000623224.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 635,
"cds_start": 1340,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 4030,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953165.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1177A>G",
"hgvs_p": "p.Met393Val",
"transcript": "XM_047447396.1",
"protein_id": "XP_047303352.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 409,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 1874,
"cdna_end": null,
"cdna_length": 2032,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.165-8938A>G",
"hgvs_p": null,
"transcript": "ENST00000910156.1",
"protein_id": "ENSP00000580215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": null,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2894,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910156.1"
}
],
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"dbsnp": "rs1935838755",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5458377003669739,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.368,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2235,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.121,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_022776.5",
"gene_symbol": "OSBPL11",
"hgnc_id": 16397,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1676A>G",
"hgvs_p": "p.His559Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}