← 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: 14-53951919-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=53951919&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 53951919,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000245451.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "NM_001202.6",
"protein_id": "NP_001193.2",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": "ENST00000245451.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "ENST00000245451.9",
"protein_id": "ENSP00000245451.4",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": "NM_001202.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "ENST00000558984.1",
"protein_id": "ENSP00000454134.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 491,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "ENST00000559087.5",
"protein_id": "ENSP00000453485.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.445A>C",
"hgvs_p": "p.Thr149Pro",
"transcript": "NM_001347912.1",
"protein_id": "NP_001334841.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 455,
"cds_start": 445,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 516,
"cdna_end": null,
"cdna_length": 1735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "NM_001347914.2",
"protein_id": "NP_001334843.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 431,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "NM_001347916.1",
"protein_id": "NP_001334845.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 861,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "NM_130850.5",
"protein_id": "NP_570911.2",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "NM_130851.4",
"protein_id": "NP_570912.2",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "ENST00000417573.5",
"protein_id": "ENSP00000394165.1",
"transcript_support_level": 5,
"aa_start": 102,
"aa_end": null,
"aa_length": 408,
"cds_start": 304,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Thr39Pro",
"transcript": "NM_001347913.2",
"protein_id": "NP_001334842.1",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 345,
"cds_start": 115,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Thr39Pro",
"transcript": "NM_001347915.2",
"protein_id": "NP_001334844.1",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 345,
"cds_start": 115,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 1597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Thr39Pro",
"transcript": "NM_001347917.1",
"protein_id": "NP_001334846.1",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 345,
"cds_start": 115,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.115A>C",
"hgvs_p": "p.Thr39Pro",
"transcript": "ENST00000559501.1",
"protein_id": "ENSP00000453365.1",
"transcript_support_level": 2,
"aa_start": 39,
"aa_end": null,
"aa_length": 270,
"cds_start": 115,
"cds_end": null,
"cds_length": 815,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 1112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro",
"transcript": "ENST00000559642.1",
"protein_id": "ENSP00000453467.1",
"transcript_support_level": 3,
"aa_start": 102,
"aa_end": null,
"aa_length": 109,
"cds_start": 304,
"cds_end": null,
"cds_length": 331,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.229A>C",
"hgvs_p": "p.Thr77Pro",
"transcript": "ENST00000558961.1",
"protein_id": "ENSP00000453691.1",
"transcript_support_level": 3,
"aa_start": 77,
"aa_end": null,
"aa_length": 104,
"cds_start": 229,
"cds_end": null,
"cds_length": 315,
"cdna_start": 229,
"cdna_end": null,
"cdna_length": 495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"hgvs_c": "c.-39A>C",
"hgvs_p": null,
"transcript": "ENST00000609748.1",
"protein_id": "ENSP00000476690.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 29,
"cds_start": -4,
"cds_end": null,
"cds_length": 90,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BMP4",
"gene_hgnc_id": 1071,
"dbsnp": "rs202159001",
"frequency_reference_population": 0.0000027545782,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000275458,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08312413096427917,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.069,
"revel_prediction": "Benign",
"alphamissense_score": 0.0631,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.747,
"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": "ENST00000245451.9",
"gene_symbol": "BMP4",
"hgnc_id": 1071,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.304A>C",
"hgvs_p": "p.Thr102Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}