← 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-81278392-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=81278392&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 81278392,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000614646.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "NM_001394390.1",
"protein_id": "NP_001381319.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1334,
"cdna_end": null,
"cdna_length": 10874,
"mane_select": "ENST00000614646.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "ENST00000614646.5",
"protein_id": "ENSP00000477736.2",
"transcript_support_level": 5,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1334,
"cdna_end": null,
"cdna_length": 10874,
"mane_select": "NM_001394390.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "ENST00000555447.5",
"protein_id": "ENSP00000450857.1",
"transcript_support_level": 1,
"aa_start": 307,
"aa_end": null,
"aa_length": 920,
"cds_start": 919,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 1332,
"cdna_end": null,
"cdna_length": 4302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "n.427T>C",
"hgvs_p": null,
"transcript": "ENST00000555284.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "NM_001366849.2",
"protein_id": "NP_001353778.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 4518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "ENST00000649389.1",
"protein_id": "ENSP00000498075.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 4382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "ENST00000553821.3",
"protein_id": "ENSP00000450577.3",
"transcript_support_level": 3,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 11084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "NM_001256430.3",
"protein_id": "NP_001243359.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 920,
"cds_start": 919,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 1703,
"cdna_end": null,
"cdna_length": 4677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "NM_001366850.2",
"protein_id": "NP_001353779.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 898,
"cds_start": 919,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 10913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_011537240.3",
"protein_id": "XP_011535542.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 4806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_024449734.2",
"protein_id": "XP_024305502.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1874,
"cdna_end": null,
"cdna_length": 4848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_024449735.2",
"protein_id": "XP_024305503.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1958,
"cdna_end": null,
"cdna_length": 4932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_047431811.1",
"protein_id": "XP_047287767.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 977,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2934,
"cdna_start": 1983,
"cdna_end": null,
"cdna_length": 4957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_011537242.3",
"protein_id": "XP_011535544.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 11084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_047431812.1",
"protein_id": "XP_047287768.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1983,
"cdna_end": null,
"cdna_length": 11523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro",
"transcript": "XM_047431813.1",
"protein_id": "XP_047287769.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 955,
"cds_start": 1090,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1958,
"cdna_end": null,
"cdna_length": 11498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "XM_024449736.2",
"protein_id": "XP_024305504.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 920,
"cds_start": 919,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 4347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "XM_047431815.1",
"protein_id": "XP_047287771.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 920,
"cds_start": 919,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 4456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "XM_047431816.1",
"protein_id": "XP_047287772.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 898,
"cds_start": 919,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 11022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "c.919T>C",
"hgvs_p": "p.Ser307Pro",
"transcript": "XM_047431817.1",
"protein_id": "XP_047287773.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 898,
"cds_start": 919,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 1661,
"cdna_end": null,
"cdna_length": 11201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "n.1120T>C",
"hgvs_p": null,
"transcript": "ENST00000652748.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "STON2",
"gene_hgnc_id": 30652,
"hgvs_c": "n.*84T>C",
"hgvs_p": null,
"transcript": "ENST00000556280.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STON2",
"gene_hgnc_id": 30652,
"dbsnp": "rs3813535",
"frequency_reference_population": 0.83459145,
"hom_count_reference_population": 564480,
"allele_count_reference_population": 1347059,
"gnomad_exomes_af": 0.835383,
"gnomad_genomes_af": 0.826992,
"gnomad_exomes_ac": 1221214,
"gnomad_genomes_ac": 125845,
"gnomad_exomes_homalt": 512132,
"gnomad_genomes_homalt": 52348,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 6.000442454023869e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.148,
"revel_prediction": "Benign",
"alphamissense_score": 0.0446,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.278,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000614646.5",
"gene_symbol": "STON2",
"hgnc_id": 30652,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1090T>C",
"hgvs_p": "p.Ser364Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}