← 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: 2-43813262-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=43813262&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 43813262,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022436.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1810C>G",
"hgvs_p": "p.Gln604Glu",
"transcript": "NM_022436.3",
"protein_id": "NP_071881.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 651,
"cds_start": 1810,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000405322.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022436.3"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1810C>G",
"hgvs_p": "p.Gln604Glu",
"transcript": "ENST00000405322.8",
"protein_id": "ENSP00000384513.2",
"transcript_support_level": 1,
"aa_start": 604,
"aa_end": null,
"aa_length": 651,
"cds_start": 1810,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022436.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405322.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.2331C>G",
"hgvs_p": null,
"transcript": "ENST00000486512.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486512.5"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1675C>G",
"hgvs_p": "p.Gln559Glu",
"transcript": "ENST00000882115.1",
"protein_id": "ENSP00000552174.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 606,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882115.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1540C>G",
"hgvs_p": "p.Gln514Glu",
"transcript": "ENST00000882114.1",
"protein_id": "ENSP00000552173.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 561,
"cds_start": 1540,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882114.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1405C>G",
"hgvs_p": "p.Gln469Glu",
"transcript": "ENST00000882116.1",
"protein_id": "ENSP00000552175.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 516,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882116.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.490C>G",
"hgvs_p": "p.Gln164Glu",
"transcript": "ENST00000882117.1",
"protein_id": "ENSP00000552176.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 211,
"cds_start": 490,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882117.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1675C>G",
"hgvs_p": "p.Gln559Glu",
"transcript": "XM_011533024.3",
"protein_id": "XP_011531326.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 606,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533024.3"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1567C>G",
"hgvs_p": "p.Gln523Glu",
"transcript": "XM_011533025.4",
"protein_id": "XP_011531327.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 570,
"cds_start": 1567,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533025.4"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1567C>G",
"hgvs_p": "p.Gln523Glu",
"transcript": "XM_047445409.1",
"protein_id": "XP_047301365.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 570,
"cds_start": 1567,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445409.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1540C>G",
"hgvs_p": "p.Gln514Glu",
"transcript": "XM_011533026.3",
"protein_id": "XP_011531328.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 561,
"cds_start": 1540,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533026.3"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1297C>G",
"hgvs_p": "p.Gln433Glu",
"transcript": "XM_011533027.4",
"protein_id": "XP_011531329.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 480,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533027.4"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.973C>G",
"hgvs_p": "p.Gln325Glu",
"transcript": "XM_011533028.3",
"protein_id": "XP_011531330.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 372,
"cds_start": 973,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533028.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.*20C>G",
"hgvs_p": null,
"transcript": "XM_005264480.5",
"protein_id": "XP_005264537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264480.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.*20C>G",
"hgvs_p": null,
"transcript": "XM_047445411.1",
"protein_id": "XP_047301367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DYNC2LI1",
"gene_hgnc_id": 24595,
"hgvs_c": "c.*15+2738G>C",
"hgvs_p": null,
"transcript": "NM_001348913.2",
"protein_id": "NP_001335842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348913.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DYNC2LI1",
"gene_hgnc_id": 24595,
"hgvs_c": "c.*15+2738G>C",
"hgvs_p": null,
"transcript": "NM_001348912.2",
"protein_id": "NP_001335841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348912.2"
},
{
"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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1762+1215C>G",
"hgvs_p": null,
"transcript": "XM_006712073.4",
"protein_id": "XP_006712136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712073.4"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.1249+1215C>G",
"hgvs_p": null,
"transcript": "XM_047445410.1",
"protein_id": "XP_047301366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": null,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445410.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.2093C>G",
"hgvs_p": null,
"transcript": "ENST00000409962.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000409962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.2194C>G",
"hgvs_p": null,
"transcript": "ENST00000644754.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644754.1"
}
],
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"dbsnp": "rs6720173",
"frequency_reference_population": 0.17993814,
"hom_count_reference_population": 28676,
"allele_count_reference_population": 290088,
"gnomad_exomes_af": 0.176625,
"gnomad_genomes_af": 0.211715,
"gnomad_exomes_ac": 257865,
"gnomad_genomes_ac": 32223,
"gnomad_exomes_homalt": 24790,
"gnomad_genomes_homalt": 3886,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003144204616546631,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.075,
"revel_prediction": "Benign",
"alphamissense_score": 0.0514,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.369,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_022436.3",
"gene_symbol": "ABCG5",
"hgnc_id": 13886,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1810C>G",
"hgvs_p": "p.Gln604Glu"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001348913.2",
"gene_symbol": "DYNC2LI1",
"hgnc_id": 24595,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*15+2738G>C",
"hgvs_p": null
}
],
"clinvar_disease": "Cardiovascular phenotype,Sitosterolemia,Sitosterolemia 1,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:6",
"phenotype_combined": "Sitosterolemia|not provided|Sitosterolemia 1|not specified|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}