← 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-136430309-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136430309&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136430309,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_019892.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1770C>T",
"hgvs_p": "p.Leu590Leu",
"transcript": "NM_019892.6",
"protein_id": "NP_063945.2",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 644,
"cds_start": 1770,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371712.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019892.6"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1770C>T",
"hgvs_p": "p.Leu590Leu",
"transcript": "ENST00000371712.4",
"protein_id": "ENSP00000360777.3",
"transcript_support_level": 1,
"aa_start": 590,
"aa_end": null,
"aa_length": 644,
"cds_start": 1770,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019892.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371712.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1791C>T",
"hgvs_p": "p.Leu597Leu",
"transcript": "ENST00000930360.1",
"protein_id": "ENSP00000600419.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 651,
"cds_start": 1791,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930360.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Leu589Leu",
"transcript": "NM_001318502.2",
"protein_id": "NP_001305431.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 643,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318502.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Leu589Leu",
"transcript": "ENST00000910890.1",
"protein_id": "ENSP00000580949.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 643,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910890.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Leu589Leu",
"transcript": "ENST00000960334.1",
"protein_id": "ENSP00000630393.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 643,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960334.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1734C>T",
"hgvs_p": "p.Leu578Leu",
"transcript": "ENST00000930356.1",
"protein_id": "ENSP00000600415.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 632,
"cds_start": 1734,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930356.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1731C>T",
"hgvs_p": "p.Leu577Leu",
"transcript": "ENST00000930357.1",
"protein_id": "ENSP00000600416.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 631,
"cds_start": 1731,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930357.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1668C>T",
"hgvs_p": "p.Leu556Leu",
"transcript": "ENST00000676019.1",
"protein_id": "ENSP00000501984.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 610,
"cds_start": 1668,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676019.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1665C>T",
"hgvs_p": "p.Leu555Leu",
"transcript": "ENST00000910891.1",
"protein_id": "ENSP00000580950.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 609,
"cds_start": 1665,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910891.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1662C>T",
"hgvs_p": "p.Leu554Leu",
"transcript": "ENST00000910889.1",
"protein_id": "ENSP00000580948.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 608,
"cds_start": 1662,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910889.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1650C>T",
"hgvs_p": "p.Leu550Leu",
"transcript": "ENST00000930358.1",
"protein_id": "ENSP00000600417.1",
"transcript_support_level": null,
"aa_start": 550,
"aa_end": null,
"aa_length": 604,
"cds_start": 1650,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930358.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1647C>T",
"hgvs_p": "p.Leu549Leu",
"transcript": "ENST00000960337.1",
"protein_id": "ENSP00000630396.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 603,
"cds_start": 1647,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960337.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1548C>T",
"hgvs_p": "p.Leu516Leu",
"transcript": "ENST00000960336.1",
"protein_id": "ENSP00000630395.1",
"transcript_support_level": null,
"aa_start": 516,
"aa_end": null,
"aa_length": 570,
"cds_start": 1548,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960336.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1770C>T",
"hgvs_p": "p.Leu590Leu",
"transcript": "XM_017014926.2",
"protein_id": "XP_016870415.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 602,
"cds_start": 1770,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014926.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Leu589Leu",
"transcript": "XM_047423603.1",
"protein_id": "XP_047279559.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 601,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423603.1"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1760+10C>T",
"hgvs_p": null,
"transcript": "ENST00000960335.1",
"protein_id": "ENSP00000630394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960335.1"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "c.1757+10C>T",
"hgvs_p": null,
"transcript": "ENST00000930359.1",
"protein_id": "ENSP00000600418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 629,
"cds_start": null,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930359.1"
},
{
"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": "INPP5E",
"gene_hgnc_id": 21474,
"hgvs_c": "n.*26C>T",
"hgvs_p": null,
"transcript": "ENST00000674693.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000674693.1"
}
],
"gene_symbol": "INPP5E",
"gene_hgnc_id": 21474,
"dbsnp": "rs143552175",
"frequency_reference_population": 0.001104521,
"hom_count_reference_population": 17,
"allele_count_reference_population": 1714,
"gnomad_exomes_af": 0.00055022,
"gnomad_genomes_af": 0.00619569,
"gnomad_exomes_ac": 770,
"gnomad_genomes_ac": 944,
"gnomad_exomes_homalt": 9,
"gnomad_genomes_homalt": 8,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.38999998569488525,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.603,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_019892.6",
"gene_symbol": "INPP5E",
"hgnc_id": 21474,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1770C>T",
"hgvs_p": "p.Leu590Leu"
}
],
"clinvar_disease": "Joubert syndrome,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:2",
"phenotype_combined": "not specified|Joubert syndrome|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}