← 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: 2-171855970-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=171855970&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 171855970,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_003705.5",
"consequences": [
{
"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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "NM_003705.5",
"protein_id": "NP_003696.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3936,
"mane_select": "ENST00000422440.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003705.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000422440.7",
"protein_id": "ENSP00000388658.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3936,
"mane_select": "NM_003705.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422440.7"
},
{
"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": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000958780.1",
"protein_id": "ENSP00000628839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": null,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958780.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": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000958781.1",
"protein_id": "ENSP00000628840.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": null,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3047,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958781.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": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855507.1",
"protein_id": "ENSP00000525566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 704,
"cds_start": null,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855507.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855500.1",
"protein_id": "ENSP00000525560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": null,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855500.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.204-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855509.1",
"protein_id": "ENSP00000525568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 676,
"cds_start": null,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855509.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-7694A>G",
"hgvs_p": null,
"transcript": "ENST00000855498.1",
"protein_id": "ENSP00000525557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": null,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5921,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855498.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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000958784.1",
"protein_id": "ENSP00000628843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 671,
"cds_start": null,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2481,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958784.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": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855508.1",
"protein_id": "ENSP00000525567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 651,
"cds_start": null,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855508.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": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855503.1",
"protein_id": "ENSP00000525563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 625,
"cds_start": null,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855503.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": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000855506.1",
"protein_id": "ENSP00000525565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855506.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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000958779.1",
"protein_id": "ENSP00000628838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": null,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958779.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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.209+12711A>G",
"hgvs_p": null,
"transcript": "ENST00000958782.1",
"protein_id": "ENSP00000628841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": null,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958782.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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000958783.1",
"protein_id": "ENSP00000628842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1847,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.210-11462A>G",
"hgvs_p": null,
"transcript": "ENST00000263812.8",
"protein_id": "ENSP00000263812.4",
"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": 2429,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000263812.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.210-21A>G",
"hgvs_p": null,
"transcript": "ENST00000426896.5",
"protein_id": "ENSP00000413968.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": 911,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000426896.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.531-21A>G",
"hgvs_p": null,
"transcript": "ENST00000464063.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 553,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000464063.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.375-21A>G",
"hgvs_p": null,
"transcript": "ENST00000472748.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 630,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000472748.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.198-21A>G",
"hgvs_p": null,
"transcript": "ENST00000475360.6",
"protein_id": "ENSP00000437845.1",
"transcript_support_level": 5,
"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": 829,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000475360.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.408-21A>G",
"hgvs_p": null,
"transcript": "ENST00000484227.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000484227.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "n.240-11462A>G",
"hgvs_p": null,
"transcript": "NR_047549.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3820,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_047549.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"hgvs_c": "c.-189A>G",
"hgvs_p": null,
"transcript": "XM_047446142.1",
"protein_id": "XP_047302098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": null,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3765,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047446142.1"
}
],
"gene_symbol": "SLC25A12",
"gene_hgnc_id": 10982,
"dbsnp": "rs2056202",
"frequency_reference_population": 0.8384843,
"hom_count_reference_population": 469296,
"allele_count_reference_population": 1108441,
"gnomad_exomes_af": 0.84736,
"gnomad_genomes_af": 0.770245,
"gnomad_exomes_ac": 991242,
"gnomad_genomes_ac": 117199,
"gnomad_exomes_homalt": 423092,
"gnomad_genomes_homalt": 46204,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.647,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003705.5",
"gene_symbol": "SLC25A12",
"hgnc_id": 10982,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.210-21A>G",
"hgvs_p": null
}
],
"clinvar_disease": " 39,Developmental and epileptic encephalopathy,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "Developmental and epileptic encephalopathy, 39|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}