← 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: X-153786822-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=153786822&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 153786822,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_004135.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "NM_004135.4",
"protein_id": "NP_004126.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 393,
"cds_start": 903,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000217901.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004135.4"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "ENST00000217901.10",
"protein_id": "ENSP00000217901.5",
"transcript_support_level": 1,
"aa_start": 301,
"aa_end": null,
"aa_length": 393,
"cds_start": 903,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004135.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000217901.10"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.318T>C",
"hgvs_p": "p.His106His",
"transcript": "ENST00000454076.5",
"protein_id": "ENSP00000400115.1",
"transcript_support_level": 1,
"aa_start": 106,
"aa_end": null,
"aa_length": 210,
"cds_start": 318,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454076.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.1002T>C",
"hgvs_p": "p.His334His",
"transcript": "ENST00000958656.1",
"protein_id": "ENSP00000628715.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 426,
"cds_start": 1002,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958656.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.939T>C",
"hgvs_p": "p.His313His",
"transcript": "ENST00000958648.1",
"protein_id": "ENSP00000628707.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 405,
"cds_start": 939,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958648.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.897T>C",
"hgvs_p": "p.His299His",
"transcript": "ENST00000958650.1",
"protein_id": "ENSP00000628709.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 391,
"cds_start": 897,
"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": "ENST00000958650.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.891T>C",
"hgvs_p": "p.His297His",
"transcript": "ENST00000854367.1",
"protein_id": "ENSP00000524426.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 389,
"cds_start": 891,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854367.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "ENST00000958651.1",
"protein_id": "ENSP00000628710.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 384,
"cds_start": 903,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958651.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.870T>C",
"hgvs_p": "p.His290His",
"transcript": "ENST00000958653.1",
"protein_id": "ENSP00000628712.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 382,
"cds_start": 870,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958653.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "NM_174869.3",
"protein_id": "NP_777358.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 380,
"cds_start": 903,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_174869.3"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "ENST00000370092.7",
"protein_id": "ENSP00000359110.3",
"transcript_support_level": 5,
"aa_start": 301,
"aa_end": null,
"aa_length": 380,
"cds_start": 903,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370092.7"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.861T>C",
"hgvs_p": "p.His287His",
"transcript": "ENST00000958649.1",
"protein_id": "ENSP00000628708.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 379,
"cds_start": 861,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958649.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.849T>C",
"hgvs_p": "p.His283His",
"transcript": "ENST00000854366.1",
"protein_id": "ENSP00000524425.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 375,
"cds_start": 849,
"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": "ENST00000854366.1"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His",
"transcript": "ENST00000370093.5",
"protein_id": "ENSP00000359111.1",
"transcript_support_level": 2,
"aa_start": 301,
"aa_end": null,
"aa_length": 340,
"cds_start": 903,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370093.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.729T>C",
"hgvs_p": "p.His243His",
"transcript": "ENST00000427365.6",
"protein_id": "ENSP00000408529.2",
"transcript_support_level": 5,
"aa_start": 243,
"aa_end": null,
"aa_length": 322,
"cds_start": 729,
"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": "ENST00000427365.6"
},
{
"aa_ref": "H",
"aa_alt": "H",
"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": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.834T>C",
"hgvs_p": "p.His278His",
"transcript": "ENST00000444450.5",
"protein_id": "ENSP00000401862.1",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 284,
"cds_start": 834,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444450.5"
},
{
"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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.777+229T>C",
"hgvs_p": null,
"transcript": "ENST00000958655.1",
"protein_id": "ENSP00000628714.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": null,
"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": "ENST00000958655.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.777+229T>C",
"hgvs_p": null,
"transcript": "ENST00000958652.1",
"protein_id": "ENSP00000628711.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958652.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.723+229T>C",
"hgvs_p": null,
"transcript": "ENST00000918597.1",
"protein_id": "ENSP00000588656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 326,
"cds_start": null,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918597.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.82-373T>C",
"hgvs_p": null,
"transcript": "ENST00000958654.1",
"protein_id": "ENSP00000628713.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958654.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.*229T>C",
"hgvs_p": null,
"transcript": "ENST00000444338.1",
"protein_id": "ENSP00000402747.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 198,
"cds_start": null,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444338.1"
}
],
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"dbsnp": "rs375839969",
"frequency_reference_population": 0.00003640871,
"hom_count_reference_population": 21,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000374465,
"gnomad_genomes_af": 0.0000264071,
"gnomad_exomes_ac": 41,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5099999904632568,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.51,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.94,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.286,
"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": "BP7,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP7",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_004135.4",
"gene_symbol": "IDH3G",
"hgnc_id": 5386,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.903T>C",
"hgvs_p": "p.His301His"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}