← 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: 11-65376519-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=65376519&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 65376519,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000398802.6",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.755A>C",
"hgvs_p": "p.Gln252Pro",
"transcript": "NM_182556.4",
"protein_id": "NP_872362.4",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 288,
"cds_start": 755,
"cds_end": null,
"cds_length": 867,
"cdna_start": 934,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": "ENST00000398802.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.755A>C",
"hgvs_p": "p.Gln252Pro",
"transcript": "ENST00000398802.6",
"protein_id": "ENSP00000381782.1",
"transcript_support_level": 5,
"aa_start": 252,
"aa_end": null,
"aa_length": 288,
"cds_start": 755,
"cds_end": null,
"cds_length": 867,
"cdna_start": 934,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": "NM_182556.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.683A>C",
"hgvs_p": "p.Gln228Pro",
"transcript": "ENST00000534028.5",
"protein_id": "ENSP00000431769.1",
"transcript_support_level": 1,
"aa_start": 228,
"aa_end": null,
"aa_length": 264,
"cds_start": 683,
"cds_end": null,
"cds_length": 795,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.629A>C",
"hgvs_p": "p.Gln210Pro",
"transcript": "ENST00000294187.10",
"protein_id": "ENSP00000294187.6",
"transcript_support_level": 1,
"aa_start": 210,
"aa_end": null,
"aa_length": 246,
"cds_start": 629,
"cds_end": null,
"cds_length": 741,
"cdna_start": 871,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.569A>C",
"hgvs_p": "p.Gln190Pro",
"transcript": "ENST00000526432.5",
"protein_id": "ENSP00000435547.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 226,
"cds_start": 569,
"cds_end": null,
"cds_length": 681,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.755A>C",
"hgvs_p": "p.Gln252Pro",
"transcript": "NM_001352381.2",
"protein_id": "NP_001339310.2",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 288,
"cds_start": 755,
"cds_end": null,
"cds_length": 867,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.755A>C",
"hgvs_p": "p.Gln252Pro",
"transcript": "ENST00000527174.5",
"protein_id": "ENSP00000435489.1",
"transcript_support_level": 3,
"aa_start": 252,
"aa_end": null,
"aa_length": 288,
"cds_start": 755,
"cds_end": null,
"cds_length": 867,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.683A>C",
"hgvs_p": "p.Gln228Pro",
"transcript": "NM_001278250.3",
"protein_id": "NP_001265179.3",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 264,
"cds_start": 683,
"cds_end": null,
"cds_length": 795,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 2030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.629A>C",
"hgvs_p": "p.Gln210Pro",
"transcript": "NM_001077241.3",
"protein_id": "NP_001070709.3",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 246,
"cds_start": 629,
"cds_end": null,
"cds_length": 741,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 2206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.629A>C",
"hgvs_p": "p.Gln210Pro",
"transcript": "NM_001278251.3",
"protein_id": "NP_001265180.3",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 246,
"cds_start": 629,
"cds_end": null,
"cds_length": 741,
"cdna_start": 1764,
"cdna_end": null,
"cdna_length": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.629A>C",
"hgvs_p": "p.Gln210Pro",
"transcript": "NM_001352382.2",
"protein_id": "NP_001339311.2",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 246,
"cds_start": 629,
"cds_end": null,
"cds_length": 741,
"cdna_start": 993,
"cdna_end": null,
"cdna_length": 2320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.569A>C",
"hgvs_p": "p.Gln190Pro",
"transcript": "NM_001300820.2",
"protein_id": "NP_001287749.2",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 226,
"cds_start": 569,
"cds_end": null,
"cds_length": 681,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 1916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.443A>C",
"hgvs_p": "p.Gln148Pro",
"transcript": "NM_001352383.2",
"protein_id": "NP_001339312.2",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 184,
"cds_start": 443,
"cds_end": null,
"cds_length": 555,
"cdna_start": 693,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "c.443A>C",
"hgvs_p": "p.Gln148Pro",
"transcript": "NM_001352384.2",
"protein_id": "NP_001339313.2",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 184,
"cds_start": 443,
"cds_end": null,
"cds_length": 555,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 1975,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.*809A>C",
"hgvs_p": null,
"transcript": "ENST00000526898.5",
"protein_id": "ENSP00000434582.1",
"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": 3088,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.5793A>C",
"hgvs_p": null,
"transcript": "ENST00000531791.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": 7118,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.1154A>C",
"hgvs_p": null,
"transcript": "NR_147972.2",
"protein_id": null,
"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": 2481,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.1065A>C",
"hgvs_p": null,
"transcript": "NR_147973.2",
"protein_id": null,
"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": 2392,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.*809A>C",
"hgvs_p": null,
"transcript": "ENST00000526898.5",
"protein_id": "ENSP00000434582.1",
"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": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.1348+17A>C",
"hgvs_p": null,
"transcript": "ENST00000534338.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": 2053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FRMD8",
"gene_hgnc_id": 25462,
"hgvs_c": "c.20+1182T>G",
"hgvs_p": null,
"transcript": "XM_047427683.1",
"protein_id": "XP_047283639.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FRMD8",
"gene_hgnc_id": 25462,
"hgvs_c": "c.-97-3257T>G",
"hgvs_p": null,
"transcript": "XM_047427684.1",
"protein_id": "XP_047283640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 477,
"cds_start": -4,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"hgvs_c": "n.*775A>C",
"hgvs_p": null,
"transcript": "ENST00000533629.5",
"protein_id": "ENSP00000431891.1",
"transcript_support_level": 3,
"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": 1012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC25A45",
"gene_hgnc_id": 27442,
"dbsnp": "rs749383103",
"frequency_reference_population": 0.000053280994,
"hom_count_reference_population": 0,
"allele_count_reference_population": 86,
"gnomad_exomes_af": 0.0000540404,
"gnomad_genomes_af": 0.0000459873,
"gnomad_exomes_ac": 79,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.30297333002090454,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.594,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4663,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.25,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000398802.6",
"gene_symbol": "SLC25A45",
"hgnc_id": 27442,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.755A>C",
"hgvs_p": "p.Gln252Pro"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "XM_047427683.1",
"gene_symbol": "FRMD8",
"hgnc_id": 25462,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.20+1182T>G",
"hgvs_p": null
}
],
"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
}