← 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: 12-202783-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=202783&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 202783,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000684302.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "NM_001122848.3",
"protein_id": "NP_001116320.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": "ENST00000684302.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "ENST00000684302.1",
"protein_id": "ENSP00000508194.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": "NM_001122848.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "ENST00000359674.8",
"protein_id": "ENSP00000352702.4",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "ENST00000397296.6",
"protein_id": "ENSP00000380464.2",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 3294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "ENST00000424061.6",
"protein_id": "ENSP00000399136.2",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "ENST00000536824.5",
"protein_id": "ENSP00000444268.1",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 2101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "NM_001122847.3",
"protein_id": "NP_001116319.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 3166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "NM_001206931.2",
"protein_id": "NP_001193860.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 740,
"cdna_end": null,
"cdna_length": 3125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "NM_003044.5",
"protein_id": "NP_003035.3",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 3751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_011521010.2",
"protein_id": "XP_011519312.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 614,
"cds_start": 447,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_005253747.5",
"protein_id": "XP_005253804.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 610,
"cds_start": 447,
"cds_end": null,
"cds_length": 1833,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 2273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_005253748.4",
"protein_id": "XP_005253805.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 571,
"cds_start": 447,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 3884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_047429416.1",
"protein_id": "XP_047285372.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 571,
"cds_start": 447,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_006719005.4",
"protein_id": "XP_006719068.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 570,
"cds_start": 447,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_047429417.1",
"protein_id": "XP_047285373.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 570,
"cds_start": 447,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 5734,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "n.506T>C",
"hgvs_p": null,
"transcript": "ENST00000536116.5",
"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": 549,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "n.337T>C",
"hgvs_p": null,
"transcript": "ENST00000538272.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 741,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "n.32T>C",
"hgvs_p": null,
"transcript": "ENST00000540094.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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.-118T>C",
"hgvs_p": null,
"transcript": "XM_047429418.1",
"protein_id": "XP_047285374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": -4,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.-118T>C",
"hgvs_p": null,
"transcript": "XM_047429419.1",
"protein_id": "XP_047285375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": -4,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "n.-1T>C",
"hgvs_p": null,
"transcript": "ENST00000538580.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": 665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.*9T>C",
"hgvs_p": null,
"transcript": "ENST00000537793.1",
"protein_id": "ENSP00000439351.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": -4,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"hgvs_c": "c.*86T>C",
"hgvs_p": null,
"transcript": "ENST00000535347.5",
"protein_id": "ENSP00000446082.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": -4,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC6A12",
"gene_hgnc_id": 11045,
"dbsnp": "rs216250",
"frequency_reference_population": 0.4727954,
"hom_count_reference_population": 185016,
"allele_count_reference_population": 762636,
"gnomad_exomes_af": 0.465534,
"gnomad_genomes_af": 0.542528,
"gnomad_exomes_ac": 680099,
"gnomad_genomes_ac": 82537,
"gnomad_exomes_homalt": 161614,
"gnomad_genomes_homalt": 23402,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5899999737739563,
"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.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.156,
"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,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000684302.1",
"gene_symbol": "SLC6A12",
"hgnc_id": 11045,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.447T>C",
"hgvs_p": "p.Thr149Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}