← 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-241755966-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=241755966&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 241755966,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000321264.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Ala420Thr",
"transcript": "NM_152783.5",
"protein_id": "NP_689996.4",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 521,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1416,
"cdna_end": null,
"cdna_length": 2566,
"mane_select": "ENST00000321264.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Ala420Thr",
"transcript": "ENST00000321264.9",
"protein_id": "ENSP00000315351.4",
"transcript_support_level": 1,
"aa_start": 420,
"aa_end": null,
"aa_length": 521,
"cds_start": 1258,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1416,
"cdna_end": null,
"cdna_length": 2566,
"mane_select": "NM_152783.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.*2494G>A",
"hgvs_p": null,
"transcript": "ENST00000436747.5",
"protein_id": "ENSP00000400212.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.1148G>A",
"hgvs_p": null,
"transcript": "ENST00000468064.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"transcript": "ENST00000470343.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.457G>A",
"hgvs_p": null,
"transcript": "ENST00000473126.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.1085G>A",
"hgvs_p": null,
"transcript": "ENST00000486953.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.*2494G>A",
"hgvs_p": null,
"transcript": "ENST00000436747.5",
"protein_id": "ENSP00000400212.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "NM_001287249.2",
"protein_id": "NP_001274178.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 387,
"cds_start": 856,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "ENST00000403782.5",
"protein_id": "ENSP00000384723.1",
"transcript_support_level": 2,
"aa_start": 286,
"aa_end": null,
"aa_length": 387,
"cds_start": 856,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 2208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.697G>A",
"hgvs_p": "p.Ala233Thr",
"transcript": "NM_001352824.2",
"protein_id": "NP_001339753.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 334,
"cds_start": 697,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1399,
"cdna_end": null,
"cdna_length": 2549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.517G>A",
"hgvs_p": "p.Ala173Thr",
"transcript": "ENST00000432449.1",
"protein_id": "ENSP00000395837.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 187,
"cds_start": 517,
"cds_end": null,
"cds_length": 565,
"cdna_start": 518,
"cdna_end": null,
"cdna_length": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.*8G>A",
"hgvs_p": null,
"transcript": "ENST00000400769.6",
"protein_id": "ENSP00000383580.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.654G>A",
"hgvs_p": null,
"transcript": "ENST00000445308.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.1129G>A",
"hgvs_p": null,
"transcript": "NR_109778.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "n.*8G>A",
"hgvs_p": null,
"transcript": "ENST00000400769.6",
"protein_id": "ENSP00000383580.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.1218+4578G>A",
"hgvs_p": null,
"transcript": "XM_011511750.4",
"protein_id": "XP_011510052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": -4,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.1140+4578G>A",
"hgvs_p": null,
"transcript": "XM_047445718.1",
"protein_id": "XP_047301674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": -4,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.853+11089G>A",
"hgvs_p": null,
"transcript": "XM_011511756.3",
"protein_id": "XP_011510058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000234793",
"gene_hgnc_id": null,
"hgvs_c": "n.-226C>T",
"hgvs_p": null,
"transcript": "ENST00000417267.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"hgvs_c": "c.*156G>A",
"hgvs_p": null,
"transcript": "XM_047445694.1",
"protein_id": "XP_047301650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 438,
"cds_start": -4,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "D2HGDH",
"gene_hgnc_id": 28358,
"dbsnp": "rs149504235",
"frequency_reference_population": 0.0029502918,
"hom_count_reference_population": 9,
"allele_count_reference_population": 4735,
"gnomad_exomes_af": 0.00301521,
"gnomad_genomes_af": 0.00233105,
"gnomad_exomes_ac": 4380,
"gnomad_genomes_ac": 355,
"gnomad_exomes_homalt": 9,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01541668176651001,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.309,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0681,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.441,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM1,BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000321264.9",
"gene_symbol": "D2HGDH",
"hgnc_id": 28358,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1258G>A",
"hgvs_p": "p.Ala420Thr"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000417267.1",
"gene_symbol": "ENSG00000234793",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-226C>T",
"hgvs_p": null
}
],
"clinvar_disease": "D-2-hydroxyglutaric aciduria 1,D2HGDH-related disorder,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1 B:1",
"phenotype_combined": "D-2-hydroxyglutaric aciduria 1|not provided|D2HGDH-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}