← 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-45199989-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=45199989&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 45199989,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015264.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.899C>G",
"hgvs_p": "p.Pro300Arg",
"transcript": "NM_001009880.2",
"protein_id": "NP_001009880.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 404,
"cds_start": 899,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": "ENST00000336156.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009880.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.899C>G",
"hgvs_p": "p.Pro300Arg",
"transcript": "ENST00000336156.10",
"protein_id": "ENSP00000336720.4",
"transcript_support_level": 1,
"aa_start": 300,
"aa_end": null,
"aa_length": 404,
"cds_start": 899,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": "NM_001009880.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336156.10"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.797C>G",
"hgvs_p": "p.Pro266Arg",
"transcript": "ENST00000391627.6",
"protein_id": "ENSP00000375485.2",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 370,
"cds_start": 797,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2623,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000391627.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.1185C>G",
"hgvs_p": null,
"transcript": "ENST00000488038.5",
"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": 2639,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000488038.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.221C>G",
"hgvs_p": null,
"transcript": "ENST00000498418.5",
"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": 964,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000498418.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "NM_015264.2",
"protein_id": "NP_056079.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 409,
"cds_start": 914,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 955,
"cdna_end": null,
"cdna_length": 6203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015264.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg",
"transcript": "ENST00000251993.11",
"protein_id": "ENSP00000251993.7",
"transcript_support_level": 2,
"aa_start": 305,
"aa_end": null,
"aa_length": 409,
"cds_start": 914,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251993.11"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.899C>G",
"hgvs_p": "p.Pro300Arg",
"transcript": "ENST00000927183.1",
"protein_id": "ENSP00000597242.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 387,
"cds_start": 899,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927183.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.848C>G",
"hgvs_p": "p.Pro283Arg",
"transcript": "ENST00000944330.1",
"protein_id": "ENSP00000614389.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 387,
"cds_start": 848,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 2722,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944330.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.818C>G",
"hgvs_p": "p.Pro273Arg",
"transcript": "ENST00000944329.1",
"protein_id": "ENSP00000614388.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 377,
"cds_start": 818,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1049,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944329.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.599C>G",
"hgvs_p": "p.Pro200Arg",
"transcript": "ENST00000944328.1",
"protein_id": "ENSP00000614387.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 304,
"cds_start": 599,
"cds_end": null,
"cds_length": 915,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 4218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944328.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.554C>G",
"hgvs_p": "p.Pro185Arg",
"transcript": "ENST00000423262.5",
"protein_id": "ENSP00000399125.1",
"transcript_support_level": 2,
"aa_start": 185,
"aa_end": null,
"aa_length": 289,
"cds_start": 554,
"cds_end": null,
"cds_length": 870,
"cdna_start": 554,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423262.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.263C>G",
"hgvs_p": "p.Pro88Arg",
"transcript": "ENST00000944331.1",
"protein_id": "ENSP00000614390.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 192,
"cds_start": 263,
"cds_end": null,
"cds_length": 579,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 1876,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.138C>G",
"hgvs_p": null,
"transcript": "ENST00000474515.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 666,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000474515.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.200C>G",
"hgvs_p": null,
"transcript": "ENST00000493003.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 586,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000493003.1"
}
],
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"dbsnp": "rs1456173544",
"frequency_reference_population": 0.0000034337781,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000343378,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.44623100757598877,
"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.343,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.402,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.372,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015264.2",
"gene_symbol": "KIAA0930",
"hgnc_id": 1314,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Pro305Arg"
}
],
"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
}