← 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-6452024-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=6452024&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 6452024,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_031475.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2253C>T",
"hgvs_p": "p.Pro751Pro",
"transcript": "NM_031475.3",
"protein_id": "NP_113663.2",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 854,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000645284.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031475.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2253C>T",
"hgvs_p": "p.Pro751Pro",
"transcript": "ENST00000645284.1",
"protein_id": "ENSP00000496593.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 854,
"cds_start": 2253,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_031475.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645284.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.555C>T",
"hgvs_p": "p.Pro185Pro",
"transcript": "ENST00000461727.6",
"protein_id": "ENSP00000465308.1",
"transcript_support_level": 1,
"aa_start": 185,
"aa_end": null,
"aa_length": 288,
"cds_start": 555,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461727.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2253C>T",
"hgvs_p": "p.Pro751Pro",
"transcript": "ENST00000636330.1",
"protein_id": "ENSP00000490186.1",
"transcript_support_level": 5,
"aa_start": 751,
"aa_end": null,
"aa_length": 1362,
"cds_start": 2253,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636330.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2190C>T",
"hgvs_p": "p.Pro730Pro",
"transcript": "NM_001367474.1",
"protein_id": "NP_001354403.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 833,
"cds_start": 2190,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367474.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2163C>T",
"hgvs_p": "p.Pro721Pro",
"transcript": "NM_001367473.1",
"protein_id": "NP_001354402.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 824,
"cds_start": 2163,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367473.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.402C>T",
"hgvs_p": "p.Pro134Pro",
"transcript": "ENST00000633239.1",
"protein_id": "ENSP00000488071.1",
"transcript_support_level": 5,
"aa_start": 134,
"aa_end": null,
"aa_length": 237,
"cds_start": 402,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000633239.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.306C>T",
"hgvs_p": "p.Pro102Pro",
"transcript": "ENST00000477679.2",
"protein_id": "ENSP00000495669.1",
"transcript_support_level": 2,
"aa_start": 102,
"aa_end": null,
"aa_length": 205,
"cds_start": 306,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477679.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.282C>T",
"hgvs_p": "p.Pro94Pro",
"transcript": "ENST00000434576.2",
"protein_id": "ENSP00000413621.1",
"transcript_support_level": 3,
"aa_start": 94,
"aa_end": null,
"aa_length": 187,
"cds_start": 282,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434576.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.321C>T",
"hgvs_p": "p.Pro107Pro",
"transcript": "ENST00000475228.6",
"protein_id": "ENSP00000488721.2",
"transcript_support_level": 5,
"aa_start": 107,
"aa_end": null,
"aa_length": 178,
"cds_start": 321,
"cds_end": null,
"cds_length": 539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475228.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.378C>T",
"hgvs_p": "p.Pro126Pro",
"transcript": "ENST00000636644.1",
"protein_id": "ENSP00000490230.1",
"transcript_support_level": 5,
"aa_start": 126,
"aa_end": null,
"aa_length": 175,
"cds_start": 378,
"cds_end": null,
"cds_length": 530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636644.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2190C>T",
"hgvs_p": "p.Pro730Pro",
"transcript": "XM_011542231.1",
"protein_id": "XP_011540533.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 1341,
"cds_start": 2190,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542231.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2163C>T",
"hgvs_p": "p.Pro721Pro",
"transcript": "XM_011542232.1",
"protein_id": "XP_011540534.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 1332,
"cds_start": 2163,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542232.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.1572C>T",
"hgvs_p": "p.Pro524Pro",
"transcript": "XM_011542233.3",
"protein_id": "XP_011540535.2",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 1135,
"cds_start": 1572,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542233.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.672C>T",
"hgvs_p": "p.Pro224Pro",
"transcript": "XM_047431542.1",
"protein_id": "XP_047287498.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 835,
"cds_start": 672,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431542.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.2190C>T",
"hgvs_p": "p.Pro730Pro",
"transcript": "XM_017002433.2",
"protein_id": "XP_016857922.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 823,
"cds_start": 2190,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002433.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.582C>T",
"hgvs_p": "p.Pro194Pro",
"transcript": "XM_047431549.1",
"protein_id": "XP_047287505.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 805,
"cds_start": 582,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431549.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.582C>T",
"hgvs_p": "p.Pro194Pro",
"transcript": "XM_047431551.1",
"protein_id": "XP_047287507.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 805,
"cds_start": 582,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431551.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.378C>T",
"hgvs_p": "p.Pro126Pro",
"transcript": "XM_011542236.3",
"protein_id": "XP_011540538.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 737,
"cds_start": 378,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542236.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"hgvs_c": "c.*75C>T",
"hgvs_p": null,
"transcript": "ENST00000475479.2",
"protein_id": "ENSP00000496370.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 81,
"cds_start": null,
"cds_end": null,
"cds_length": 246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475479.2"
}
],
"gene_symbol": "ESPN",
"gene_hgnc_id": 13281,
"dbsnp": "rs371034506",
"frequency_reference_population": 0.000007539393,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000764152,
"gnomad_genomes_af": 0.00000657307,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5600000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.894,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_031475.3",
"gene_symbol": "ESPN",
"hgnc_id": 13281,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD,Unknown",
"hgvs_c": "c.2253C>T",
"hgvs_p": "p.Pro751Pro"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}