← 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: 5-141640005-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=141640005&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "RELL2",
"hgnc_id": 26902,
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "NM_173828.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "FCHSD1",
"hgnc_id": 25463,
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "NM_033449.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_score": 3,
"allele_count_reference_population": 8,
"alphamissense_prediction": null,
"alphamissense_score": 0.1484,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.17385336756706238,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2536,
"cdna_start": 1818,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_173828.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000297164.8",
"protein_coding": true,
"protein_id": "NP_776189.3",
"strand": true,
"transcript": "NM_173828.5",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2536,
"cdna_start": 1818,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000297164.8",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_173828.5",
"protein_coding": true,
"protein_id": "ENSP00000297164.3",
"strand": true,
"transcript": "ENST00000297164.8",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2154,
"cdna_start": 1437,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000444782.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000409443.1",
"strand": true,
"transcript": "ENST00000444782.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 690,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4319,
"cdna_start": null,
"cds_end": null,
"cds_length": 2073,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NM_033449.3",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000435817.7",
"protein_coding": true,
"protein_id": "NP_258260.1",
"strand": false,
"transcript": "NM_033449.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 690,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4319,
"cdna_start": null,
"cds_end": null,
"cds_length": 2073,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000435817.7",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_033449.3",
"protein_coding": true,
"protein_id": "ENSP00000399259.2",
"strand": false,
"transcript": "ENST00000435817.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2461,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000518025.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "n.1743G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000518025.5",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2108,
"cdna_start": 1390,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001130029.2",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001123501.1",
"strand": true,
"transcript": "NM_001130029.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2780,
"cdna_start": 1839,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000896721.1",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000566780.1",
"strand": true,
"transcript": "ENST00000896721.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 237,
"aa_ref": "G",
"aa_start": 131,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1419,
"cdna_start": 712,
"cds_end": null,
"cds_length": 714,
"cds_start": 391,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000518856.1",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Gly131Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000427992.1",
"strand": true,
"transcript": "ENST00000518856.1",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 232,
"aa_ref": "G",
"aa_start": 131,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1780,
"cdna_start": 1142,
"cds_end": null,
"cds_length": 699,
"cds_start": 391,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000521367.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.391G>A",
"hgvs_p": "p.Gly131Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000430948.1",
"strand": true,
"transcript": "ENST00000521367.5",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 349,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2449,
"cdna_start": 1390,
"cds_end": null,
"cds_length": 1050,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_005268414.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005268471.1",
"strand": true,
"transcript": "XM_005268414.5",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 349,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2465,
"cdna_start": 1406,
"cds_end": null,
"cds_length": 1050,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_011537624.3",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011535926.1",
"strand": true,
"transcript": "XM_011537624.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 348,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2652,
"cdna_start": 1818,
"cds_end": null,
"cds_length": 1047,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011537625.4",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011535927.1",
"strand": true,
"transcript": "XM_011537625.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 303,
"aa_ref": "G",
"aa_start": 197,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2333,
"cdna_start": 1390,
"cds_end": null,
"cds_length": 912,
"cds_start": 589,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047417113.1",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "c.589G>A",
"hgvs_p": "p.Gly197Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273069.1",
"strand": true,
"transcript": "XM_047417113.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 688,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4325,
"cdna_start": null,
"cds_end": null,
"cds_length": 2067,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000896537.1",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000566596.1",
"strand": false,
"transcript": "ENST00000896537.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 616,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4089,
"cdna_start": null,
"cds_end": null,
"cds_length": 1851,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000969297.1",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639356.1",
"strand": false,
"transcript": "ENST00000969297.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 688,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4313,
"cdna_start": null,
"cds_end": null,
"cds_length": 2067,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 20,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_005268524.6",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005268581.1",
"strand": false,
"transcript": "XM_005268524.6",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 647,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4190,
"cdna_start": null,
"cds_end": null,
"cds_length": 1944,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_006714803.5",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006714866.1",
"strand": false,
"transcript": "XM_006714803.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 645,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4184,
"cdna_start": null,
"cds_end": null,
"cds_length": 1938,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_047417860.1",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "c.*1493C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273816.1",
"strand": false,
"transcript": "XM_047417860.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2329,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000520674.5",
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"hgvs_c": "n.1612G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000520674.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3181,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000520747.1",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "n.2479C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000520747.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3932,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000523856.5",
"gene_hgnc_id": 25463,
"gene_symbol": "FCHSD1",
"hgvs_c": "n.3235C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000523856.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs146298065",
"effect": "missense_variant",
"frequency_reference_population": 0.000004958147,
"gene_hgnc_id": 26902,
"gene_symbol": "RELL2",
"gnomad_exomes_ac": 6,
"gnomad_exomes_af": 0.0000041059,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 2,
"gnomad_genomes_af": 0.0000131409,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.136,
"pos": 141640005,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.034,
"splice_prediction_selected": "Pathogenic",
"splice_score_selected": 0.6100000143051147,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Pathogenic",
"spliceai_max_score": 0.61,
"transcript": "NM_173828.5"
}
]
}