← 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: 19-40398695-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=40398695&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 40398695,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000324001.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Thr102Thr",
"transcript": "NM_181882.3",
"protein_id": "NP_870998.2",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 1461,
"cds_start": 306,
"cds_end": null,
"cds_length": 4386,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 4867,
"mane_select": "ENST00000324001.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Thr102Thr",
"transcript": "ENST00000324001.8",
"protein_id": "ENSP00000326018.6",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 1461,
"cds_start": 306,
"cds_end": null,
"cds_length": 4386,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 4867,
"mane_select": "NM_181882.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Thr102Thr",
"transcript": "ENST00000291825.11",
"protein_id": "ENSP00000291825.6",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 147,
"cds_start": 306,
"cds_end": null,
"cds_length": 444,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 5502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "ENST00000673881.1",
"protein_id": "ENSP00000501070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1322,
"cds_start": -4,
"cds_end": null,
"cds_length": 3969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.172C>T",
"hgvs_p": "p.Arg58Trp",
"transcript": "ENST00000675300.1",
"protein_id": "ENSP00000502008.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 81,
"cds_start": 172,
"cds_end": null,
"cds_length": 247,
"cdna_start": 172,
"cdna_end": null,
"cdna_length": 247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.591C>T",
"hgvs_p": "p.Thr197Thr",
"transcript": "NM_001411127.1",
"protein_id": "NP_001398056.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 1556,
"cds_start": 591,
"cds_end": null,
"cds_length": 4671,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 4916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.591C>T",
"hgvs_p": "p.Thr197Thr",
"transcript": "ENST00000674005.2",
"protein_id": "ENSP00000501261.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 1556,
"cds_start": 591,
"cds_end": null,
"cds_length": 4671,
"cdna_start": 642,
"cdna_end": null,
"cdna_length": 4920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.120C>T",
"hgvs_p": "p.Thr40Thr",
"transcript": "ENST00000676076.1",
"protein_id": "ENSP00000502166.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 1414,
"cds_start": 120,
"cds_end": null,
"cds_length": 4245,
"cdna_start": 122,
"cdna_end": null,
"cdna_length": 4447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Thr102Thr",
"transcript": "NM_020956.2",
"protein_id": "NP_066007.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 147,
"cds_start": 306,
"cds_end": null,
"cds_length": 444,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 5506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.120C>T",
"hgvs_p": "p.Thr40Thr",
"transcript": "ENST00000676316.1",
"protein_id": "ENSP00000501881.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 96,
"cds_start": 120,
"cds_end": null,
"cds_length": 291,
"cdna_start": 122,
"cdna_end": null,
"cdna_length": 4473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.120C>T",
"hgvs_p": "p.Thr40Thr",
"transcript": "ENST00000675517.1",
"protein_id": "ENSP00000501865.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 92,
"cds_start": 120,
"cds_end": null,
"cds_length": 279,
"cdna_start": 122,
"cdna_end": null,
"cdna_length": 4261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.204C>T",
"hgvs_p": "p.Thr68Thr",
"transcript": "XM_017027047.2",
"protein_id": "XP_016882536.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1427,
"cds_start": 204,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 275,
"cdna_end": null,
"cdna_length": 4553,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "n.223C>T",
"hgvs_p": null,
"transcript": "ENST00000674642.1",
"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": 298,
"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": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "n.353C>T",
"hgvs_p": null,
"transcript": "ENST00000674978.1",
"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": 428,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "n.120C>T",
"hgvs_p": null,
"transcript": "ENST00000676260.1",
"protein_id": "ENSP00000502436.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": 4348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "ENST00000673881.1",
"protein_id": "ENSP00000501070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1322,
"cds_start": -4,
"cds_end": null,
"cds_length": 3969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.-36-725C>T",
"hgvs_p": null,
"transcript": "ENST00000674773.1",
"protein_id": "ENSP00000502579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1322,
"cds_start": -4,
"cds_end": null,
"cds_length": 3969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"dbsnp": "rs744389",
"frequency_reference_population": 0.17032973,
"hom_count_reference_population": 25533,
"allele_count_reference_population": 274903,
"gnomad_exomes_af": 0.174955,
"gnomad_genomes_af": 0.125913,
"gnomad_exomes_ac": 255736,
"gnomad_genomes_ac": 19167,
"gnomad_exomes_homalt": 24019,
"gnomad_genomes_homalt": 1514,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.49000000953674316,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.25,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000324001.8",
"gene_symbol": "PRX",
"hgnc_id": 13797,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Thr102Thr"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease,Charcot-Marie-Tooth disease type 4,Charcot-Marie-Tooth disease type 4F,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|Charcot-Marie-Tooth disease type 4|Charcot-Marie-Tooth disease type 4F|not provided|Charcot-Marie-Tooth disease",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}