← 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-90084321-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=90084321&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 90084321,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002168.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1304C>A",
"hgvs_p": "p.Thr435Lys",
"transcript": "NM_002168.4",
"protein_id": "NP_002159.2",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 452,
"cds_start": 1304,
"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": "T",
"aa_alt": "K",
"canonical": true,
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1304C>A",
"hgvs_p": "p.Thr435Lys",
"transcript": "ENST00000330062.8",
"protein_id": "ENSP00000331897.4",
"transcript_support_level": 1,
"aa_start": 435,
"aa_end": null,
"aa_length": 452,
"cds_start": 1304,
"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": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1388C>A",
"hgvs_p": "p.Thr463Lys",
"transcript": "ENST00000864224.1",
"protein_id": "ENSP00000534283.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 480,
"cds_start": 1388,
"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": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1373C>A",
"hgvs_p": "p.Thr458Lys",
"transcript": "ENST00000864227.1",
"protein_id": "ENSP00000534286.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 475,
"cds_start": 1373,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1301C>A",
"hgvs_p": "p.Thr434Lys",
"transcript": "ENST00000864229.1",
"protein_id": "ENSP00000534288.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 451,
"cds_start": 1301,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1298C>A",
"hgvs_p": "p.Thr433Lys",
"transcript": "ENST00000864223.1",
"protein_id": "ENSP00000534282.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 450,
"cds_start": 1298,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1277C>A",
"hgvs_p": "p.Thr426Lys",
"transcript": "ENST00000864228.1",
"protein_id": "ENSP00000534287.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 443,
"cds_start": 1277,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1271C>A",
"hgvs_p": "p.Thr424Lys",
"transcript": "ENST00000864225.1",
"protein_id": "ENSP00000534284.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 441,
"cds_start": 1271,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1211C>A",
"hgvs_p": "p.Thr404Lys",
"transcript": "ENST00000864221.1",
"protein_id": "ENSP00000534280.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 421,
"cds_start": 1211,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1193C>A",
"hgvs_p": "p.Thr398Lys",
"transcript": "ENST00000948834.1",
"protein_id": "ENSP00000618893.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 415,
"cds_start": 1193,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1187C>A",
"hgvs_p": "p.Thr396Lys",
"transcript": "ENST00000948835.1",
"protein_id": "ENSP00000618894.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 413,
"cds_start": 1187,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1172C>A",
"hgvs_p": "p.Thr391Lys",
"transcript": "ENST00000864226.1",
"protein_id": "ENSP00000534285.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 408,
"cds_start": 1172,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1160C>A",
"hgvs_p": "p.Thr387Lys",
"transcript": "ENST00000864222.1",
"protein_id": "ENSP00000534281.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 404,
"cds_start": 1160,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1148C>A",
"hgvs_p": "p.Thr383Lys",
"transcript": "NM_001289910.1",
"protein_id": "NP_001276839.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 400,
"cds_start": 1148,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.1148C>A",
"hgvs_p": "p.Thr383Lys",
"transcript": "ENST00000540499.2",
"protein_id": "ENSP00000446147.2",
"transcript_support_level": 2,
"aa_start": 383,
"aa_end": null,
"aa_length": 400,
"cds_start": 1148,
"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": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.914C>A",
"hgvs_p": "p.Thr305Lys",
"transcript": "NM_001290114.2",
"protein_id": "NP_001277043.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 322,
"cds_start": 914,
"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": "T",
"aa_alt": "K",
"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": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.884C>A",
"hgvs_p": "p.Thr295Lys",
"transcript": "ENST00000559482.5",
"protein_id": "ENSP00000453016.1",
"transcript_support_level": 5,
"aa_start": 295,
"aa_end": null,
"aa_length": 312,
"cds_start": 884,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "n.*929C>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "n.*929C>A",
"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": "rs118053940",
"frequency_reference_population": 6.840928e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84093e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21132686734199524,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.159,
"revel_prediction": "Benign",
"alphamissense_score": 0.1784,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.114,
"phylop100way_prediction": "Uncertain_significance",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002168.4",
"gene_symbol": "IDH2",
"hgnc_id": 5383,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1304C>A",
"hgvs_p": "p.Thr435Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}