← 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-154534438-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=154534438&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 154534438,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000393562.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "NM_001360016.2",
"protein_id": "NP_001346945.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": "ENST00000393562.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000393562.10",
"protein_id": "ENSP00000377192.3",
"transcript_support_level": 1,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2223,
"mane_select": "NM_001360016.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000696421.1",
"protein_id": "ENSP00000512616.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 581,
"cds_start": 544,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000369620.6",
"protein_id": "ENSP00000358633.2",
"transcript_support_level": 5,
"aa_start": 182,
"aa_end": null,
"aa_length": 561,
"cds_start": 544,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.634C>T",
"hgvs_p": "p.Arg212Trp",
"transcript": "NM_000402.4",
"protein_id": "NP_000393.4",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 545,
"cds_start": 634,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Trp",
"transcript": "ENST00000439227.6",
"protein_id": "ENSP00000395599.2",
"transcript_support_level": 5,
"aa_start": 183,
"aa_end": null,
"aa_length": 516,
"cds_start": 547,
"cds_end": null,
"cds_length": 1551,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "NM_001042351.3",
"protein_id": "NP_001035810.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 654,
"cdna_end": null,
"cdna_length": 2267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000393564.7",
"protein_id": "ENSP00000377194.2",
"transcript_support_level": 5,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 2271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000696429.1",
"protein_id": "ENSP00000512624.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 753,
"cdna_end": null,
"cdna_length": 2359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000696430.1",
"protein_id": "ENSP00000512625.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 515,
"cds_start": 544,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000696420.1",
"protein_id": "ENSP00000512615.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 491,
"cds_start": 544,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.409C>T",
"hgvs_p": "p.Arg137Trp",
"transcript": "ENST00000696423.1",
"protein_id": "ENSP00000512618.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 470,
"cds_start": 409,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 2023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.406C>T",
"hgvs_p": "p.Arg136Trp",
"transcript": "ENST00000696422.1",
"protein_id": "ENSP00000512617.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 469,
"cds_start": 406,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183Trp",
"transcript": "ENST00000440967.5",
"protein_id": "ENSP00000400648.1",
"transcript_support_level": 5,
"aa_start": 183,
"aa_end": null,
"aa_length": 319,
"cds_start": 547,
"cds_end": null,
"cds_length": 962,
"cdna_start": 641,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp",
"transcript": "ENST00000433845.1",
"protein_id": "ENSP00000394690.1",
"transcript_support_level": 3,
"aa_start": 182,
"aa_end": null,
"aa_length": 255,
"cds_start": 544,
"cds_end": null,
"cds_length": 769,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.424C>T",
"hgvs_p": null,
"transcript": "ENST00000696424.1",
"protein_id": "ENSP00000512619.1",
"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": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.544C>T",
"hgvs_p": null,
"transcript": "ENST00000696425.1",
"protein_id": "ENSP00000512620.1",
"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": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.544C>T",
"hgvs_p": null,
"transcript": "ENST00000696426.1",
"protein_id": "ENSP00000512621.1",
"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": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.544C>T",
"hgvs_p": null,
"transcript": "ENST00000696427.1",
"protein_id": "ENSP00000512622.1",
"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": 2209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.*386C>T",
"hgvs_p": null,
"transcript": "ENST00000696428.1",
"protein_id": "ENSP00000512623.1",
"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": 2335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.*386C>T",
"hgvs_p": null,
"transcript": "ENST00000696428.1",
"protein_id": "ENSP00000512623.1",
"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": 2335,
"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": "G6PD",
"gene_hgnc_id": 4057,
"hgvs_c": "n.-245C>T",
"hgvs_p": null,
"transcript": "ENST00000489497.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": 512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "G6PD",
"gene_hgnc_id": 4057,
"dbsnp": "rs267606836",
"frequency_reference_population": 0.0000049601085,
"hom_count_reference_population": 1,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000455432,
"gnomad_genomes_af": 0.00000894518,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5161319971084595,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.596,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1497,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.458,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "PM1,PP2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM1",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000393562.10",
"gene_symbol": "G6PD",
"hgnc_id": 4057,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182Trp"
}
],
"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
}