← 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-111235676-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=111235676&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 111235676,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004000.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "NM_004000.3",
"protein_id": "NP_003991.2",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 390,
"cds_start": 518,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369748.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004000.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000369748.9",
"protein_id": "ENSP00000358763.4",
"transcript_support_level": 1,
"aa_start": 173,
"aa_end": null,
"aa_length": 390,
"cds_start": 518,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004000.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369748.9"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "ENST00000466741.5",
"protein_id": "ENSP00000437086.1",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 311,
"cds_start": 281,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000466741.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000445067.6",
"protein_id": "ENSP00000437082.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 390,
"cds_start": 518,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445067.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.515C>T",
"hgvs_p": "p.Ser172Phe",
"transcript": "ENST00000949913.1",
"protein_id": "ENSP00000619972.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 389,
"cds_start": 515,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949913.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.488C>T",
"hgvs_p": "p.Ser163Phe",
"transcript": "NM_001025197.1",
"protein_id": "NP_001020368.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 380,
"cds_start": 488,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001025197.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.488C>T",
"hgvs_p": "p.Ser163Phe",
"transcript": "ENST00000369744.6",
"protein_id": "ENSP00000358759.2",
"transcript_support_level": 5,
"aa_start": 163,
"aa_end": null,
"aa_length": 380,
"cds_start": 488,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369744.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Ser154Phe",
"transcript": "ENST00000907889.1",
"protein_id": "ENSP00000577948.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 371,
"cds_start": 461,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907889.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.449C>T",
"hgvs_p": "p.Ser150Phe",
"transcript": "ENST00000949914.1",
"protein_id": "ENSP00000619973.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 367,
"cds_start": 449,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949914.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "NM_001025199.2",
"protein_id": "NP_001020370.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 311,
"cds_start": 281,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001025199.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "ENST00000524472.5",
"protein_id": "ENSP00000432049.1",
"transcript_support_level": 2,
"aa_start": 94,
"aa_end": null,
"aa_length": 311,
"cds_start": 281,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524472.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000528451.5",
"protein_id": "ENSP00000436077.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 219,
"cds_start": 518,
"cds_end": null,
"cds_length": 662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528451.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe",
"transcript": "ENST00000486561.6",
"protein_id": "ENSP00000431968.1",
"transcript_support_level": 5,
"aa_start": 173,
"aa_end": null,
"aa_length": 200,
"cds_start": 518,
"cds_end": null,
"cds_length": 605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000486561.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.80C>T",
"hgvs_p": "p.Ser27Phe",
"transcript": "ENST00000497220.5",
"protein_id": "ENSP00000435250.1",
"transcript_support_level": 5,
"aa_start": 27,
"aa_end": null,
"aa_length": 183,
"cds_start": 80,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497220.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Ser154Phe",
"transcript": "ENST00000474304.6",
"protein_id": "ENSP00000436380.2",
"transcript_support_level": 5,
"aa_start": 154,
"aa_end": null,
"aa_length": 181,
"cds_start": 461,
"cds_end": null,
"cds_length": 548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000474304.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "ENST00000477185.6",
"protein_id": "ENSP00000436272.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 168,
"cds_start": 281,
"cds_end": null,
"cds_length": 508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477185.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.224C>T",
"hgvs_p": "p.Ser75Phe",
"transcript": "ENST00000467038.6",
"protein_id": "ENSP00000431978.1",
"transcript_support_level": 5,
"aa_start": 75,
"aa_end": null,
"aa_length": 144,
"cds_start": 224,
"cds_end": null,
"cds_length": 436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467038.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.281C>T",
"hgvs_p": "p.Ser94Phe",
"transcript": "ENST00000497587.6",
"protein_id": "ENSP00000436006.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 121,
"cds_start": 281,
"cds_end": null,
"cds_length": 368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497587.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"hgvs_c": "c.234-348C>T",
"hgvs_p": null,
"transcript": "ENST00000533831.6",
"protein_id": "ENSP00000433176.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533831.6"
}
],
"gene_symbol": "CHI3L2",
"gene_hgnc_id": 1933,
"dbsnp": "rs201086381",
"frequency_reference_population": 0.00017595555,
"hom_count_reference_population": 0,
"allele_count_reference_population": 284,
"gnomad_exomes_af": 0.000190857,
"gnomad_genomes_af": 0.0000328476,
"gnomad_exomes_ac": 279,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2099134922027588,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.102,
"revel_prediction": "Benign",
"alphamissense_score": 0.2016,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.815,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_004000.3",
"gene_symbol": "CHI3L2",
"hgnc_id": 1933,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.518C>T",
"hgvs_p": "p.Ser173Phe"
}
],
"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
}