← 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: 10-100218126-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=100218126&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 100218126,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000370397.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "NM_001278.5",
"protein_id": "NP_001269.3",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 745,
"cds_start": 802,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3600,
"mane_select": "ENST00000370397.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "ENST00000370397.8",
"protein_id": "ENSP00000359424.6",
"transcript_support_level": 1,
"aa_start": 268,
"aa_end": null,
"aa_length": 745,
"cds_start": 802,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3600,
"mane_select": "NM_001278.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "NM_001441062.1",
"protein_id": "NP_001427991.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 762,
"cds_start": 802,
"cds_end": null,
"cds_length": 2289,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "NM_001441063.1",
"protein_id": "NP_001427992.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 746,
"cds_start": 802,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "NM_001320928.2",
"protein_id": "NP_001307857.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 719,
"cds_start": 802,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "NM_001441064.1",
"protein_id": "NP_001427993.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 709,
"cds_start": 802,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.520G>A",
"hgvs_p": "p.Val174Ile",
"transcript": "NM_001441065.1",
"protein_id": "NP_001427994.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 651,
"cds_start": 520,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 3505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Val59Ile",
"transcript": "NM_001441066.1",
"protein_id": "NP_001427995.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 536,
"cds_start": 175,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 3475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "XM_047424542.1",
"protein_id": "XP_047280498.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 719,
"cds_start": 802,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile",
"transcript": "XM_017015612.2",
"protein_id": "XP_016871101.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 598,
"cds_start": 802,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 6429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199796.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": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199797.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": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199798.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": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199799.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": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199800.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": 3595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199801.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": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199802.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": 3503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"hgvs_c": "n.866G>A",
"hgvs_p": null,
"transcript": "NR_199803.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": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHUK",
"gene_hgnc_id": 1974,
"dbsnp": "rs2230804",
"frequency_reference_population": 0.5096178,
"hom_count_reference_population": 213829,
"allele_count_reference_population": 818171,
"gnomad_exomes_af": 0.504054,
"gnomad_genomes_af": 0.562836,
"gnomad_exomes_ac": 732639,
"gnomad_genomes_ac": 85532,
"gnomad_exomes_homalt": 188638,
"gnomad_genomes_homalt": 25191,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.000006561415375472279,
"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.125,
"revel_prediction": "Benign",
"alphamissense_score": 0.0575,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.136,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000370397.8",
"gene_symbol": "CHUK",
"hgnc_id": 1974,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Val268Ile"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}