← 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: 9-114092426-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=114092426&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 114092426,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001388308.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1723C>A",
"hgvs_p": "p.Arg575Arg",
"transcript": "NM_001388308.1",
"protein_id": "NP_001375237.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 651,
"cds_start": 1723,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000640217.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388308.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1723C>A",
"hgvs_p": "p.Arg575Arg",
"transcript": "ENST00000640217.2",
"protein_id": "ENSP00000491702.1",
"transcript_support_level": 5,
"aa_start": 575,
"aa_end": null,
"aa_length": 651,
"cds_start": 1723,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001388308.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640217.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "n.1547C>A",
"hgvs_p": null,
"transcript": "ENST00000640553.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000640553.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1618C>A",
"hgvs_p": "p.Arg540Arg",
"transcript": "ENST00000905877.1",
"protein_id": "ENSP00000575936.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 616,
"cds_start": 1618,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905877.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1309C>A",
"hgvs_p": "p.Arg437Arg",
"transcript": "NM_138424.2",
"protein_id": "NP_612433.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 513,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138424.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.25C>A",
"hgvs_p": "p.Arg9Arg",
"transcript": "ENST00000643988.1",
"protein_id": "ENSP00000495410.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 103,
"cds_start": 25,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643988.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1723C>A",
"hgvs_p": "p.Arg575Arg",
"transcript": "XM_005251683.6",
"protein_id": "XP_005251740.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 669,
"cds_start": 1723,
"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": "XM_005251683.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1621C>A",
"hgvs_p": "p.Arg541Arg",
"transcript": "XM_006716947.3",
"protein_id": "XP_006717010.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 635,
"cds_start": 1621,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716947.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1309C>A",
"hgvs_p": "p.Arg437Arg",
"transcript": "XM_047422709.1",
"protein_id": "XP_047278665.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 531,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422709.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.1309C>A",
"hgvs_p": "p.Arg437Arg",
"transcript": "XM_047422710.1",
"protein_id": "XP_047278666.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 513,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422710.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.928C>A",
"hgvs_p": "p.Arg310Arg",
"transcript": "XM_047422711.1",
"protein_id": "XP_047278667.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 404,
"cds_start": 928,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422711.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.301+803C>A",
"hgvs_p": null,
"transcript": "ENST00000498016.1",
"protein_id": "ENSP00000491090.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": null,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000498016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "n.2108C>A",
"hgvs_p": null,
"transcript": "ENST00000639832.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000639832.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "c.*446C>A",
"hgvs_p": null,
"transcript": "XM_024447406.2",
"protein_id": "XP_024303174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": null,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447406.2"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "n.*124C>A",
"hgvs_p": null,
"transcript": "XR_007061239.1",
"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_007061239.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"hgvs_c": "n.*124C>A",
"hgvs_p": null,
"transcript": "XR_007061240.1",
"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_007061240.1"
}
],
"gene_symbol": "KIF12",
"gene_hgnc_id": 21495,
"dbsnp": "rs750069192",
"frequency_reference_population": 6.843793e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84379e-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.75,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.74,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001388308.1",
"gene_symbol": "KIF12",
"hgnc_id": 21495,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1723C>A",
"hgvs_p": "p.Arg575Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}