← 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-43813119-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=43813119&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 43813119,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_022436.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1953G>A",
"hgvs_p": "p.Arg651Arg",
"transcript": "NM_022436.3",
"protein_id": "NP_071881.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 651,
"cds_start": 1953,
"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": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1953G>A",
"hgvs_p": "p.Arg651Arg",
"transcript": "ENST00000405322.8",
"protein_id": "ENSP00000384513.2",
"transcript_support_level": 1,
"aa_start": 651,
"aa_end": null,
"aa_length": 651,
"cds_start": 1953,
"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.2474G>A",
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1818G>A",
"hgvs_p": "p.Arg606Arg",
"transcript": "ENST00000882115.1",
"protein_id": "ENSP00000552174.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 606,
"cds_start": 1818,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1683G>A",
"hgvs_p": "p.Arg561Arg",
"transcript": "ENST00000882114.1",
"protein_id": "ENSP00000552173.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 561,
"cds_start": 1683,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1548G>A",
"hgvs_p": "p.Arg516Arg",
"transcript": "ENST00000882116.1",
"protein_id": "ENSP00000552175.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 516,
"cds_start": 1548,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.633G>A",
"hgvs_p": "p.Arg211Arg",
"transcript": "ENST00000882117.1",
"protein_id": "ENSP00000552176.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 211,
"cds_start": 633,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1818G>A",
"hgvs_p": "p.Arg606Arg",
"transcript": "XM_011533024.3",
"protein_id": "XP_011531326.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 606,
"cds_start": 1818,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1710G>A",
"hgvs_p": "p.Arg570Arg",
"transcript": "XM_011533025.4",
"protein_id": "XP_011531327.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 570,
"cds_start": 1710,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1710G>A",
"hgvs_p": "p.Arg570Arg",
"transcript": "XM_047445409.1",
"protein_id": "XP_047301365.1",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 570,
"cds_start": 1710,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1683G>A",
"hgvs_p": "p.Arg561Arg",
"transcript": "XM_011533026.3",
"protein_id": "XP_011531328.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 561,
"cds_start": 1683,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1440G>A",
"hgvs_p": "p.Arg480Arg",
"transcript": "XM_011533027.4",
"protein_id": "XP_011531329.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 480,
"cds_start": 1440,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.1116G>A",
"hgvs_p": "p.Arg372Arg",
"transcript": "XM_011533028.3",
"protein_id": "XP_011531330.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 372,
"cds_start": 1116,
"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.*163G>A",
"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.*163G>A",
"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+2595C>T",
"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+2595C>T",
"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+1358G>A",
"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+1358G>A",
"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.2236G>A",
"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.2337G>A",
"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": "rs1666566562",
"frequency_reference_population": 0.0000029179246,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000291792,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5099999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.865,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_022436.3",
"gene_symbol": "ABCG5",
"hgnc_id": 13886,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1953G>A",
"hgvs_p": "p.Arg651Arg"
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001348913.2",
"gene_symbol": "DYNC2LI1",
"hgnc_id": 24595,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*15+2595C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Sitosterolemia",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Sitosterolemia",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}