← 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: 1-6451714-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=6451714&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 6451714,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000645284.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2027C>A",
"hgvs_p": "p.Thr676Lys",
"transcript": "NM_031475.3",
"protein_id": "NP_113663.2",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 854,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2207,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": "ENST00000645284.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2027C>A",
"hgvs_p": "p.Thr676Lys",
"transcript": "ENST00000645284.1",
"protein_id": "ENSP00000496593.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 854,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 2207,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": "NM_031475.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.329C>A",
"hgvs_p": "p.Thr110Lys",
"transcript": "ENST00000461727.6",
"protein_id": "ENSP00000465308.1",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 288,
"cds_start": 329,
"cds_end": null,
"cds_length": 867,
"cdna_start": 548,
"cdna_end": null,
"cdna_length": 1339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2027C>A",
"hgvs_p": "p.Thr676Lys",
"transcript": "ENST00000636330.1",
"protein_id": "ENSP00000490186.1",
"transcript_support_level": 5,
"aa_start": 676,
"aa_end": null,
"aa_length": 1362,
"cds_start": 2027,
"cds_end": null,
"cds_length": 4089,
"cdna_start": 2195,
"cdna_end": null,
"cdna_length": 4731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1964C>A",
"hgvs_p": "p.Thr655Lys",
"transcript": "NM_001367474.1",
"protein_id": "NP_001354403.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 833,
"cds_start": 1964,
"cds_end": null,
"cds_length": 2502,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1937C>A",
"hgvs_p": "p.Thr646Lys",
"transcript": "NM_001367473.1",
"protein_id": "NP_001354402.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 824,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2475,
"cdna_start": 2117,
"cdna_end": null,
"cdna_length": 3453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.176C>A",
"hgvs_p": "p.Thr59Lys",
"transcript": "ENST00000633239.1",
"protein_id": "ENSP00000488071.1",
"transcript_support_level": 5,
"aa_start": 59,
"aa_end": null,
"aa_length": 237,
"cds_start": 176,
"cds_end": null,
"cds_length": 714,
"cdna_start": 176,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.56C>A",
"hgvs_p": "p.Thr19Lys",
"transcript": "ENST00000434576.2",
"protein_id": "ENSP00000413621.1",
"transcript_support_level": 3,
"aa_start": 19,
"aa_end": null,
"aa_length": 187,
"cds_start": 56,
"cds_end": null,
"cds_length": 564,
"cdna_start": 57,
"cdna_end": null,
"cdna_length": 747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.95C>A",
"hgvs_p": "p.Thr32Lys",
"transcript": "ENST00000475228.6",
"protein_id": "ENSP00000488721.2",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 178,
"cds_start": 95,
"cds_end": null,
"cds_length": 539,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.152C>A",
"hgvs_p": "p.Thr51Lys",
"transcript": "ENST00000636644.1",
"protein_id": "ENSP00000490230.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 175,
"cds_start": 152,
"cds_end": null,
"cds_length": 530,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.95C>A",
"hgvs_p": "p.Thr32Lys",
"transcript": "ENST00000475479.2",
"protein_id": "ENSP00000496370.1",
"transcript_support_level": 3,
"aa_start": 32,
"aa_end": null,
"aa_length": 81,
"cds_start": 95,
"cds_end": null,
"cds_length": 246,
"cdna_start": 209,
"cdna_end": null,
"cdna_length": 360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1964C>A",
"hgvs_p": "p.Thr655Lys",
"transcript": "XM_011542231.1",
"protein_id": "XP_011540533.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 1341,
"cds_start": 1964,
"cds_end": null,
"cds_length": 4026,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1937C>A",
"hgvs_p": "p.Thr646Lys",
"transcript": "XM_011542232.1",
"protein_id": "XP_011540534.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1332,
"cds_start": 1937,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 2117,
"cdna_end": null,
"cdna_length": 4653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1346C>A",
"hgvs_p": "p.Thr449Lys",
"transcript": "XM_011542233.3",
"protein_id": "XP_011540535.2",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 1135,
"cds_start": 1346,
"cds_end": null,
"cds_length": 3408,
"cdna_start": 1567,
"cdna_end": null,
"cdna_length": 4103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.446C>A",
"hgvs_p": "p.Thr149Lys",
"transcript": "XM_047431542.1",
"protein_id": "XP_047287498.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 835,
"cds_start": 446,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 3216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1964C>A",
"hgvs_p": "p.Thr655Lys",
"transcript": "XM_017002433.2",
"protein_id": "XP_016857922.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 823,
"cds_start": 1964,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 2144,
"cdna_end": null,
"cdna_length": 2837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.356C>A",
"hgvs_p": "p.Thr119Lys",
"transcript": "XM_047431549.1",
"protein_id": "XP_047287505.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 805,
"cds_start": 356,
"cds_end": null,
"cds_length": 2418,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 3126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.356C>A",
"hgvs_p": "p.Thr119Lys",
"transcript": "XM_047431551.1",
"protein_id": "XP_047287507.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 805,
"cds_start": 356,
"cds_end": null,
"cds_length": 2418,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 3128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.152C>A",
"hgvs_p": "p.Thr51Lys",
"transcript": "XM_011542236.3",
"protein_id": "XP_011540538.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 737,
"cds_start": 152,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 191,
"cdna_end": null,
"cdna_length": 2727,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.-5C>A",
"hgvs_p": null,
"transcript": "ENST00000477679.2",
"protein_id": "ENSP00000495669.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 205,
"cds_start": -4,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"dbsnp": "rs771737095",
"frequency_reference_population": 6.846698e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8467e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6094271540641785,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.474,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7626,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.398,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000645284.1",
"gene_symbol": "ESPN",
"hgnc_id": 13281,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown,AD",
"hgvs_c": "c.2027C>A",
"hgvs_p": "p.Thr676Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}