← 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: 17-28491800-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28491800&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 28491800,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001145975.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ile276Val",
"transcript": "NM_003984.4",
"protein_id": "NP_003975.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 592,
"cds_start": 826,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000314669.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003984.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ile276Val",
"transcript": "ENST00000314669.10",
"protein_id": "ENSP00000316202.6",
"transcript_support_level": 1,
"aa_start": 276,
"aa_end": null,
"aa_length": 592,
"cds_start": 826,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003984.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314669.10"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RSKR",
"gene_hgnc_id": 26314,
"hgvs_c": "n.*1196-35691T>C",
"hgvs_p": null,
"transcript": "ENST00000481916.6",
"protein_id": "ENSP00000436369.2",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000481916.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "ENST00000855217.1",
"protein_id": "ENSP00000525276.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 642,
"cds_start": 973,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855217.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "NM_001145975.2",
"protein_id": "NP_001139447.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 641,
"cds_start": 973,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145975.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "ENST00000444914.7",
"protein_id": "ENSP00000392411.3",
"transcript_support_level": 2,
"aa_start": 325,
"aa_end": null,
"aa_length": 641,
"cds_start": 973,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444914.7"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ile276Val",
"transcript": "ENST00000855215.1",
"protein_id": "ENSP00000525274.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 593,
"cds_start": 826,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855215.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "ENST00000956184.1",
"protein_id": "ENSP00000626243.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 587,
"cds_start": 973,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956184.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "ENST00000855219.1",
"protein_id": "ENSP00000525278.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 568,
"cds_start": 973,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855219.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000855218.1",
"protein_id": "ENSP00000525277.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 549,
"cds_start": 697,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855218.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ile232Val",
"transcript": "NM_001346683.2",
"protein_id": "NP_001333612.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 548,
"cds_start": 694,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346683.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ile232Val",
"transcript": "ENST00000579281.5",
"protein_id": "ENSP00000463421.2",
"transcript_support_level": 2,
"aa_start": 232,
"aa_end": null,
"aa_length": 548,
"cds_start": 694,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000579281.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.613A>G",
"hgvs_p": "p.Ile205Val",
"transcript": "NM_001346684.2",
"protein_id": "NP_001333613.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 521,
"cds_start": 613,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346684.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ile276Val",
"transcript": "ENST00000855216.1",
"protein_id": "ENSP00000525275.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 519,
"cds_start": 826,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855216.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "XM_011525450.4",
"protein_id": "XP_011523752.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 642,
"cds_start": 973,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525450.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ile281Val",
"transcript": "XM_047437011.1",
"protein_id": "XP_047292967.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 597,
"cds_start": 841,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437011.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ile276Val",
"transcript": "XM_011525452.2",
"protein_id": "XP_011523754.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 593,
"cds_start": 826,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525452.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "XM_011525453.3",
"protein_id": "XP_011523755.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 569,
"cds_start": 973,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525453.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val",
"transcript": "XM_011525454.4",
"protein_id": "XP_011523756.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 471,
"cds_start": 973,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525454.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "n.*453A>G",
"hgvs_p": null,
"transcript": "ENST00000459818.2",
"protein_id": "ENSP00000464074.2",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000459818.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "n.672A>G",
"hgvs_p": null,
"transcript": "ENST00000541739.6",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000541739.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "n.988A>G",
"hgvs_p": null,
"transcript": "ENST00000577903.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000577903.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"hgvs_c": "n.*453A>G",
"hgvs_p": null,
"transcript": "ENST00000459818.2",
"protein_id": "ENSP00000464074.2",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000459818.2"
}
],
"gene_symbol": "SLC13A2",
"gene_hgnc_id": 10917,
"dbsnp": "rs112638123",
"frequency_reference_population": 0.000018585657,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000177853,
"gnomad_genomes_af": 0.0000262702,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11302193999290466,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.113,
"revel_prediction": "Benign",
"alphamissense_score": 0.088,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.297,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -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_001145975.2",
"gene_symbol": "SLC13A2",
"hgnc_id": 10917,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.973A>G",
"hgvs_p": "p.Ile325Val"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000481916.6",
"gene_symbol": "RSKR",
"hgnc_id": 26314,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1196-35691T>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
}