← 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: 22-37061607-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=37061607&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 37061607,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001282684.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.853C>T",
"hgvs_p": "p.Arg285Cys",
"transcript": "NM_001282684.2",
"protein_id": "NP_001269613.2",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 314,
"cds_start": 853,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000403888.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282684.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.853C>T",
"hgvs_p": "p.Arg285Cys",
"transcript": "ENST00000403888.8",
"protein_id": "ENSP00000385096.4",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 314,
"cds_start": 853,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001282684.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403888.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.781C>T",
"hgvs_p": "p.Arg261Cys",
"transcript": "ENST00000402077.8",
"protein_id": "ENSP00000384391.4",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 290,
"cds_start": 781,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402077.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.835C>T",
"hgvs_p": "p.Arg279Cys",
"transcript": "ENST00000851347.1",
"protein_id": "ENSP00000521406.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 308,
"cds_start": 835,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851347.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.781C>T",
"hgvs_p": "p.Arg261Cys",
"transcript": "NM_024681.4",
"protein_id": "NP_078957.3",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 290,
"cds_start": 781,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024681.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.853C>T",
"hgvs_p": "p.Arg285Cys",
"transcript": "XM_005261742.4",
"protein_id": "XP_005261799.3",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 345,
"cds_start": 853,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261742.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.781C>T",
"hgvs_p": "p.Arg261Cys",
"transcript": "XM_005261743.4",
"protein_id": "XP_005261800.3",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 321,
"cds_start": 781,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261743.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "NM_001282685.2",
"protein_id": "NP_001269614.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": null,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282685.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "ENST00000456470.1",
"protein_id": "ENSP00000409638.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "XM_011530374.3",
"protein_id": "XP_011528676.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": null,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530374.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "XM_047441492.1",
"protein_id": "XP_047297448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441492.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*41C>T",
"hgvs_p": null,
"transcript": "XM_047441493.1",
"protein_id": "XP_047297449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 306,
"cds_start": null,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "XM_047441494.1",
"protein_id": "XP_047297450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": null,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*24C>T",
"hgvs_p": null,
"transcript": "XM_047441495.1",
"protein_id": "XP_047297451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": null,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441495.1"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.613-928C>T",
"hgvs_p": null,
"transcript": "ENST00000949216.1",
"protein_id": "ENSP00000619275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949216.1"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.613-918C>T",
"hgvs_p": null,
"transcript": "NM_001282686.2",
"protein_id": "NP_001269615.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282686.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.613-918C>T",
"hgvs_p": null,
"transcript": "ENST00000610767.5",
"protein_id": "ENSP00000480699.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": null,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000610767.5"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.712+685C>T",
"hgvs_p": null,
"transcript": "XM_005261744.3",
"protein_id": "XP_005261801.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261744.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "n.981C>T",
"hgvs_p": null,
"transcript": "XR_937917.3",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_937917.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "c.*142C>T",
"hgvs_p": null,
"transcript": "XM_047441491.1",
"protein_id": "XP_047297447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": null,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441491.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "n.*199C>T",
"hgvs_p": null,
"transcript": "ENST00000462640.1",
"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": "ENST00000462640.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"hgvs_c": "n.*43C>T",
"hgvs_p": null,
"transcript": "ENST00000478231.5",
"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": "ENST00000478231.5"
}
],
"gene_symbol": "KCTD17",
"gene_hgnc_id": 25705,
"dbsnp": "rs199921196",
"frequency_reference_population": 0.00041886623,
"hom_count_reference_population": 0,
"allele_count_reference_population": 670,
"gnomad_exomes_af": 0.000436696,
"gnomad_genomes_af": 0.000249465,
"gnomad_exomes_ac": 632,
"gnomad_genomes_ac": 38,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.025122344493865967,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.131,
"revel_prediction": "Benign",
"alphamissense_score": 0.1431,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.034,
"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": -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_001282684.2",
"gene_symbol": "KCTD17",
"hgnc_id": 25705,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.853C>T",
"hgvs_p": "p.Arg285Cys"
}
],
"clinvar_disease": "Inborn genetic diseases,Myoclonic dystonia 26,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:1",
"phenotype_combined": "Myoclonic dystonia 26|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}