← 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: 15-90084832-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=90084832&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 90084832,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002168.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1255A>G",
"hgvs_p": "p.Ile419Val",
"transcript": "NM_002168.4",
"protein_id": "NP_002159.2",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 452,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000330062.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002168.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1255A>G",
"hgvs_p": "p.Ile419Val",
"transcript": "ENST00000330062.8",
"protein_id": "ENSP00000331897.4",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 452,
"cds_start": 1255,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002168.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330062.8"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1339A>G",
"hgvs_p": "p.Ile447Val",
"transcript": "ENST00000864224.1",
"protein_id": "ENSP00000534283.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 480,
"cds_start": 1339,
"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": "ENST00000864224.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1324A>G",
"hgvs_p": "p.Ile442Val",
"transcript": "ENST00000864227.1",
"protein_id": "ENSP00000534286.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 475,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864227.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1252A>G",
"hgvs_p": "p.Ile418Val",
"transcript": "ENST00000864229.1",
"protein_id": "ENSP00000534288.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 451,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864229.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1249A>G",
"hgvs_p": "p.Ile417Val",
"transcript": "ENST00000864223.1",
"protein_id": "ENSP00000534282.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 450,
"cds_start": 1249,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864223.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1228A>G",
"hgvs_p": "p.Ile410Val",
"transcript": "ENST00000864228.1",
"protein_id": "ENSP00000534287.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 443,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864228.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1222A>G",
"hgvs_p": "p.Ile408Val",
"transcript": "ENST00000864225.1",
"protein_id": "ENSP00000534284.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 441,
"cds_start": 1222,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864225.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1144A>G",
"hgvs_p": "p.Ile382Val",
"transcript": "ENST00000948834.1",
"protein_id": "ENSP00000618893.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 415,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948834.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1138A>G",
"hgvs_p": "p.Ile380Val",
"transcript": "ENST00000948835.1",
"protein_id": "ENSP00000618894.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 413,
"cds_start": 1138,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948835.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1123A>G",
"hgvs_p": "p.Ile375Val",
"transcript": "ENST00000864226.1",
"protein_id": "ENSP00000534285.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 408,
"cds_start": 1123,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864226.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1111A>G",
"hgvs_p": "p.Ile371Val",
"transcript": "ENST00000864222.1",
"protein_id": "ENSP00000534281.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 404,
"cds_start": 1111,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864222.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Ile367Val",
"transcript": "NM_001289910.1",
"protein_id": "NP_001276839.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 400,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289910.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Ile367Val",
"transcript": "ENST00000540499.2",
"protein_id": "ENSP00000446147.2",
"transcript_support_level": 2,
"aa_start": 367,
"aa_end": null,
"aa_length": 400,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540499.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.865A>G",
"hgvs_p": "p.Ile289Val",
"transcript": "NM_001290114.2",
"protein_id": "NP_001277043.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 322,
"cds_start": 865,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290114.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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1178+169A>G",
"hgvs_p": null,
"transcript": "ENST00000864221.1",
"protein_id": "ENSP00000534280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864221.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.851+169A>G",
"hgvs_p": null,
"transcript": "ENST00000559482.5",
"protein_id": "ENSP00000453016.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": null,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559482.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "n.*880A>G",
"hgvs_p": null,
"transcript": "ENST00000560061.1",
"protein_id": "ENSP00000453254.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000560061.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "n.*880A>G",
"hgvs_p": null,
"transcript": "ENST00000560061.1",
"protein_id": "ENSP00000453254.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000560061.1"
}
],
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"dbsnp": "rs1423721679",
"frequency_reference_population": 0.0000034207449,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342074,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.32506853342056274,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.293,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0993,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.06,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BS2_Supporting",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BS2_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002168.4",
"gene_symbol": "IDH2",
"hgnc_id": 5383,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1255A>G",
"hgvs_p": "p.Ile419Val"
}
],
"clinvar_disease": "D-2-hydroxyglutaric aciduria 2",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "D-2-hydroxyglutaric aciduria 2",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}