← 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: 11-105002078-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=105002078&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 105002078,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001136112.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.667C>T",
"hgvs_p": "p.Leu223Phe",
"transcript": "NM_004347.5",
"protein_id": "NP_004338.3",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 434,
"cds_start": 667,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000260315.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004347.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.667C>T",
"hgvs_p": "p.Leu223Phe",
"transcript": "ENST00000260315.8",
"protein_id": "ENSP00000260315.3",
"transcript_support_level": 5,
"aa_start": 223,
"aa_end": null,
"aa_length": 434,
"cds_start": 667,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004347.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000260315.8"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.706C>T",
"hgvs_p": "p.Leu236Phe",
"transcript": "NM_001136112.3",
"protein_id": "NP_001129584.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 447,
"cds_start": 706,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136112.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.706C>T",
"hgvs_p": "p.Leu236Phe",
"transcript": "ENST00000393141.6",
"protein_id": "ENSP00000376849.2",
"transcript_support_level": 5,
"aa_start": 236,
"aa_end": null,
"aa_length": 447,
"cds_start": 706,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393141.6"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.706C>T",
"hgvs_p": "p.Leu236Phe",
"transcript": "ENST00000526056.5",
"protein_id": "ENSP00000436877.1",
"transcript_support_level": 5,
"aa_start": 236,
"aa_end": null,
"aa_length": 447,
"cds_start": 706,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526056.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.667C>T",
"hgvs_p": "p.Leu223Phe",
"transcript": "ENST00000861026.1",
"protein_id": "ENSP00000531085.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 434,
"cds_start": 667,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861026.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.664C>T",
"hgvs_p": "p.Leu222Phe",
"transcript": "ENST00000861023.1",
"protein_id": "ENSP00000531082.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 433,
"cds_start": 664,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861023.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.628C>T",
"hgvs_p": "p.Leu210Phe",
"transcript": "ENST00000861025.1",
"protein_id": "ENSP00000531084.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 421,
"cds_start": 628,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861025.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.493C>T",
"hgvs_p": "p.Leu165Phe",
"transcript": "ENST00000958375.1",
"protein_id": "ENSP00000628434.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 381,
"cds_start": 493,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958375.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.493C>T",
"hgvs_p": "p.Leu165Phe",
"transcript": "NM_001136109.3",
"protein_id": "NP_001129581.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 376,
"cds_start": 493,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136109.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.493C>T",
"hgvs_p": "p.Leu165Phe",
"transcript": "ENST00000444749.6",
"protein_id": "ENSP00000388365.2",
"transcript_support_level": 2,
"aa_start": 165,
"aa_end": null,
"aa_length": 376,
"cds_start": 493,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444749.6"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Leu164Phe",
"transcript": "ENST00000861027.1",
"protein_id": "ENSP00000531086.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 375,
"cds_start": 490,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861027.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.415C>T",
"hgvs_p": "p.Leu139Phe",
"transcript": "ENST00000861024.1",
"protein_id": "ENSP00000531083.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 350,
"cds_start": 415,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861024.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.412C>T",
"hgvs_p": "p.Leu138Phe",
"transcript": "ENST00000958374.1",
"protein_id": "ENSP00000628433.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 349,
"cds_start": 412,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958374.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Leu81Phe",
"transcript": "NM_001136110.3",
"protein_id": "NP_001129582.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 292,
"cds_start": 241,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136110.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Leu81Phe",
"transcript": "ENST00000418434.5",
"protein_id": "ENSP00000398130.1",
"transcript_support_level": 5,
"aa_start": 81,
"aa_end": null,
"aa_length": 292,
"cds_start": 241,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418434.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Leu81Phe",
"transcript": "ENST00000531367.5",
"protein_id": "ENSP00000434471.1",
"transcript_support_level": 5,
"aa_start": 81,
"aa_end": null,
"aa_length": 292,
"cds_start": 241,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531367.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*56C>T",
"hgvs_p": null,
"transcript": "ENST00000456200.5",
"protein_id": "ENSP00000408455.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000456200.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.415C>T",
"hgvs_p": null,
"transcript": "NR_024239.3",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_024239.3"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "NR_036562.3",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_036562.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*56C>T",
"hgvs_p": null,
"transcript": "ENST00000456200.5",
"protein_id": "ENSP00000408455.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000456200.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303891",
"gene_hgnc_id": null,
"hgvs_c": "n.566-2753G>A",
"hgvs_p": null,
"transcript": "ENST00000797905.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000797905.1"
}
],
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"dbsnp": "rs773712630",
"frequency_reference_population": 0.000014869557,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.00000957676,
"gnomad_genomes_af": 0.0000657186,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8190065622329712,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.446,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3561,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.344,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001136112.3",
"gene_symbol": "CASP5",
"hgnc_id": 1506,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.706C>T",
"hgvs_p": "p.Leu236Phe"
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000797905.1",
"gene_symbol": "ENSG00000303891",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.566-2753G>A",
"hgvs_p": null
}
],
"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
}