← 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-47583437-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=47583437&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 47583437,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003254.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "NM_003254.3",
"protein_id": "NP_003245.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 207,
"cds_start": 22,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000218388.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003254.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000218388.9",
"protein_id": "ENSP00000218388.4",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 207,
"cds_start": 22,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003254.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000218388.9"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000456754.6",
"protein_id": "ENSP00000406671.2",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 136,
"cds_start": 22,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456754.6"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "NM_006950.3",
"protein_id": "NP_008881.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000295987.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006950.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "ENST00000295987.13",
"protein_id": "ENSP00000295987.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 705,
"cds_start": null,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006950.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295987.13"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "ENST00000340666.5",
"protein_id": "ENSP00000343206.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340666.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000905035.1",
"protein_id": "ENSP00000575094.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 215,
"cds_start": 22,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905035.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000951185.1",
"protein_id": "ENSP00000621244.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 207,
"cds_start": 22,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951185.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000951186.1",
"protein_id": "ENSP00000621245.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 207,
"cds_start": 22,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951186.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000905036.1",
"protein_id": "ENSP00000575095.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 195,
"cds_start": 22,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905036.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr",
"transcript": "ENST00000905034.1",
"protein_id": "ENSP00000575093.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 123,
"cds_start": 22,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905034.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.58G>A",
"hgvs_p": "p.Ala20Thr",
"transcript": "ENST00000441738.1",
"protein_id": "ENSP00000405380.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 94,
"cds_start": 58,
"cds_end": null,
"cds_length": 287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441738.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "ENST00000950906.1",
"protein_id": "ENSP00000620965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 704,
"cds_start": null,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950906.1"
},
{
"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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "ENST00000950907.1",
"protein_id": "ENSP00000620966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950907.1"
},
{
"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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN1",
"gene_hgnc_id": 11494,
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null,
"transcript": "NM_133499.2",
"protein_id": "NP_598006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133499.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"hgvs_c": "c.-72+963G>A",
"hgvs_p": null,
"transcript": "ENST00000377017.5",
"protein_id": "ENSP00000366216.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377017.5"
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ENSG00000283743",
"gene_hgnc_id": null,
"hgvs_c": "n.3231-5936C>T",
"hgvs_p": null,
"transcript": "ENST00000638776.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000638776.2"
}
],
"gene_symbol": "TIMP1",
"gene_hgnc_id": 11820,
"dbsnp": "rs369537887",
"frequency_reference_population": 0.000034862092,
"hom_count_reference_population": 19,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.0000356487,
"gnomad_genomes_af": 0.0000270912,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.054836809635162354,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.265,
"revel_prediction": "Benign",
"alphamissense_score": 0.0926,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.766,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_003254.3",
"gene_symbol": "TIMP1",
"hgnc_id": 11820,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.22G>A",
"hgvs_p": "p.Ala8Thr"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_006950.3",
"gene_symbol": "SYN1",
"hgnc_id": 11494,
"effects": [
"intron_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.775-5936C>T",
"hgvs_p": null
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000638776.2",
"gene_symbol": "ENSG00000283743",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3231-5936C>T",
"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
}