← 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: 1-111231281-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=111231281&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "CHI3L2",
"hgnc_id": 1933,
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_004000.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": 115,
"alphamissense_prediction": null,
"alphamissense_score": 0.7331,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.46,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.05092322826385498,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 390,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1416,
"cdna_start": 333,
"cds_end": null,
"cds_length": 1173,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_004000.3",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000369748.9",
"protein_coding": true,
"protein_id": "NP_003991.2",
"strand": true,
"transcript": "NM_004000.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 390,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1416,
"cdna_start": 333,
"cds_end": null,
"cds_length": 1173,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000369748.9",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004000.3",
"protein_coding": true,
"protein_id": "ENSP00000358763.4",
"strand": true,
"transcript": "ENST00000369748.9",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 311,
"aa_ref": "F",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1518,
"cdna_start": 436,
"cds_end": null,
"cds_length": 936,
"cds_start": 79,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000466741.5",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.79T>C",
"hgvs_p": "p.Phe27Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437086.1",
"strand": true,
"transcript": "ENST00000466741.5",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 390,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2169,
"cdna_start": 1087,
"cds_end": null,
"cds_length": 1173,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000445067.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437082.1",
"strand": true,
"transcript": "ENST00000445067.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 389,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1487,
"cdna_start": 411,
"cds_end": null,
"cds_length": 1170,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000949913.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619972.1",
"strand": true,
"transcript": "ENST00000949913.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 380,
"aa_ref": "F",
"aa_start": 96,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1440,
"cdna_start": 357,
"cds_end": null,
"cds_length": 1143,
"cds_start": 286,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001025197.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.286T>C",
"hgvs_p": "p.Phe96Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001020368.1",
"strand": true,
"transcript": "NM_001025197.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 380,
"aa_ref": "F",
"aa_start": 96,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1489,
"cdna_start": 406,
"cds_end": null,
"cds_length": 1143,
"cds_start": 286,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000369744.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.286T>C",
"hgvs_p": "p.Phe96Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358759.2",
"strand": true,
"transcript": "ENST00000369744.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 367,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1346,
"cdna_start": 335,
"cds_end": null,
"cds_length": 1104,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000949914.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619973.1",
"strand": true,
"transcript": "ENST00000949914.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 311,
"aa_ref": "F",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1475,
"cdna_start": 392,
"cds_end": null,
"cds_length": 936,
"cds_start": 79,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001025199.2",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.79T>C",
"hgvs_p": "p.Phe27Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001020370.1",
"strand": true,
"transcript": "NM_001025199.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 311,
"aa_ref": "F",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1435,
"cdna_start": 308,
"cds_end": null,
"cds_length": 936,
"cds_start": 79,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000524472.5",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.79T>C",
"hgvs_p": "p.Phe27Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432049.1",
"strand": true,
"transcript": "ENST00000524472.5",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 219,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 946,
"cdna_start": 600,
"cds_end": null,
"cds_length": 662,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000528451.5",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000436077.1",
"strand": true,
"transcript": "ENST00000528451.5",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 200,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 914,
"cdna_start": 625,
"cds_end": null,
"cds_length": 605,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000486561.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000431968.1",
"strand": true,
"transcript": "ENST00000486561.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 181,
"aa_ref": "F",
"aa_start": 106,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 600,
"cdna_start": 368,
"cds_end": null,
"cds_length": 548,
"cds_start": 316,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000474304.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Phe106Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000436380.2",
"strand": true,
"transcript": "ENST00000474304.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 168,
"aa_ref": "F",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 757,
"cdna_start": 328,
"cds_end": null,
"cds_length": 508,
"cds_start": 79,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000477185.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.79T>C",
"hgvs_p": "p.Phe27Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000436272.1",
"strand": true,
"transcript": "ENST00000477185.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 159,
"aa_ref": "F",
"aa_start": 74,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 482,
"cdna_start": 222,
"cds_end": null,
"cds_length": 480,
"cds_start": 220,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000533831.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.220T>C",
"hgvs_p": "p.Phe74Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000433176.2",
"strand": true,
"transcript": "ENST00000533831.6",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 121,
"aa_ref": "F",
"aa_start": 27,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 589,
"cdna_start": 300,
"cds_end": null,
"cds_length": 368,
"cds_start": 79,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000497587.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.79T>C",
"hgvs_p": "p.Phe27Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000436006.1",
"strand": true,
"transcript": "ENST00000497587.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 371,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1357,
"cdna_start": null,
"cds_end": null,
"cds_length": 1116,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000907889.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.272+338T>C",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000577948.1",
"strand": true,
"transcript": "ENST00000907889.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 144,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 732,
"cdna_start": null,
"cds_end": null,
"cds_length": 436,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000467038.6",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "c.35+338T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000431978.1",
"strand": true,
"transcript": "ENST00000467038.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 541,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000526684.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "n.350T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000526684.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 467,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000530597.1",
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"hgvs_c": "n.*167T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000530597.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs148629494",
"effect": "missense_variant",
"frequency_reference_population": 0.000071405506,
"gene_hgnc_id": 1933,
"gene_symbol": "CHI3L2",
"gnomad_exomes_ac": 48,
"gnomad_exomes_af": 0.0000329177,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 67,
"gnomad_genomes_af": 0.000439806,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.022,
"pos": 111231281,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.162,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.03999999910593033,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.04,
"transcript": "NM_004000.3"
}
]
}