← 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-44001590-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=44001590&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 44001590,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000372310.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "NM_001024845.3",
"protein_id": "NP_001020016.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 633,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": "ENST00000372310.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "ENST00000372310.8",
"protein_id": "ENSP00000361384.4",
"transcript_support_level": 5,
"aa_start": 334,
"aa_end": null,
"aa_length": 633,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": "NM_001024845.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1219A>G",
"hgvs_p": "p.Ser407Gly",
"transcript": "ENST00000360584.6",
"protein_id": "ENSP00000353791.2",
"transcript_support_level": 1,
"aa_start": 407,
"aa_end": null,
"aa_length": 706,
"cds_start": 1219,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1411,
"cdna_end": null,
"cdna_length": 2330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1057A>G",
"hgvs_p": "p.Ser353Gly",
"transcript": "ENST00000357730.6",
"protein_id": "ENSP00000350362.2",
"transcript_support_level": 1,
"aa_start": 353,
"aa_end": null,
"aa_length": 652,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1219A>G",
"hgvs_p": "p.Ser407Gly",
"transcript": "NM_201649.4",
"protein_id": "NP_964012.2",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 706,
"cds_start": 1219,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 3213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1057A>G",
"hgvs_p": "p.Ser353Gly",
"transcript": "NM_006934.4",
"protein_id": "NP_008865.2",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 652,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 1087,
"cdna_end": null,
"cdna_length": 3051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1012A>G",
"hgvs_p": "p.Ser338Gly",
"transcript": "NM_001261380.2",
"protein_id": "NP_001248309.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 637,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 3006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "NM_001328629.1",
"protein_id": "NP_001315558.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 633,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 3085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "ENST00000673836.1",
"protein_id": "ENSP00000501314.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 633,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1175,
"cdna_end": null,
"cdna_length": 3119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.937A>G",
"hgvs_p": "p.Ser313Gly",
"transcript": "NM_001328627.1",
"protein_id": "NP_001315556.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 612,
"cds_start": 937,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1107,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "ENST00000372306.7",
"protein_id": "ENSP00000361380.3",
"transcript_support_level": 2,
"aa_start": 334,
"aa_end": null,
"aa_length": 579,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 1926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.805A>G",
"hgvs_p": "p.Ser269Gly",
"transcript": "ENST00000372307.7",
"protein_id": "ENSP00000361381.3",
"transcript_support_level": 2,
"aa_start": 269,
"aa_end": null,
"aa_length": 574,
"cds_start": 805,
"cds_end": null,
"cds_length": 1725,
"cdna_start": 1133,
"cdna_end": null,
"cdna_length": 2162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.805A>G",
"hgvs_p": "p.Ser269Gly",
"transcript": "NM_001328628.1",
"protein_id": "NP_001315557.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 568,
"cds_start": 805,
"cds_end": null,
"cds_length": 1707,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ser223Gly",
"transcript": "NM_001328626.2",
"protein_id": "NP_001315555.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 522,
"cds_start": 667,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ser223Gly",
"transcript": "ENST00000475075.6",
"protein_id": "ENSP00000434460.1",
"transcript_support_level": 2,
"aa_start": 223,
"aa_end": null,
"aa_length": 522,
"cds_start": 667,
"cds_end": null,
"cds_length": 1569,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 1881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Ser223Gly",
"transcript": "NM_001328630.2",
"protein_id": "NP_001315559.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 465,
"cds_start": 667,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1162A>G",
"hgvs_p": "p.Ser388Gly",
"transcript": "XM_047428739.1",
"protein_id": "XP_047284695.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 687,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1404,
"cdna_end": null,
"cdna_length": 3368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "XM_047428740.1",
"protein_id": "XP_047284696.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 633,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 5140,
"cdna_end": null,
"cdna_length": 7104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1219A>G",
"hgvs_p": "p.Ser407Gly",
"transcript": "XM_011542017.3",
"protein_id": "XP_011540319.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 618,
"cds_start": 1219,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 1979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.919A>G",
"hgvs_p": "p.Ser307Gly",
"transcript": "XM_017002152.3",
"protein_id": "XP_016857641.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 606,
"cds_start": 919,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1004,
"cdna_end": null,
"cdna_length": 2968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1162A>G",
"hgvs_p": "p.Ser388Gly",
"transcript": "XM_047428743.1",
"protein_id": "XP_047284699.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 599,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1404,
"cdna_end": null,
"cdna_length": 2311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "XM_047428744.1",
"protein_id": "XP_047284700.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 545,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 2149,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"hgvs_c": "n.1087A>G",
"hgvs_p": null,
"transcript": "NR_048548.2",
"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": 3047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC6A9",
"gene_hgnc_id": 11056,
"dbsnp": "rs1057519313",
"frequency_reference_population": 6.840778e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84078e-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.9793664813041687,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.927,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9794,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.37,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.962,
"phylop100way_prediction": "Pathogenic",
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000372310.8",
"gene_symbol": "SLC6A9",
"hgnc_id": 11056,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly"
}
],
"clinvar_disease": "Atypical glycine encephalopathy",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Atypical glycine encephalopathy",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}