← 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: 17-28618945-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28618945&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 28618945,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014680.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5669G>A",
"hgvs_p": "p.Arg1890Gln",
"transcript": "NM_014680.5",
"protein_id": "NP_055495.2",
"transcript_support_level": null,
"aa_start": 1890,
"aa_end": null,
"aa_length": 2235,
"cds_start": 5669,
"cds_end": null,
"cds_length": 6708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000528896.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014680.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5669G>A",
"hgvs_p": "p.Arg1890Gln",
"transcript": "ENST00000528896.7",
"protein_id": "ENSP00000436773.2",
"transcript_support_level": 1,
"aa_start": 1890,
"aa_end": null,
"aa_length": 2235,
"cds_start": 5669,
"cds_end": null,
"cds_length": 6708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014680.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528896.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5666G>A",
"hgvs_p": "p.Arg1889Gln",
"transcript": "NM_001321560.2",
"protein_id": "NP_001308489.1",
"transcript_support_level": null,
"aa_start": 1889,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5666,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321560.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5666G>A",
"hgvs_p": "p.Arg1889Gln",
"transcript": "ENST00000939120.1",
"protein_id": "ENSP00000609179.1",
"transcript_support_level": null,
"aa_start": 1889,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5666,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939120.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5666G>A",
"hgvs_p": "p.Arg1889Gln",
"transcript": "ENST00000939122.1",
"protein_id": "ENSP00000609181.1",
"transcript_support_level": null,
"aa_start": 1889,
"aa_end": null,
"aa_length": 2234,
"cds_start": 5666,
"cds_end": null,
"cds_length": 6705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939122.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5615G>A",
"hgvs_p": "p.Arg1872Gln",
"transcript": "ENST00000939124.1",
"protein_id": "ENSP00000609183.1",
"transcript_support_level": null,
"aa_start": 1872,
"aa_end": null,
"aa_length": 2217,
"cds_start": 5615,
"cds_end": null,
"cds_length": 6654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939124.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5669G>A",
"hgvs_p": "p.Arg1890Gln",
"transcript": "ENST00000902448.1",
"protein_id": "ENSP00000572507.1",
"transcript_support_level": null,
"aa_start": 1890,
"aa_end": null,
"aa_length": 2196,
"cds_start": 5669,
"cds_end": null,
"cds_length": 6591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5516G>A",
"hgvs_p": "p.Arg1839Gln",
"transcript": "ENST00000939123.1",
"protein_id": "ENSP00000609182.1",
"transcript_support_level": null,
"aa_start": 1839,
"aa_end": null,
"aa_length": 2184,
"cds_start": 5516,
"cds_end": null,
"cds_length": 6555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939123.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5477G>A",
"hgvs_p": "p.Arg1826Gln",
"transcript": "ENST00000939121.1",
"protein_id": "ENSP00000609180.1",
"transcript_support_level": null,
"aa_start": 1826,
"aa_end": null,
"aa_length": 2171,
"cds_start": 5477,
"cds_end": null,
"cds_length": 6516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939121.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5471G>A",
"hgvs_p": "p.Arg1824Gln",
"transcript": "ENST00000955982.1",
"protein_id": "ENSP00000626041.1",
"transcript_support_level": null,
"aa_start": 1824,
"aa_end": null,
"aa_length": 2169,
"cds_start": 5471,
"cds_end": null,
"cds_length": 6510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955982.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5240G>A",
"hgvs_p": "p.Arg1747Gln",
"transcript": "NM_001363826.1",
"protein_id": "NP_001350755.1",
"transcript_support_level": null,
"aa_start": 1747,
"aa_end": null,
"aa_length": 2092,
"cds_start": 5240,
"cds_end": null,
"cds_length": 6279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363826.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5240G>A",
"hgvs_p": "p.Arg1747Gln",
"transcript": "ENST00000389003.7",
"protein_id": "ENSP00000467716.1",
"transcript_support_level": 5,
"aa_start": 1747,
"aa_end": null,
"aa_length": 2092,
"cds_start": 5240,
"cds_end": null,
"cds_length": 6279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389003.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.4664G>A",
"hgvs_p": "p.Arg1555Gln",
"transcript": "NM_001363827.1",
"protein_id": "NP_001350756.1",
"transcript_support_level": null,
"aa_start": 1555,
"aa_end": null,
"aa_length": 1900,
"cds_start": 4664,
"cds_end": null,
"cds_length": 5703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363827.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.3644G>A",
"hgvs_p": "p.Arg1215Gln",
"transcript": "NM_001363828.1",
"protein_id": "NP_001350757.1",
"transcript_support_level": null,
"aa_start": 1215,
"aa_end": null,
"aa_length": 1560,
"cds_start": 3644,
"cds_end": null,
"cds_length": 4683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363828.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.3641G>A",
"hgvs_p": "p.Arg1214Gln",
"transcript": "NM_001363829.1",
"protein_id": "NP_001350758.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1559,
"cds_start": 3641,
"cds_end": null,
"cds_length": 4680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363829.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "n.149G>A",
"hgvs_p": null,
"transcript": "ENST00000579924.6",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000579924.6"
},
{
"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": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "n.350G>A",
"hgvs_p": null,
"transcript": "ENST00000580395.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000580395.1"
}
],
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"dbsnp": "rs2071019999",
"frequency_reference_population": 0.0000018588904,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136831,
"gnomad_genomes_af": 0.00000656987,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1358184814453125,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.045,
"revel_prediction": "Benign",
"alphamissense_score": 0.146,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.763,
"phylop100way_prediction": "Uncertain_significance",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP6_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_014680.5",
"gene_symbol": "BLTP2",
"hgnc_id": 28960,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.5669G>A",
"hgvs_p": "p.Arg1890Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}