← 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: 15-43598936-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=43598936&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 43598936,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001375484.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "NM_001375484.1",
"protein_id": "NP_001362413.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": "ENST00000441322.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "ENST00000441322.6",
"protein_id": "ENSP00000413255.2",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": "NM_001375484.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "NM_020990.5",
"protein_id": "NP_066270.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1710,
"cdna_end": null,
"cdna_length": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "ENST00000300283.10",
"protein_id": "ENSP00000300283.6",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1513,
"cdna_end": null,
"cdna_length": 1779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405Gln",
"transcript": "XM_011521194.2",
"protein_id": "XP_011519496.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 448,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1803,
"cdna_end": null,
"cdna_length": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405Gln",
"transcript": "XM_011521195.3",
"protein_id": "XP_011519497.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 448,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1740,
"cdna_end": null,
"cdna_length": 2006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1214G>A",
"hgvs_p": "p.Arg405Gln",
"transcript": "XM_011521196.2",
"protein_id": "XP_011519498.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 448,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "XM_047432132.1",
"protein_id": "XP_047288088.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 1913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "XM_047432133.1",
"protein_id": "XP_047288089.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 417,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1572,
"cdna_end": null,
"cdna_length": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "c.644G>A",
"hgvs_p": "p.Arg215Gln",
"transcript": "XM_005254150.5",
"protein_id": "XP_005254207.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 258,
"cds_start": 644,
"cds_end": null,
"cds_length": 777,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.*1041G>A",
"hgvs_p": null,
"transcript": "ENST00000437534.3",
"protein_id": "ENSP00000416717.1",
"transcript_support_level": 2,
"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": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.2576G>A",
"hgvs_p": null,
"transcript": "NR_135748.1",
"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": 2842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.2556G>A",
"hgvs_p": null,
"transcript": "NR_135749.1",
"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": 2822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.2527G>A",
"hgvs_p": null,
"transcript": "NR_135750.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": 2793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.2416G>A",
"hgvs_p": null,
"transcript": "NR_135751.1",
"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": 2682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.2183G>A",
"hgvs_p": null,
"transcript": "NR_135752.1",
"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": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.*1041G>A",
"hgvs_p": null,
"transcript": "ENST00000437534.3",
"protein_id": "ENSP00000416717.1",
"transcript_support_level": 2,
"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": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CKMT1B",
"gene_hgnc_id": 1995,
"dbsnp": "rs757398292",
"frequency_reference_population": 0.000026075651,
"hom_count_reference_population": 0,
"allele_count_reference_population": 42,
"gnomad_exomes_af": 0.0000260204,
"gnomad_genomes_af": 0.0000266127,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8871800899505615,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.53,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.13,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 10.001,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001375484.1",
"gene_symbol": "CKMT1B",
"hgnc_id": 1995,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln"
}
],
"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
}