← 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-35739790-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=35739790&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 35739790,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000378103.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "NM_020944.3",
"protein_id": "NP_065995.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 927,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": "ENST00000378103.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "ENST00000378103.7",
"protein_id": "ENSP00000367343.3",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 927,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": "NM_020944.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "ENST00000378094.4",
"protein_id": "ENSP00000367334.4",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 877,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2634,
"cdna_start": 1934,
"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": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "n.992G>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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "NM_001330660.2",
"protein_id": "NP_001317589.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 877,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2634,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Ala480Thr",
"transcript": "XM_006716809.5",
"protein_id": "XP_006716872.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 933,
"cds_start": 1438,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 1962,
"cdna_end": null,
"cdna_length": 3629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Ala480Thr",
"transcript": "XM_005251526.6",
"protein_id": "XP_005251583.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 911,
"cds_start": 1438,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 1962,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "XM_017014937.3",
"protein_id": "XP_016870426.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 905,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Ala480Thr",
"transcript": "XM_017014938.3",
"protein_id": "XP_016870427.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 883,
"cds_start": 1438,
"cds_end": null,
"cds_length": 2652,
"cdna_start": 1962,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr",
"transcript": "XM_017014939.3",
"protein_id": "XP_016870428.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 855,
"cds_start": 1420,
"cds_end": null,
"cds_length": 2568,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 3702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "XM_017014940.3",
"protein_id": "XP_016870429.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 854,
"cds_start": 1201,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.1201G>A",
"hgvs_p": "p.Ala401Thr",
"transcript": "XM_017014941.3",
"protein_id": "XP_016870430.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 804,
"cds_start": 1201,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 3549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.985G>A",
"hgvs_p": "p.Ala329Thr",
"transcript": "XM_017014942.3",
"protein_id": "XP_016870431.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 782,
"cds_start": 985,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 1076,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Ala323Thr",
"transcript": "XM_017014943.3",
"protein_id": "XP_016870432.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 776,
"cds_start": 967,
"cds_end": null,
"cds_length": 2331,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.883G>A",
"hgvs_p": "p.Ala295Thr",
"transcript": "XM_017014944.1",
"protein_id": "XP_016870433.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 748,
"cds_start": 883,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 1007,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "XM_017014945.1",
"protein_id": "XP_016870434.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 742,
"cds_start": 865,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 989,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Ala289Thr",
"transcript": "XM_047423612.1",
"protein_id": "XP_047279568.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 742,
"cds_start": 865,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 1087,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GBA2",
"gene_hgnc_id": 18986,
"dbsnp": "rs147443644",
"frequency_reference_population": 0.00030795578,
"hom_count_reference_population": 1,
"allele_count_reference_population": 497,
"gnomad_exomes_af": 0.000229206,
"gnomad_genomes_af": 0.00106368,
"gnomad_exomes_ac": 335,
"gnomad_genomes_ac": 162,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01140207052230835,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.036,
"revel_prediction": "Benign",
"alphamissense_score": 0.0916,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.018,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000378103.7",
"gene_symbol": "GBA2",
"hgnc_id": 18986,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Ala474Thr"
}
],
"clinvar_disease": "Inborn genetic diseases,Spastic paraplegia,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:3",
"phenotype_combined": "Spastic paraplegia|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}