← 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-28615212-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28615212&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 28615212,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014680.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6560C>T",
"hgvs_p": "p.Thr2187Ile",
"transcript": "NM_014680.5",
"protein_id": "NP_055495.2",
"transcript_support_level": null,
"aa_start": 2187,
"aa_end": null,
"aa_length": 2235,
"cds_start": 6560,
"cds_end": null,
"cds_length": 6708,
"cdna_start": 6662,
"cdna_end": null,
"cdna_length": 7428,
"mane_select": "ENST00000528896.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014680.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6560C>T",
"hgvs_p": "p.Thr2187Ile",
"transcript": "ENST00000528896.7",
"protein_id": "ENSP00000436773.2",
"transcript_support_level": 1,
"aa_start": 2187,
"aa_end": null,
"aa_length": 2235,
"cds_start": 6560,
"cds_end": null,
"cds_length": 6708,
"cdna_start": 6662,
"cdna_end": null,
"cdna_length": 7428,
"mane_select": "NM_014680.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528896.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.1051-1073G>A",
"hgvs_p": null,
"transcript": "ENST00000414744.2",
"protein_id": null,
"transcript_support_level": 1,
"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": 2143,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000414744.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6557C>T",
"hgvs_p": "p.Thr2186Ile",
"transcript": "NM_001321560.2",
"protein_id": "NP_001308489.1",
"transcript_support_level": null,
"aa_start": 2186,
"aa_end": null,
"aa_length": 2234,
"cds_start": 6557,
"cds_end": null,
"cds_length": 6705,
"cdna_start": 6659,
"cdna_end": null,
"cdna_length": 7425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321560.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6557C>T",
"hgvs_p": "p.Thr2186Ile",
"transcript": "ENST00000939120.1",
"protein_id": "ENSP00000609179.1",
"transcript_support_level": null,
"aa_start": 2186,
"aa_end": null,
"aa_length": 2234,
"cds_start": 6557,
"cds_end": null,
"cds_length": 6705,
"cdna_start": 6677,
"cdna_end": null,
"cdna_length": 7449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939120.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6557C>T",
"hgvs_p": "p.Thr2186Ile",
"transcript": "ENST00000939122.1",
"protein_id": "ENSP00000609181.1",
"transcript_support_level": null,
"aa_start": 2186,
"aa_end": null,
"aa_length": 2234,
"cds_start": 6557,
"cds_end": null,
"cds_length": 6705,
"cdna_start": 6657,
"cdna_end": null,
"cdna_length": 7423,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939122.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6506C>T",
"hgvs_p": "p.Thr2169Ile",
"transcript": "ENST00000939124.1",
"protein_id": "ENSP00000609183.1",
"transcript_support_level": null,
"aa_start": 2169,
"aa_end": null,
"aa_length": 2217,
"cds_start": 6506,
"cds_end": null,
"cds_length": 6654,
"cdna_start": 6605,
"cdna_end": null,
"cdna_length": 7106,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939124.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6443C>T",
"hgvs_p": "p.Thr2148Ile",
"transcript": "ENST00000902448.1",
"protein_id": "ENSP00000572507.1",
"transcript_support_level": null,
"aa_start": 2148,
"aa_end": null,
"aa_length": 2196,
"cds_start": 6443,
"cds_end": null,
"cds_length": 6591,
"cdna_start": 6559,
"cdna_end": null,
"cdna_length": 7329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902448.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6407C>T",
"hgvs_p": "p.Thr2136Ile",
"transcript": "ENST00000939123.1",
"protein_id": "ENSP00000609182.1",
"transcript_support_level": null,
"aa_start": 2136,
"aa_end": null,
"aa_length": 2184,
"cds_start": 6407,
"cds_end": null,
"cds_length": 6555,
"cdna_start": 6465,
"cdna_end": null,
"cdna_length": 7231,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939123.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6368C>T",
"hgvs_p": "p.Thr2123Ile",
"transcript": "ENST00000939121.1",
"protein_id": "ENSP00000609180.1",
"transcript_support_level": null,
"aa_start": 2123,
"aa_end": null,
"aa_length": 2171,
"cds_start": 6368,
"cds_end": null,
"cds_length": 6516,
"cdna_start": 6483,
"cdna_end": null,
"cdna_length": 7255,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939121.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6362C>T",
"hgvs_p": "p.Thr2121Ile",
"transcript": "ENST00000955982.1",
"protein_id": "ENSP00000626041.1",
"transcript_support_level": null,
"aa_start": 2121,
"aa_end": null,
"aa_length": 2169,
"cds_start": 6362,
"cds_end": null,
"cds_length": 6510,
"cdna_start": 6459,
"cdna_end": null,
"cdna_length": 6959,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955982.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6131C>T",
"hgvs_p": "p.Thr2044Ile",
"transcript": "NM_001363826.1",
"protein_id": "NP_001350755.1",
"transcript_support_level": null,
"aa_start": 2044,
"aa_end": null,
"aa_length": 2092,
"cds_start": 6131,
"cds_end": null,
"cds_length": 6279,
"cdna_start": 6515,
"cdna_end": null,
"cdna_length": 7287,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363826.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.6131C>T",
"hgvs_p": "p.Thr2044Ile",
"transcript": "ENST00000389003.7",
"protein_id": "ENSP00000467716.1",
"transcript_support_level": 5,
"aa_start": 2044,
"aa_end": null,
"aa_length": 2092,
"cds_start": 6131,
"cds_end": null,
"cds_length": 6279,
"cdna_start": 6522,
"cdna_end": null,
"cdna_length": 6852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389003.7"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.5555C>T",
"hgvs_p": "p.Thr1852Ile",
"transcript": "NM_001363827.1",
"protein_id": "NP_001350756.1",
"transcript_support_level": null,
"aa_start": 1852,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5555,
"cds_end": null,
"cds_length": 5703,
"cdna_start": 6529,
"cdna_end": null,
"cdna_length": 7301,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363827.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.4535C>T",
"hgvs_p": "p.Thr1512Ile",
"transcript": "NM_001363828.1",
"protein_id": "NP_001350757.1",
"transcript_support_level": null,
"aa_start": 1512,
"aa_end": null,
"aa_length": 1560,
"cds_start": 4535,
"cds_end": null,
"cds_length": 4683,
"cdna_start": 6457,
"cdna_end": null,
"cdna_length": 7229,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363828.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"hgvs_c": "c.4532C>T",
"hgvs_p": "p.Thr1511Ile",
"transcript": "NM_001363829.1",
"protein_id": "NP_001350758.1",
"transcript_support_level": null,
"aa_start": 1511,
"aa_end": null,
"aa_length": 1559,
"cds_start": 4532,
"cds_end": null,
"cds_length": 4680,
"cdna_start": 6890,
"cdna_end": null,
"cdna_length": 7662,
"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": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.461-1073G>A",
"hgvs_p": null,
"transcript": "ENST00000424210.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": 1551,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000424210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.250-1073G>A",
"hgvs_p": null,
"transcript": "ENST00000554154.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": 491,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000554154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.360-1073G>A",
"hgvs_p": null,
"transcript": "ENST00000670419.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": 1422,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000670419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.240-1152G>A",
"hgvs_p": null,
"transcript": "ENST00000782659.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": 643,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000782659.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SPAG5-AS1",
"gene_hgnc_id": 41140,
"hgvs_c": "n.273-1073G>A",
"hgvs_p": null,
"transcript": "NR_040012.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": 1365,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_040012.1"
}
],
"gene_symbol": "BLTP2",
"gene_hgnc_id": 28960,
"dbsnp": "rs764602577",
"frequency_reference_population": 0.0000061971923,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000615829,
"gnomad_genomes_af": 0.00000657073,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10728910565376282,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.1,
"revel_prediction": "Benign",
"alphamissense_score": 0.0923,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.367,
"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": 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": "NM_014680.5",
"gene_symbol": "BLTP2",
"hgnc_id": 28960,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.6560C>T",
"hgvs_p": "p.Thr2187Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000414744.2",
"gene_symbol": "SPAG5-AS1",
"hgnc_id": 41140,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1051-1073G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}