← 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: 2-96327946-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=96327946&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 96327946,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000439118.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "NM_001008949.3",
"protein_id": "NP_001008949.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 555,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1657,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": "ENST00000439118.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "ENST00000439118.3",
"protein_id": "ENSP00000389308.2",
"transcript_support_level": 1,
"aa_start": 439,
"aa_end": null,
"aa_length": 555,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1657,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": "NM_001008949.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr",
"transcript": "ENST00000420728.1",
"protein_id": "ENSP00000396552.1",
"transcript_support_level": 2,
"aa_start": 470,
"aa_end": null,
"aa_length": 586,
"cds_start": 1408,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1410,
"cdna_end": null,
"cdna_length": 1788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1339G>A",
"hgvs_p": "p.Ala447Thr",
"transcript": "NM_178495.6",
"protein_id": "NP_848590.3",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 563,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1732,
"cdna_end": null,
"cdna_length": 4293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1339G>A",
"hgvs_p": "p.Ala447Thr",
"transcript": "ENST00000361124.5",
"protein_id": "ENSP00000355121.4",
"transcript_support_level": 6,
"aa_start": 447,
"aa_end": null,
"aa_length": 563,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1724,
"cdna_end": null,
"cdna_length": 4295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001163523.2",
"protein_id": "NP_001156995.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 547,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1554,
"cdna_end": null,
"cdna_length": 1961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001163524.1",
"protein_id": "NP_001156996.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 547,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "NM_001324490.1",
"protein_id": "NP_001311419.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 547,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1332,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1291G>A",
"hgvs_p": "p.Ala431Thr",
"transcript": "ENST00000536814.1",
"protein_id": "ENSP00000439566.1",
"transcript_support_level": 3,
"aa_start": 431,
"aa_end": null,
"aa_length": 547,
"cds_start": 1291,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 1947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr",
"transcript": "XM_017003427.2",
"protein_id": "XP_016858916.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 555,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 2245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ITPRIPL1",
"gene_hgnc_id": 29371,
"dbsnp": "rs193921120",
"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.0828191339969635,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.0686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.645,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000439118.3",
"gene_symbol": "ITPRIPL1",
"hgnc_id": 29371,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1315G>A",
"hgvs_p": "p.Ala439Thr"
}
],
"clinvar_disease": "Prostate cancer",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Prostate cancer",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}