← 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-41216601-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=41216601&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 41216601,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000378308.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "NM_001039591.3",
"protein_id": "NP_001034680.2",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2554,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7665,
"cdna_start": 6857,
"cdna_end": null,
"cdna_length": 12543,
"mane_select": "ENST00000378308.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "ENST00000378308.7",
"protein_id": "ENSP00000367558.2",
"transcript_support_level": 5,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2554,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7665,
"cdna_start": 6857,
"cdna_end": null,
"cdna_length": 12543,
"mane_select": "NM_001039591.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "NM_001410748.1",
"protein_id": "NP_001397677.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2575,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7728,
"cdna_start": 6921,
"cdna_end": null,
"cdna_length": 12655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "ENST00000703987.1",
"protein_id": "ENSP00000515604.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2575,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7728,
"cdna_start": 6469,
"cdna_end": null,
"cdna_length": 8383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "NM_001039590.3",
"protein_id": "NP_001034679.2",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2570,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7713,
"cdna_start": 6857,
"cdna_end": null,
"cdna_length": 12591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "ENST00000324545.9",
"protein_id": "ENSP00000316357.6",
"transcript_support_level": 5,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2570,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7713,
"cdna_start": 6857,
"cdna_end": null,
"cdna_length": 12591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "NM_001410749.1",
"protein_id": "NP_001397678.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2559,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7680,
"cdna_start": 6921,
"cdna_end": null,
"cdna_length": 12607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "NM_001437534.1",
"protein_id": "NP_001424463.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2559,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7680,
"cdna_start": 6872,
"cdna_end": null,
"cdna_length": 12558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "ENST00000703986.1",
"protein_id": "ENSP00000515603.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2559,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7680,
"cdna_start": 6851,
"cdna_end": null,
"cdna_length": 12490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "ENST00000704650.1",
"protein_id": "ENSP00000515975.1",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2554,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7665,
"cdna_start": 6476,
"cdna_end": null,
"cdna_length": 9555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.5881T>A",
"hgvs_p": "p.Phe1961Ile",
"transcript": "ENST00000704651.1",
"protein_id": "ENSP00000515976.1",
"transcript_support_level": null,
"aa_start": 1961,
"aa_end": null,
"aa_length": 2503,
"cds_start": 5881,
"cds_end": null,
"cds_length": 7512,
"cdna_start": 6209,
"cdna_end": null,
"cdna_length": 9282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.2986T>A",
"hgvs_p": "p.Phe996Ile",
"transcript": "ENST00000704654.1",
"protein_id": "ENSP00000515979.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1513,
"cds_start": 2986,
"cds_end": null,
"cds_length": 4542,
"cdna_start": 2988,
"cdna_end": null,
"cdna_length": 5993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6049T>A",
"hgvs_p": "p.Phe2017Ile",
"transcript": "XM_005272675.5",
"protein_id": "XP_005272732.1",
"transcript_support_level": null,
"aa_start": 2017,
"aa_end": null,
"aa_length": 2575,
"cds_start": 6049,
"cds_end": null,
"cds_length": 7728,
"cdna_start": 6872,
"cdna_end": null,
"cdna_length": 12606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "XM_047442548.1",
"protein_id": "XP_047298504.1",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2570,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7713,
"cdna_start": 6906,
"cdna_end": null,
"cdna_length": 12640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile",
"transcript": "XM_047442550.1",
"protein_id": "XP_047298506.1",
"transcript_support_level": null,
"aa_start": 2012,
"aa_end": null,
"aa_length": 2554,
"cds_start": 6034,
"cds_end": null,
"cds_length": 7665,
"cdna_start": 6906,
"cdna_end": null,
"cdna_length": 12592,
"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": 27,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*2711T>A",
"hgvs_p": null,
"transcript": "ENST00000704652.1",
"protein_id": "ENSP00000515977.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": 10819,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*962T>A",
"hgvs_p": null,
"transcript": "ENST00000704655.1",
"protein_id": "ENSP00000515980.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": 7863,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*690T>A",
"hgvs_p": null,
"transcript": "ENST00000704656.1",
"protein_id": "ENSP00000515981.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": 7171,
"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": 27,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*2711T>A",
"hgvs_p": null,
"transcript": "ENST00000704652.1",
"protein_id": "ENSP00000515977.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": 10819,
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*962T>A",
"hgvs_p": null,
"transcript": "ENST00000704655.1",
"protein_id": "ENSP00000515980.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": 7863,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "n.*690T>A",
"hgvs_p": null,
"transcript": "ENST00000704656.1",
"protein_id": "ENSP00000515981.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": 7171,
"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": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"hgvs_c": "c.3685-15786T>A",
"hgvs_p": null,
"transcript": "ENST00000704649.1",
"protein_id": "ENSP00000515974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "USP9X",
"gene_hgnc_id": 12632,
"dbsnp": "rs1555934050",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8674173355102539,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.713,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9738,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.665,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000378308.7",
"gene_symbol": "USP9X",
"hgnc_id": 12632,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.6034T>A",
"hgvs_p": "p.Phe2012Ile"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}