← 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: 19-41422173-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=41422173&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 41422173,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000709.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "NM_000709.4",
"protein_id": "NP_000700.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 445,
"cds_start": 656,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000269980.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000709.4"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000269980.7",
"protein_id": "ENSP00000269980.2",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 445,
"cds_start": 656,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000709.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000269980.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255730",
"gene_hgnc_id": null,
"hgvs_c": "c.758C>T",
"hgvs_p": "p.Ala253Val",
"transcript": "ENST00000540732.3",
"protein_id": "ENSP00000443246.1",
"transcript_support_level": 2,
"aa_start": 253,
"aa_end": null,
"aa_length": 479,
"cds_start": 758,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540732.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Ala295Val",
"transcript": "ENST00000919033.1",
"protein_id": "ENSP00000589092.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 521,
"cds_start": 884,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919033.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000906426.1",
"protein_id": "ENSP00000576485.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 470,
"cds_start": 656,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906426.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000906427.1",
"protein_id": "ENSP00000576486.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 469,
"cds_start": 656,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906427.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000906422.1",
"protein_id": "ENSP00000576481.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 458,
"cds_start": 656,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906422.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.590C>T",
"hgvs_p": "p.Ala197Val",
"transcript": "ENST00000457836.6",
"protein_id": "ENSP00000416000.2",
"transcript_support_level": 2,
"aa_start": 197,
"aa_end": null,
"aa_length": 448,
"cds_start": 590,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457836.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "NM_001164783.2",
"protein_id": "NP_001158255.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 444,
"cds_start": 656,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164783.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000906421.1",
"protein_id": "ENSP00000576480.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 444,
"cds_start": 656,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906421.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val",
"transcript": "ENST00000967145.1",
"protein_id": "ENSP00000637204.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 403,
"cds_start": 656,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967145.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.494C>T",
"hgvs_p": "p.Ala165Val",
"transcript": "ENST00000906424.1",
"protein_id": "ENSP00000576483.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 391,
"cds_start": 494,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906424.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.389C>T",
"hgvs_p": "p.Ala130Val",
"transcript": "ENST00000906425.1",
"protein_id": "ENSP00000576484.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 356,
"cds_start": 389,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906425.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.569C>T",
"hgvs_p": "p.Ala190Val",
"transcript": "ENST00000542943.5",
"protein_id": "ENSP00000440345.1",
"transcript_support_level": 5,
"aa_start": 190,
"aa_end": null,
"aa_length": 327,
"cds_start": 569,
"cds_end": null,
"cds_length": 986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542943.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.554C>T",
"hgvs_p": "p.Ala185Val",
"transcript": "ENST00000541315.1",
"protein_id": "ENSP00000445809.1",
"transcript_support_level": 3,
"aa_start": 185,
"aa_end": null,
"aa_length": 209,
"cds_start": 554,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541315.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.647-456C>T",
"hgvs_p": null,
"transcript": "ENST00000906423.1",
"protein_id": "ENSP00000576482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": null,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906423.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.647-459C>T",
"hgvs_p": null,
"transcript": "ENST00000967147.1",
"protein_id": "ENSP00000637206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": null,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967147.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "c.407-2329C>T",
"hgvs_p": null,
"transcript": "ENST00000919034.1",
"protein_id": "ENSP00000589093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919034.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "n.285C>T",
"hgvs_p": null,
"transcript": "ENST00000535632.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000535632.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "n.782C>T",
"hgvs_p": null,
"transcript": "ENST00000538423.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000538423.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"hgvs_c": "n.284C>T",
"hgvs_p": null,
"transcript": "ENST00000545787.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000545787.1"
}
],
"gene_symbol": "BCKDHA",
"gene_hgnc_id": 986,
"dbsnp": "rs532361185",
"frequency_reference_population": 0.000013636155,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.0000143714,
"gnomad_genomes_af": 0.00000657358,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.78493332862854,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.748,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2551,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.049,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP3",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000709.4",
"gene_symbol": "BCKDHA",
"hgnc_id": 986,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Ala219Val"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000540732.3",
"gene_symbol": "ENSG00000255730",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.758C>T",
"hgvs_p": "p.Ala253Val"
}
],
"clinvar_disease": "Inborn genetic diseases,Maple syrup urine disease,Maple syrup urine disease type 1A",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Maple syrup urine disease|Maple syrup urine disease type 1A|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}