← 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: 10-46584498-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=46584498&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 46584498,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_031912.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "NM_031912.5",
"protein_id": "NP_114118.2",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 421,
"cds_start": 826,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374321.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031912.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "ENST00000374321.9",
"protein_id": "ENSP00000363441.4",
"transcript_support_level": 2,
"aa_start": 276,
"aa_end": null,
"aa_length": 421,
"cds_start": 826,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_031912.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374321.9"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "ENST00000503753.5",
"protein_id": "ENSP00000427607.1",
"transcript_support_level": 1,
"aa_start": 276,
"aa_end": null,
"aa_length": 390,
"cds_start": 826,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503753.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.985C>G",
"hgvs_p": "p.Pro329Ala",
"transcript": "ENST00000374323.8",
"protein_id": "ENSP00000363443.3",
"transcript_support_level": 2,
"aa_start": 329,
"aa_end": null,
"aa_length": 474,
"cds_start": 985,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374323.8"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.817C>G",
"hgvs_p": "p.Pro273Ala",
"transcript": "ENST00000907761.1",
"protein_id": "ENSP00000577820.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 418,
"cds_start": 817,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907761.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.796C>G",
"hgvs_p": "p.Pro266Ala",
"transcript": "ENST00000907760.1",
"protein_id": "ENSP00000577819.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 411,
"cds_start": 796,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907760.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "NM_181519.3",
"protein_id": "NP_852660.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 390,
"cds_start": 826,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181519.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.196C>G",
"hgvs_p": "p.Pro66Ala",
"transcript": "ENST00000374328.3",
"protein_id": "ENSP00000363448.3",
"transcript_support_level": 5,
"aa_start": 66,
"aa_end": null,
"aa_length": 180,
"cds_start": 196,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374328.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_017016750.3",
"protein_id": "XP_016872239.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 428,
"cds_start": 847,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016750.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"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": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.796C>G",
"hgvs_p": "p.Pro266Ala",
"transcript": "XM_047425824.1",
"protein_id": "XP_047281780.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 411,
"cds_start": 796,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425824.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_047425825.1",
"protein_id": "XP_047281781.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 397,
"cds_start": 847,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425825.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_047425826.1",
"protein_id": "XP_047281782.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 397,
"cds_start": 847,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425826.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_047425827.1",
"protein_id": "XP_047281783.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 397,
"cds_start": 847,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425827.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_047425828.1",
"protein_id": "XP_047281784.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 397,
"cds_start": 847,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425828.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "XM_006718011.3",
"protein_id": "XP_006718074.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 390,
"cds_start": 826,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718011.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "XM_017016751.3",
"protein_id": "XP_016872240.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 390,
"cds_start": 826,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016751.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.796C>G",
"hgvs_p": "p.Pro266Ala",
"transcript": "XM_047425829.1",
"protein_id": "XP_047281785.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 380,
"cds_start": 796,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425829.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.Pro283Ala",
"transcript": "XM_047425830.1",
"protein_id": "XP_047281786.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 368,
"cds_start": 847,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425830.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala",
"transcript": "XM_047425831.1",
"protein_id": "XP_047281787.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 361,
"cds_start": 826,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SYT15-AS1",
"gene_hgnc_id": 56167,
"hgvs_c": "n.313-1360G>C",
"hgvs_p": null,
"transcript": "ENST00000506914.1",
"protein_id": null,
"transcript_support_level": 4,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000506914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SYT15-AS1",
"gene_hgnc_id": 56167,
"hgvs_c": "n.318-1360G>C",
"hgvs_p": null,
"transcript": "ENST00000659936.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000659936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SYT15-AS1",
"gene_hgnc_id": 56167,
"hgvs_c": "n.313-1360G>C",
"hgvs_p": null,
"transcript": "NR_155739.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_155739.1"
}
],
"gene_symbol": "SYT15",
"gene_hgnc_id": 17167,
"dbsnp": "rs199531397",
"frequency_reference_population": 0.00014463978,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.000196607,
"gnomad_genomes_af": 0.00014464,
"gnomad_exomes_ac": 287,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.24235308170318604,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.0758,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.248,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_031912.5",
"gene_symbol": "SYT15",
"hgnc_id": 17167,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.826C>G",
"hgvs_p": "p.Pro276Ala"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000506914.1",
"gene_symbol": "SYT15-AS1",
"hgnc_id": 56167,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.313-1360G>C",
"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
}