← 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-53193053-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=53193053&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 53193053,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000375401.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4597A>C",
"hgvs_p": "p.Thr1533Pro",
"transcript": "NM_004187.5",
"protein_id": "NP_004178.2",
"transcript_support_level": null,
"aa_start": 1533,
"aa_end": null,
"aa_length": 1560,
"cds_start": 4597,
"cds_end": null,
"cds_length": 4683,
"cdna_start": 4915,
"cdna_end": null,
"cdna_length": 5810,
"mane_select": "ENST00000375401.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4597A>C",
"hgvs_p": "p.Thr1533Pro",
"transcript": "ENST00000375401.8",
"protein_id": "ENSP00000364550.4",
"transcript_support_level": 1,
"aa_start": 1533,
"aa_end": null,
"aa_length": 1560,
"cds_start": 4597,
"cds_end": null,
"cds_length": 4683,
"cdna_start": 4915,
"cdna_end": null,
"cdna_length": 5810,
"mane_select": "NM_004187.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4594A>C",
"hgvs_p": "p.Thr1532Pro",
"transcript": "ENST00000404049.7",
"protein_id": "ENSP00000385394.3",
"transcript_support_level": 1,
"aa_start": 1532,
"aa_end": null,
"aa_length": 1559,
"cds_start": 4594,
"cds_end": null,
"cds_length": 4680,
"cdna_start": 4881,
"cdna_end": null,
"cdna_length": 5677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4594A>C",
"hgvs_p": "p.Thr1532Pro",
"transcript": "NM_001282622.3",
"protein_id": "NP_001269551.1",
"transcript_support_level": null,
"aa_start": 1532,
"aa_end": null,
"aa_length": 1559,
"cds_start": 4594,
"cds_end": null,
"cds_length": 4680,
"cdna_start": 4912,
"cdna_end": null,
"cdna_length": 5807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4588A>C",
"hgvs_p": "p.Thr1530Pro",
"transcript": "NM_001353978.3",
"protein_id": "NP_001340907.1",
"transcript_support_level": null,
"aa_start": 1530,
"aa_end": null,
"aa_length": 1557,
"cds_start": 4588,
"cds_end": null,
"cds_length": 4674,
"cdna_start": 4906,
"cdna_end": null,
"cdna_length": 5801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4588A>C",
"hgvs_p": "p.Thr1530Pro",
"transcript": "ENST00000375379.7",
"protein_id": "ENSP00000364528.3",
"transcript_support_level": 5,
"aa_start": 1530,
"aa_end": null,
"aa_length": 1557,
"cds_start": 4588,
"cds_end": null,
"cds_length": 4674,
"cdna_start": 5121,
"cdna_end": null,
"cdna_length": 5245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4465A>C",
"hgvs_p": "p.Thr1489Pro",
"transcript": "ENST00000375383.7",
"protein_id": "ENSP00000364532.3",
"transcript_support_level": 5,
"aa_start": 1489,
"aa_end": null,
"aa_length": 1516,
"cds_start": 4465,
"cds_end": null,
"cds_length": 4551,
"cdna_start": 4998,
"cdna_end": null,
"cdna_length": 5122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4314+384A>C",
"hgvs_p": null,
"transcript": "NM_001353979.2",
"protein_id": "NP_001340908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1451,
"cds_start": -4,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4308+384A>C",
"hgvs_p": null,
"transcript": "ENST00000691505.1",
"protein_id": "ENSP00000510354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1450,
"cds_start": -4,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4308+384A>C",
"hgvs_p": null,
"transcript": "NM_001353981.2",
"protein_id": "NP_001340910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1449,
"cds_start": -4,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4308+384A>C",
"hgvs_p": null,
"transcript": "ENST00000685641.2",
"protein_id": "ENSP00000509818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1449,
"cds_start": -4,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4305+384A>C",
"hgvs_p": null,
"transcript": "NM_001353982.2",
"protein_id": "NP_001340911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1448,
"cds_start": -4,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4308+384A>C",
"hgvs_p": null,
"transcript": "NM_001353984.2",
"protein_id": "NP_001340913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1444,
"cds_start": -4,
"cds_end": null,
"cds_length": 4335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4308+384A>C",
"hgvs_p": null,
"transcript": "ENST00000688699.1",
"protein_id": "ENSP00000510430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1444,
"cds_start": -4,
"cds_end": null,
"cds_length": 4335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4047-216A>C",
"hgvs_p": null,
"transcript": "NM_001146702.2",
"protein_id": "NP_001140174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1379,
"cds_start": -4,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.4047-216A>C",
"hgvs_p": null,
"transcript": "ENST00000452825.7",
"protein_id": "ENSP00000445176.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1379,
"cds_start": -4,
"cds_end": null,
"cds_length": 4140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "c.3813+384A>C",
"hgvs_p": null,
"transcript": "ENST00000693277.1",
"protein_id": "ENSP00000510522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1288,
"cds_start": -4,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.4317+384A>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.4305+384A>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.4635+384A>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.4623+384A>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "KDM5C",
"gene_hgnc_id": 11114,
"hgvs_c": "n.4503+384A>C",
"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": "rs145666414",
"frequency_reference_population": 0.000089764515,
"hom_count_reference_population": 25,
"allele_count_reference_population": 108,
"gnomad_exomes_af": 0.0000502848,
"gnomad_genomes_af": 0.000484554,
"gnomad_exomes_ac": 55,
"gnomad_genomes_ac": 53,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.020959556102752686,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.216,
"revel_prediction": "Benign",
"alphamissense_score": 0.0641,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.273,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000375401.8",
"gene_symbol": "KDM5C",
"hgnc_id": 11114,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.4597A>C",
"hgvs_p": "p.Thr1533Pro"
}
],
"clinvar_disease": "Inborn genetic diseases,Spastic paraplegia,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1 O:1",
"phenotype_combined": "not specified|not provided|Spastic paraplegia|Inborn genetic diseases",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}