← 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: 7-2538743-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2538743&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2538743,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000340611.9",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1792C>T",
"hgvs_p": "p.His598Tyr",
"transcript": "NM_152743.4",
"protein_id": "NP_689956.2",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 821,
"cds_start": 1792,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "ENST00000340611.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1792C>T",
"hgvs_p": "p.His598Tyr",
"transcript": "ENST00000340611.9",
"protein_id": "ENSP00000339637.4",
"transcript_support_level": 1,
"aa_start": 598,
"aa_end": null,
"aa_length": 821,
"cds_start": 1792,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "NM_152743.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1972C>T",
"hgvs_p": "p.His658Tyr",
"transcript": "NM_001350626.2",
"protein_id": "NP_001337555.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 881,
"cds_start": 1972,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2026,
"cdna_end": null,
"cdna_length": 2959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1267C>T",
"hgvs_p": "p.His423Tyr",
"transcript": "NM_001350627.2",
"protein_id": "NP_001337556.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 646,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1698,
"cdna_end": null,
"cdna_length": 2631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2056C>T",
"hgvs_p": "p.His686Tyr",
"transcript": "XM_011515177.3",
"protein_id": "XP_011513479.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 909,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2110,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2056C>T",
"hgvs_p": "p.His686Tyr",
"transcript": "XM_011515178.2",
"protein_id": "XP_011513480.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 909,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2556,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2053C>T",
"hgvs_p": "p.His685Tyr",
"transcript": "XM_011515179.3",
"protein_id": "XP_011513481.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 908,
"cds_start": 2053,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 2107,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1969C>T",
"hgvs_p": "p.His657Tyr",
"transcript": "XM_047420028.1",
"protein_id": "XP_047275984.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 880,
"cds_start": 1969,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 2023,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1876C>T",
"hgvs_p": "p.His626Tyr",
"transcript": "XM_011515181.3",
"protein_id": "XP_011513483.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 849,
"cds_start": 1876,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 1930,
"cdna_end": null,
"cdna_length": 2863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1789C>T",
"hgvs_p": "p.His597Tyr",
"transcript": "XM_017011834.2",
"protein_id": "XP_016867323.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 820,
"cds_start": 1789,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 1843,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1531C>T",
"hgvs_p": "p.His511Tyr",
"transcript": "XM_011515184.4",
"protein_id": "XP_011513486.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 734,
"cds_start": 1531,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 2131,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1531C>T",
"hgvs_p": "p.His511Tyr",
"transcript": "XM_047420030.1",
"protein_id": "XP_047275986.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 734,
"cds_start": 1531,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 1983,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1267C>T",
"hgvs_p": "p.His423Tyr",
"transcript": "XM_047420031.1",
"protein_id": "XP_047275987.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 646,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1719,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1703C>T",
"hgvs_p": "p.Ala568Val",
"transcript": "XM_011515186.3",
"protein_id": "XP_011513488.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 587,
"cds_start": 1703,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1757,
"cdna_end": null,
"cdna_length": 2690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1700C>T",
"hgvs_p": "p.Ala567Val",
"transcript": "XM_047420032.1",
"protein_id": "XP_047275988.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 586,
"cds_start": 1700,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1754,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1619C>T",
"hgvs_p": "p.Ala540Val",
"transcript": "XM_017011836.3",
"protein_id": "XP_016867325.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 559,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1673,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ala539Val",
"transcript": "XM_047420033.1",
"protein_id": "XP_047275989.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 558,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 2603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"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": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.628C>T",
"hgvs_p": "p.His210Tyr",
"transcript": "XM_024446682.2",
"protein_id": "XP_024302450.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 433,
"cds_start": 628,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 1618,
"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": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.3578C>T",
"hgvs_p": null,
"transcript": "ENST00000467558.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 4440,
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4364C>T",
"hgvs_p": null,
"transcript": "ENST00000469750.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": 5226,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.335C>T",
"hgvs_p": null,
"transcript": "ENST00000473879.1",
"protein_id": null,
"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": 666,
"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": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4498C>T",
"hgvs_p": null,
"transcript": "ENST00000493232.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": 5360,
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.1975C>T",
"hgvs_p": null,
"transcript": "NR_146879.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": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"dbsnp": "rs201523118",
"frequency_reference_population": 0.00013638502,
"hom_count_reference_population": 0,
"allele_count_reference_population": 218,
"gnomad_exomes_af": 0.0000663881,
"gnomad_genomes_af": 0.000800662,
"gnomad_exomes_ac": 96,
"gnomad_genomes_ac": 122,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015027821063995361,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.15000000596046448,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.1235,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.801,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.15,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000340611.9",
"gene_symbol": "BRAT1",
"hgnc_id": 21701,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1792C>T",
"hgvs_p": "p.His598Tyr"
}
],
"clinvar_disease": "BRAT1-related disorder,Neonatal-onset encephalopathy with rigidity and seizures,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:2",
"phenotype_combined": "Neonatal-onset encephalopathy with rigidity and seizures|not provided|BRAT1-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}