← 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: X-53194637-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=53194637&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 53194637,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000375401.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "NM_004187.5",
"protein_id": "NP_004178.2",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1560,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4683,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 5810,
"mane_select": "ENST00000375401.8",
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "ENST00000375401.8",
"protein_id": "ENSP00000364550.4",
"transcript_support_level": 1,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1560,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4683,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 5810,
"mane_select": "NM_004187.5",
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3537G>A",
"hgvs_p": "p.Thr1179Thr",
"transcript": "ENST00000404049.7",
"protein_id": "ENSP00000385394.3",
"transcript_support_level": 1,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1559,
"cds_start": 3537,
"cds_end": null,
"cds_length": 4680,
"cdna_start": 3824,
"cdna_end": null,
"cdna_length": 5677,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3537G>A",
"hgvs_p": "p.Thr1179Thr",
"transcript": "NM_001282622.3",
"protein_id": "NP_001269551.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1559,
"cds_start": 3537,
"cds_end": null,
"cds_length": 4680,
"cdna_start": 3855,
"cdna_end": null,
"cdna_length": 5807,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "NM_001353978.3",
"protein_id": "NP_001340907.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1557,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4674,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 5801,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "ENST00000375379.7",
"protein_id": "ENSP00000364528.3",
"transcript_support_level": 5,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1557,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4674,
"cdna_start": 4073,
"cdna_end": null,
"cdna_length": 5245,
"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": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3417G>A",
"hgvs_p": "p.Thr1139Thr",
"transcript": "ENST00000375383.7",
"protein_id": "ENSP00000364532.3",
"transcript_support_level": 5,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1516,
"cds_start": 3417,
"cds_end": null,
"cds_length": 4551,
"cdna_start": 3950,
"cdna_end": null,
"cdna_length": 5122,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3537G>A",
"hgvs_p": "p.Thr1179Thr",
"transcript": "NM_001353979.2",
"protein_id": "NP_001340908.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1451,
"cds_start": 3537,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3855,
"cdna_end": null,
"cdna_length": 4978,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "ENST00000691505.1",
"protein_id": "ENSP00000510354.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1450,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4353,
"cdna_start": 3844,
"cdna_end": null,
"cdna_length": 4807,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "NM_001353981.2",
"protein_id": "NP_001340910.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1449,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4350,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 4972,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "ENST00000685641.2",
"protein_id": "ENSP00000509818.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1449,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4350,
"cdna_start": 3875,
"cdna_end": null,
"cdna_length": 4989,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3537G>A",
"hgvs_p": "p.Thr1179Thr",
"transcript": "NM_001353982.2",
"protein_id": "NP_001340911.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1448,
"cds_start": 3537,
"cds_end": null,
"cds_length": 4347,
"cdna_start": 3855,
"cdna_end": null,
"cdna_length": 4969,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "NM_001353984.2",
"protein_id": "NP_001340913.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1444,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4335,
"cdna_start": 3858,
"cdna_end": null,
"cdna_length": 4928,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr",
"transcript": "ENST00000688699.1",
"protein_id": "ENSP00000510430.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1444,
"cds_start": 3540,
"cds_end": null,
"cds_length": 4335,
"cdna_start": 3859,
"cdna_end": null,
"cdna_length": 5170,
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3339G>A",
"hgvs_p": "p.Thr1113Thr",
"transcript": "NM_001146702.2",
"protein_id": "NP_001140174.1",
"transcript_support_level": null,
"aa_start": 1113,
"aa_end": null,
"aa_length": 1379,
"cds_start": 3339,
"cds_end": null,
"cds_length": 4140,
"cdna_start": 3657,
"cdna_end": null,
"cdna_length": 5044,
"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": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3339G>A",
"hgvs_p": "p.Thr1113Thr",
"transcript": "ENST00000452825.7",
"protein_id": "ENSP00000445176.1",
"transcript_support_level": 5,
"aa_start": 1113,
"aa_end": null,
"aa_length": 1379,
"cds_start": 3339,
"cds_end": null,
"cds_length": 4140,
"cdna_start": 3872,
"cdna_end": null,
"cdna_length": 6096,
"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": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3045G>A",
"hgvs_p": "p.Thr1015Thr",
"transcript": "ENST00000693277.1",
"protein_id": "ENSP00000510522.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1288,
"cds_start": 3045,
"cds_end": null,
"cds_length": 3867,
"cdna_start": 3452,
"cdna_end": null,
"cdna_length": 4512,
"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": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.3540G>A",
"hgvs_p": null,
"transcript": "ENST00000685423.1",
"protein_id": "ENSP00000508806.1",
"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": 4749,
"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": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.3537G>A",
"hgvs_p": null,
"transcript": "ENST00000687695.1",
"protein_id": "ENSP00000508631.1",
"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": 5061,
"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": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.3858G>A",
"hgvs_p": null,
"transcript": "NR_148672.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": 5063,
"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": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.3855G>A",
"hgvs_p": null,
"transcript": "NR_148673.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": 5051,
"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": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.3735G>A",
"hgvs_p": null,
"transcript": "NR_148674.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": 4931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"dbsnp": "rs76525703",
"frequency_reference_population": 0.0005758408,
"hom_count_reference_population": 197,
"allele_count_reference_population": 697,
"gnomad_exomes_af": 0.000354248,
"gnomad_genomes_af": 0.00274258,
"gnomad_exomes_ac": 389,
"gnomad_genomes_ac": 308,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.264,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000375401.8",
"gene_symbol": "KDM5C",
"hgnc_id": 11114,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.3540G>A",
"hgvs_p": "p.Thr1180Thr"
}
],
"clinvar_disease": "Inborn genetic diseases,KDM5C-related disorder,Spastic paraplegia,Syndromic X-linked intellectual disability Claes-Jensen type,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:3",
"phenotype_combined": "not specified|Spastic paraplegia|not provided|Inborn genetic diseases|KDM5C-related disorder|Syndromic X-linked intellectual disability Claes-Jensen type",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}