← 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: 11-72232260-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72232260&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72232260,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000298229.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "NM_001567.4",
"protein_id": "NP_001558.3",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3777,
"cdna_start": 1854,
"cdna_end": null,
"cdna_length": 4789,
"mane_select": "ENST00000298229.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "ENST00000298229.7",
"protein_id": "ENSP00000298229.2",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3777,
"cdna_start": 1854,
"cdna_end": null,
"cdna_length": 4789,
"mane_select": "NM_001567.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.910G>T",
"hgvs_p": "p.Val304Phe",
"transcript": "ENST00000538751.5",
"protein_id": "ENSP00000444619.1",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 1016,
"cds_start": 910,
"cds_end": null,
"cds_length": 3051,
"cdna_start": 1763,
"cdna_end": null,
"cdna_length": 4656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "NM_001440434.1",
"protein_id": "NP_001427363.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 1920,
"cdna_end": null,
"cdna_length": 4855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "NM_001440435.1",
"protein_id": "NP_001427364.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3777,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "NM_001440436.1",
"protein_id": "NP_001427365.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1258,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3777,
"cdna_start": 2082,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1495G>T",
"hgvs_p": "p.Val499Phe",
"transcript": "NM_001440437.1",
"protein_id": "NP_001427366.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 1211,
"cds_start": 1495,
"cds_end": null,
"cds_length": 3636,
"cdna_start": 1713,
"cdna_end": null,
"cdna_length": 4648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "NM_001440438.1",
"protein_id": "NP_001427367.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1184,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 2132,
"cdna_end": null,
"cdna_length": 4933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "XM_005273979.5",
"protein_id": "XP_005274036.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 1974,
"cdna_end": null,
"cdna_length": 4909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "XM_047426887.1",
"protein_id": "XP_047282843.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 2198,
"cdna_end": null,
"cdna_length": 5133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "XM_047426888.1",
"protein_id": "XP_047282844.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 2148,
"cdna_end": null,
"cdna_length": 5083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "XM_047426889.1",
"protein_id": "XP_047282845.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3843,
"cdna_start": 2302,
"cdna_end": null,
"cdna_length": 5237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1702G>T",
"hgvs_p": "p.Val568Phe",
"transcript": "XM_047426891.1",
"protein_id": "XP_047282847.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1206,
"cds_start": 1702,
"cds_end": null,
"cds_length": 3621,
"cdna_start": 1974,
"cdna_end": null,
"cdna_length": 4775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe",
"transcript": "XM_047426892.1",
"protein_id": "XP_047282848.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1184,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 4709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "c.1339G>T",
"hgvs_p": "p.Val447Phe",
"transcript": "XM_047426893.1",
"protein_id": "XP_047282849.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 1159,
"cds_start": 1339,
"cds_end": null,
"cds_length": 3480,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "n.187G>T",
"hgvs_p": null,
"transcript": "ENST00000537755.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": 535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "n.387G>T",
"hgvs_p": null,
"transcript": "ENST00000544806.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": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"hgvs_c": "n.-48G>T",
"hgvs_p": null,
"transcript": "ENST00000541303.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "INPPL1",
"gene_hgnc_id": 6080,
"dbsnp": "rs376117918",
"frequency_reference_population": 0.0000014237247,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000142372,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8869110941886902,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.856,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8038,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.608,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000298229.7",
"gene_symbol": "INPPL1",
"hgnc_id": 6080,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1636G>T",
"hgvs_p": "p.Val546Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}