← 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: 9-35738130-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=35738130&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 35738130,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000378103.7",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2220C>A",
"hgvs_p": "p.Ser740Arg",
"transcript": "NM_020944.3",
"protein_id": "NP_065995.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 927,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": "ENST00000378103.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2220C>A",
"hgvs_p": "p.Ser740Arg",
"transcript": "ENST00000378103.7",
"protein_id": "ENSP00000367343.3",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 927,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": "NM_020944.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2220C>A",
"hgvs_p": "p.Ser740Arg",
"transcript": "ENST00000378094.4",
"protein_id": "ENSP00000367334.4",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 877,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2634,
"cdna_start": 2734,
"cdna_end": null,
"cdna_length": 3757,
"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": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "n.1792C>A",
"hgvs_p": null,
"transcript": "ENST00000467252.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 1913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2220C>A",
"hgvs_p": "p.Ser740Arg",
"transcript": "NM_001330660.2",
"protein_id": "NP_001317589.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 877,
"cds_start": 2220,
"cds_end": null,
"cds_length": 2634,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.123C>A",
"hgvs_p": "p.Ser41Arg",
"transcript": "ENST00000378088.1",
"protein_id": "ENSP00000367328.1",
"transcript_support_level": 2,
"aa_start": 41,
"aa_end": null,
"aa_length": 172,
"cds_start": 123,
"cds_end": null,
"cds_length": 519,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2238C>A",
"hgvs_p": "p.Ser746Arg",
"transcript": "XM_006716809.5",
"protein_id": "XP_006716872.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 933,
"cds_start": 2238,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 3629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2172C>A",
"hgvs_p": "p.Ser724Arg",
"transcript": "XM_005251526.6",
"protein_id": "XP_005251583.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 911,
"cds_start": 2172,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 2696,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2154C>A",
"hgvs_p": "p.Ser718Arg",
"transcript": "XM_017014937.3",
"protein_id": "XP_016870426.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 905,
"cds_start": 2154,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 2678,
"cdna_end": null,
"cdna_length": 3545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2238C>A",
"hgvs_p": "p.Ser746Arg",
"transcript": "XM_017014938.3",
"protein_id": "XP_016870427.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 883,
"cds_start": 2238,
"cds_end": null,
"cds_length": 2652,
"cdna_start": 2762,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2154C>A",
"hgvs_p": "p.Ser718Arg",
"transcript": "XM_017014939.3",
"protein_id": "XP_016870428.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 855,
"cds_start": 2154,
"cds_end": null,
"cds_length": 2568,
"cdna_start": 2678,
"cdna_end": null,
"cdna_length": 3702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2001C>A",
"hgvs_p": "p.Ser667Arg",
"transcript": "XM_017014940.3",
"protein_id": "XP_016870429.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 854,
"cds_start": 2001,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2525,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.2001C>A",
"hgvs_p": "p.Ser667Arg",
"transcript": "XM_017014941.3",
"protein_id": "XP_016870430.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 804,
"cds_start": 2001,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 2525,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1785C>A",
"hgvs_p": "p.Ser595Arg",
"transcript": "XM_017014942.3",
"protein_id": "XP_016870431.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 782,
"cds_start": 1785,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 1876,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1767C>A",
"hgvs_p": "p.Ser589Arg",
"transcript": "XM_017014943.3",
"protein_id": "XP_016870432.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 776,
"cds_start": 1767,
"cds_end": null,
"cds_length": 2331,
"cdna_start": 1858,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1683C>A",
"hgvs_p": "p.Ser561Arg",
"transcript": "XM_017014944.1",
"protein_id": "XP_016870433.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 748,
"cds_start": 1683,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 1807,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1665C>A",
"hgvs_p": "p.Ser555Arg",
"transcript": "XM_017014945.1",
"protein_id": "XP_016870434.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 742,
"cds_start": 1665,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 1789,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1665C>A",
"hgvs_p": "p.Ser555Arg",
"transcript": "XM_047423612.1",
"protein_id": "XP_047279568.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 742,
"cds_start": 1665,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 1887,
"cdna_end": null,
"cdna_length": 2754,
"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": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "n.695C>A",
"hgvs_p": null,
"transcript": "ENST00000486797.1",
"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": 772,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "n.*237C>A",
"hgvs_p": null,
"transcript": "ENST00000488292.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"dbsnp": "rs200894732",
"frequency_reference_population": 0.0008098074,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1307,
"gnomad_exomes_af": 0.000840842,
"gnomad_genomes_af": 0.000512033,
"gnomad_exomes_ac": 1229,
"gnomad_genomes_ac": 78,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14968791604042053,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.642,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6792,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.746,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS1_Supporting",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "ENST00000378103.7",
"gene_symbol": "GBA2",
"hgnc_id": 18986,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2220C>A",
"hgvs_p": "p.Ser740Arg"
}
],
"clinvar_disease": "Hereditary spastic paraplegia,Spastic paraplegia,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:4",
"phenotype_combined": "Spastic paraplegia|not provided|Hereditary spastic paraplegia",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}