← 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: 18-26501147-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=26501147&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 26501147,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000580059.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.1913C>T",
"hgvs_p": "p.Ala638Val",
"transcript": "NM_001142730.3",
"protein_id": "NP_001136202.1",
"transcript_support_level": null,
"aa_start": 638,
"aa_end": null,
"aa_length": 865,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 1930,
"cdna_end": null,
"cdna_length": 3448,
"mane_select": "ENST00000580059.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.1913C>T",
"hgvs_p": "p.Ala638Val",
"transcript": "ENST00000580059.7",
"protein_id": "ENSP00000463041.2",
"transcript_support_level": 3,
"aa_start": 638,
"aa_end": null,
"aa_length": 865,
"cds_start": 1913,
"cds_end": null,
"cds_length": 2598,
"cdna_start": 1930,
"cdna_end": null,
"cdna_length": 3448,
"mane_select": "NM_001142730.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000408011.7",
"protein_id": "ENSP00000384367.3",
"transcript_support_level": 1,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 649,
"cdna_end": null,
"cdna_length": 2103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000579973.5",
"protein_id": "ENSP00000464170.1",
"transcript_support_level": 1,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 229,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.113C>T",
"hgvs_p": "p.Ala38Val",
"transcript": "NM_001258222.3",
"protein_id": "NP_001245151.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 265,
"cds_start": 113,
"cds_end": null,
"cds_length": 798,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.113C>T",
"hgvs_p": "p.Ala38Val",
"transcript": "ENST00000580191.5",
"protein_id": "ENSP00000464261.1",
"transcript_support_level": 2,
"aa_start": 38,
"aa_end": null,
"aa_length": 259,
"cds_start": 113,
"cds_end": null,
"cds_length": 781,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "NM_001136205.2",
"protein_id": "NP_001129677.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 649,
"cdna_end": null,
"cdna_length": 2167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "NM_001258221.2",
"protein_id": "NP_001245150.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 195,
"cdna_end": null,
"cdna_length": 1713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "NM_001351443.1",
"protein_id": "NP_001338372.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "NM_198991.4",
"protein_id": "NP_945342.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 229,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000317932.11",
"protein_id": "ENSP00000314831.7",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 1715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000417602.5",
"protein_id": "ENSP00000408405.2",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 257,
"cds_start": 89,
"cds_end": null,
"cds_length": 774,
"cdna_start": 190,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000580638.5",
"protein_id": "ENSP00000462470.1",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 207,
"cds_start": 89,
"cds_end": null,
"cds_length": 625,
"cdna_start": 195,
"cdna_end": null,
"cdna_length": 731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000578973.1",
"protein_id": "ENSP00000463608.1",
"transcript_support_level": 3,
"aa_start": 30,
"aa_end": null,
"aa_length": 99,
"cds_start": 89,
"cds_end": null,
"cds_length": 301,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCTD1",
"gene_hgnc_id": 18249,
"dbsnp": "rs587776998",
"frequency_reference_population": 6.8405257e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84053e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6585327982902527,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.537,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9969,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.503,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000580059.7",
"gene_symbol": "KCTD1",
"hgnc_id": 18249,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1913C>T",
"hgvs_p": "p.Ala638Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}