← 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: 13-36335471-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=36335471&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 36335471,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000438666.7",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "NM_015087.5",
"protein_id": "NP_055902.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 4900,
"mane_select": "ENST00000438666.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "ENST00000438666.7",
"protein_id": "ENSP00000406061.2",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 4900,
"mane_select": "NM_015087.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "ENST00000451493.5",
"protein_id": "ENSP00000414147.1",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 4944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "ENST00000494062.2",
"protein_id": "ENSP00000473599.1",
"transcript_support_level": 1,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 3018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "NM_001142294.2",
"protein_id": "NP_001135766.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 454,
"cdna_end": null,
"cdna_length": 4822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "NM_001142295.2",
"protein_id": "NP_001135767.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 4893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "NM_001142296.2",
"protein_id": "NP_001135768.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 4883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "ENST00000355182.8",
"protein_id": "ENSP00000347314.4",
"transcript_support_level": 5,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 454,
"cdna_end": null,
"cdna_length": 4820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "ENST00000650221.1",
"protein_id": "ENSP00000497209.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 527,
"cdna_end": null,
"cdna_length": 4881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_005266313.6",
"protein_id": "XP_005266370.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 4885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_005266314.4",
"protein_id": "XP_005266371.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 4965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_005266315.4",
"protein_id": "XP_005266372.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 4852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_005266317.4",
"protein_id": "XP_005266374.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 4780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_011535012.3",
"protein_id": "XP_011533314.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 443,
"cdna_end": null,
"cdna_length": 4811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_024449334.2",
"protein_id": "XP_024305102.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 604,
"cdna_end": null,
"cdna_length": 4972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_047430209.1",
"protein_id": "XP_047286165.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 4894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_047430210.1",
"protein_id": "XP_047286166.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 5135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_047430211.1",
"protein_id": "XP_047286167.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 5027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_047430212.1",
"protein_id": "XP_047286168.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 829,
"cdna_end": null,
"cdna_length": 5197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys",
"transcript": "XM_047430213.1",
"protein_id": "XP_047286169.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 666,
"cds_start": 360,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 4957,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "n.558A>G",
"hgvs_p": null,
"transcript": "ENST00000494703.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 796,
"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": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "n.421A>G",
"hgvs_p": null,
"transcript": "ENST00000495510.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 2001,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "n.532A>G",
"hgvs_p": null,
"transcript": "XR_007063671.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": 1803,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"hgvs_c": "n.*110A>G",
"hgvs_p": null,
"transcript": "ENST00000476377.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPART",
"gene_hgnc_id": 18514,
"dbsnp": "rs149730980",
"frequency_reference_population": 0.00022922111,
"hom_count_reference_population": 0,
"allele_count_reference_population": 370,
"gnomad_exomes_af": 0.000236005,
"gnomad_genomes_af": 0.000164117,
"gnomad_exomes_ac": 345,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"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.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.005,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6,BP7",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000438666.7",
"gene_symbol": "SPART",
"hgnc_id": 18514,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.360A>G",
"hgvs_p": "p.Lys120Lys"
}
],
"clinvar_disease": "Troyer syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:3",
"phenotype_combined": "Troyer syndrome|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}