← 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-153786389-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=153786389&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 153786389,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004135.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "NM_004135.4",
"protein_id": "NP_004126.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 393,
"cds_start": 985,
"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": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "ENST00000217901.10",
"protein_id": "ENSP00000217901.5",
"transcript_support_level": 1,
"aa_start": 329,
"aa_end": null,
"aa_length": 393,
"cds_start": 985,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.400C>G",
"hgvs_p": "p.Leu134Val",
"transcript": "ENST00000454076.5",
"protein_id": "ENSP00000400115.1",
"transcript_support_level": 1,
"aa_start": 134,
"aa_end": null,
"aa_length": 210,
"cds_start": 400,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.1084C>G",
"hgvs_p": "p.Leu362Val",
"transcript": "ENST00000958656.1",
"protein_id": "ENSP00000628715.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 426,
"cds_start": 1084,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.1021C>G",
"hgvs_p": "p.Leu341Val",
"transcript": "ENST00000958648.1",
"protein_id": "ENSP00000628707.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 405,
"cds_start": 1021,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Leu327Val",
"transcript": "ENST00000958650.1",
"protein_id": "ENSP00000628709.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 391,
"cds_start": 979,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.973C>G",
"hgvs_p": "p.Leu325Val",
"transcript": "ENST00000854367.1",
"protein_id": "ENSP00000524426.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 389,
"cds_start": 973,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "ENST00000958651.1",
"protein_id": "ENSP00000628710.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 384,
"cds_start": 985,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.952C>G",
"hgvs_p": "p.Leu318Val",
"transcript": "ENST00000958653.1",
"protein_id": "ENSP00000628712.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 382,
"cds_start": 952,
"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": "L",
"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": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "NM_174869.3",
"protein_id": "NP_777358.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 380,
"cds_start": 985,
"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": "L",
"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": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "ENST00000370092.7",
"protein_id": "ENSP00000359110.3",
"transcript_support_level": 5,
"aa_start": 329,
"aa_end": null,
"aa_length": 380,
"cds_start": 985,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.943C>G",
"hgvs_p": "p.Leu315Val",
"transcript": "ENST00000958649.1",
"protein_id": "ENSP00000628708.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 379,
"cds_start": 943,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.931C>G",
"hgvs_p": "p.Leu311Val",
"transcript": "ENST00000854366.1",
"protein_id": "ENSP00000524425.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 375,
"cds_start": 931,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.838C>G",
"hgvs_p": "p.Leu280Val",
"transcript": "ENST00000958655.1",
"protein_id": "ENSP00000628714.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 356,
"cds_start": 838,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.838C>G",
"hgvs_p": "p.Leu280Val",
"transcript": "ENST00000958652.1",
"protein_id": "ENSP00000628711.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 344,
"cds_start": 838,
"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": "L",
"aa_alt": "V",
"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": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val",
"transcript": "ENST00000370093.5",
"protein_id": "ENSP00000359111.1",
"transcript_support_level": 2,
"aa_start": 329,
"aa_end": null,
"aa_length": 340,
"cds_start": 985,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.784C>G",
"hgvs_p": "p.Leu262Val",
"transcript": "ENST00000918597.1",
"protein_id": "ENSP00000588656.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 326,
"cds_start": 784,
"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": "L",
"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": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.811C>G",
"hgvs_p": "p.Leu271Val",
"transcript": "ENST00000427365.6",
"protein_id": "ENSP00000408529.2",
"transcript_support_level": 5,
"aa_start": 271,
"aa_end": null,
"aa_length": 322,
"cds_start": 811,
"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": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"hgvs_c": "c.142C>G",
"hgvs_p": "p.Leu48Val",
"transcript": "ENST00000958654.1",
"protein_id": "ENSP00000628713.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 112,
"cds_start": 142,
"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"
}
],
"gene_symbol": "IDH3G",
"gene_hgnc_id": 5386,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7829631567001343,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.433,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2887,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.157,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004135.4",
"gene_symbol": "IDH3G",
"hgnc_id": 5386,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Leu329Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}