← 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-19361522-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=19361522&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 19361522,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000338883.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.3751C>G",
"hgvs_p": "p.Gln1251Glu",
"transcript": "NM_001001671.4",
"protein_id": "NP_001001671.3",
"transcript_support_level": null,
"aa_start": 1251,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3751,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 3998,
"cdna_end": null,
"cdna_length": 4879,
"mane_select": "ENST00000338883.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.3751C>G",
"hgvs_p": "p.Gln1251Glu",
"transcript": "ENST00000338883.9",
"protein_id": "ENSP00000345629.4",
"transcript_support_level": 5,
"aa_start": 1251,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3751,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 3998,
"cdna_end": null,
"cdna_length": 4879,
"mane_select": "NM_001001671.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "NM_000284.4",
"protein_id": "NP_000275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3349,
"mane_select": "ENST00000422285.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "ENST00000422285.7",
"protein_id": "ENSP00000394382.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3349,
"mane_select": "NM_000284.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.3784C>G",
"hgvs_p": "p.Gln1262Glu",
"transcript": "XM_011545507.4",
"protein_id": "XP_011543809.4",
"transcript_support_level": null,
"aa_start": 1262,
"aa_end": null,
"aa_length": 1324,
"cds_start": 3784,
"cds_end": null,
"cds_length": 3975,
"cdna_start": 4031,
"cdna_end": null,
"cdna_length": 4912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.3697C>G",
"hgvs_p": "p.Gln1233Glu",
"transcript": "XM_011545508.4",
"protein_id": "XP_011543810.4",
"transcript_support_level": null,
"aa_start": 1233,
"aa_end": null,
"aa_length": 1295,
"cds_start": 3697,
"cds_end": null,
"cds_length": 3888,
"cdna_start": 3944,
"cdna_end": null,
"cdna_length": 4825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.2425C>G",
"hgvs_p": "p.Gln809Glu",
"transcript": "XM_011545510.3",
"protein_id": "XP_011543812.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 871,
"cds_start": 2425,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 4492,
"cdna_end": null,
"cdna_length": 5373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "c.2056C>G",
"hgvs_p": "p.Gln686Glu",
"transcript": "XM_011545511.2",
"protein_id": "XP_011543813.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 748,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 3002,
"cdna_end": null,
"cdna_length": 3883,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "n.*2228C>G",
"hgvs_p": null,
"transcript": "ENST00000359173.7",
"protein_id": "ENSP00000352093.4",
"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": 3961,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "n.1169C>G",
"hgvs_p": null,
"transcript": "ENST00000470101.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": 2049,
"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": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "n.3813C>G",
"hgvs_p": null,
"transcript": "ENST00000518578.5",
"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": 4697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "n.*2374G>C",
"hgvs_p": null,
"transcript": "ENST00000696704.1",
"protein_id": "ENSP00000512823.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": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "n.*2497G>C",
"hgvs_p": null,
"transcript": "ENST00000696705.1",
"protein_id": "ENSP00000512824.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": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "NM_001173454.2",
"protein_id": "NP_001166925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 428,
"cds_start": -4,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "ENST00000423505.6",
"protein_id": "ENSP00000406473.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 428,
"cds_start": -4,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "NM_001173455.2",
"protein_id": "NP_001166926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "ENST00000355808.10",
"protein_id": "ENSP00000348062.6",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "NM_001173456.2",
"protein_id": "NP_001166927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 359,
"cds_start": -4,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "ENST00000540249.5",
"protein_id": "ENSP00000440761.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 359,
"cds_start": -4,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3277,
"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": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"hgvs_c": "n.*2228C>G",
"hgvs_p": null,
"transcript": "ENST00000359173.7",
"protein_id": "ENSP00000352093.4",
"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": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "n.*2374G>C",
"hgvs_p": null,
"transcript": "ENST00000696704.1",
"protein_id": "ENSP00000512823.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": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "n.*2497G>C",
"hgvs_p": null,
"transcript": "ENST00000696705.1",
"protein_id": "ENSP00000512824.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": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDHA1",
"gene_hgnc_id": 8806,
"hgvs_c": "c.*1869G>C",
"hgvs_p": null,
"transcript": "XM_017029574.3",
"protein_id": "XP_016885063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAP3K15",
"gene_hgnc_id": 31689,
"dbsnp": "rs15943",
"frequency_reference_population": 0.0054402538,
"hom_count_reference_population": 2161,
"allele_count_reference_population": 6582,
"gnomad_exomes_af": 0.00555759,
"gnomad_genomes_af": 0.00429722,
"gnomad_exomes_ac": 6098,
"gnomad_genomes_ac": 484,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008258253335952759,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.366,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.11,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.997,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000338883.9",
"gene_symbol": "MAP3K15",
"hgnc_id": 31689,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3751C>G",
"hgvs_p": "p.Gln1251Glu"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000422285.7",
"gene_symbol": "PDHA1",
"hgnc_id": 8806,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "XL,AR",
"hgvs_c": "c.*1869G>C",
"hgvs_p": null
}
],
"clinvar_disease": "MAP3K15-related disorder,Pyruvate dehydrogenase E1-alpha deficiency,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not provided|Pyruvate dehydrogenase E1-alpha deficiency|MAP3K15-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}