← 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-45203124-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=45203124&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 45203124,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015264.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.718A>G",
"hgvs_p": "p.Met240Val",
"transcript": "NM_001009880.2",
"protein_id": "NP_001009880.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": "ENST00000336156.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009880.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.718A>G",
"hgvs_p": "p.Met240Val",
"transcript": "ENST00000336156.10",
"protein_id": "ENSP00000336720.4",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 6338,
"mane_select": "NM_001009880.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336156.10"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Met206Val",
"transcript": "ENST00000391627.6",
"protein_id": "ENSP00000375485.2",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 370,
"cds_start": 616,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 778,
"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": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.1004A>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": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.733A>G",
"hgvs_p": "p.Met245Val",
"transcript": "NM_015264.2",
"protein_id": "NP_056079.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 409,
"cds_start": 733,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 774,
"cdna_end": null,
"cdna_length": 6203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015264.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.733A>G",
"hgvs_p": "p.Met245Val",
"transcript": "ENST00000251993.11",
"protein_id": "ENSP00000251993.7",
"transcript_support_level": 2,
"aa_start": 245,
"aa_end": null,
"aa_length": 409,
"cds_start": 733,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251993.11"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.718A>G",
"hgvs_p": "p.Met240Val",
"transcript": "ENST00000927183.1",
"protein_id": "ENSP00000597242.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 387,
"cds_start": 718,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927183.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.667A>G",
"hgvs_p": "p.Met223Val",
"transcript": "ENST00000944330.1",
"protein_id": "ENSP00000614389.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 387,
"cds_start": 667,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 2722,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944330.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.637A>G",
"hgvs_p": "p.Met213Val",
"transcript": "ENST00000944329.1",
"protein_id": "ENSP00000614388.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 377,
"cds_start": 637,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 868,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944329.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.418A>G",
"hgvs_p": "p.Met140Val",
"transcript": "ENST00000944328.1",
"protein_id": "ENSP00000614387.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 304,
"cds_start": 418,
"cds_end": null,
"cds_length": 915,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 4218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944328.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.373A>G",
"hgvs_p": "p.Met125Val",
"transcript": "ENST00000423262.5",
"protein_id": "ENSP00000399125.1",
"transcript_support_level": 2,
"aa_start": 125,
"aa_end": null,
"aa_length": 289,
"cds_start": 373,
"cds_end": null,
"cds_length": 870,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423262.5"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "c.217-3089A>G",
"hgvs_p": null,
"transcript": "ENST00000944331.1",
"protein_id": "ENSP00000614390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"hgvs_c": "n.*615A>G",
"hgvs_p": null,
"transcript": "ENST00000440039.5",
"protein_id": "ENSP00000402514.1",
"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": 821,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000440039.5"
}
],
"gene_symbol": "KIAA0930",
"gene_hgnc_id": 1314,
"dbsnp": "rs1239255753",
"frequency_reference_population": 0.000004790216,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000479022,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2059287130832672,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.217,
"revel_prediction": "Benign",
"alphamissense_score": 0.092,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.548,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015264.2",
"gene_symbol": "KIAA0930",
"hgnc_id": 1314,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.733A>G",
"hgvs_p": "p.Met245Val"
}
],
"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
}