← 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-105000401-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=105000401&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 105000401,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001136112.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.812A>G",
"hgvs_p": "p.Glu271Gly",
"transcript": "NM_004347.5",
"protein_id": "NP_004338.3",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 434,
"cds_start": 812,
"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": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.812A>G",
"hgvs_p": "p.Glu271Gly",
"transcript": "ENST00000260315.8",
"protein_id": "ENSP00000260315.3",
"transcript_support_level": 5,
"aa_start": 271,
"aa_end": null,
"aa_length": 434,
"cds_start": 812,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.851A>G",
"hgvs_p": "p.Glu284Gly",
"transcript": "NM_001136112.3",
"protein_id": "NP_001129584.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 447,
"cds_start": 851,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.851A>G",
"hgvs_p": "p.Glu284Gly",
"transcript": "ENST00000393141.6",
"protein_id": "ENSP00000376849.2",
"transcript_support_level": 5,
"aa_start": 284,
"aa_end": null,
"aa_length": 447,
"cds_start": 851,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.851A>G",
"hgvs_p": "p.Glu284Gly",
"transcript": "ENST00000526056.5",
"protein_id": "ENSP00000436877.1",
"transcript_support_level": 5,
"aa_start": 284,
"aa_end": null,
"aa_length": 447,
"cds_start": 851,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.812A>G",
"hgvs_p": "p.Glu271Gly",
"transcript": "ENST00000861026.1",
"protein_id": "ENSP00000531085.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 434,
"cds_start": 812,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.809A>G",
"hgvs_p": "p.Glu270Gly",
"transcript": "ENST00000861023.1",
"protein_id": "ENSP00000531082.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 433,
"cds_start": 809,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.773A>G",
"hgvs_p": "p.Glu258Gly",
"transcript": "ENST00000861025.1",
"protein_id": "ENSP00000531084.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 421,
"cds_start": 773,
"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": "E",
"aa_alt": "G",
"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.638A>G",
"hgvs_p": "p.Glu213Gly",
"transcript": "ENST00000958375.1",
"protein_id": "ENSP00000628434.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 381,
"cds_start": 638,
"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": "E",
"aa_alt": "G",
"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.638A>G",
"hgvs_p": "p.Glu213Gly",
"transcript": "NM_001136109.3",
"protein_id": "NP_001129581.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 376,
"cds_start": 638,
"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": "E",
"aa_alt": "G",
"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.638A>G",
"hgvs_p": "p.Glu213Gly",
"transcript": "ENST00000444749.6",
"protein_id": "ENSP00000388365.2",
"transcript_support_level": 2,
"aa_start": 213,
"aa_end": null,
"aa_length": 376,
"cds_start": 638,
"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": "E",
"aa_alt": "G",
"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.635A>G",
"hgvs_p": "p.Glu212Gly",
"transcript": "ENST00000861027.1",
"protein_id": "ENSP00000531086.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 375,
"cds_start": 635,
"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": "E",
"aa_alt": "G",
"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.560A>G",
"hgvs_p": "p.Glu187Gly",
"transcript": "ENST00000861024.1",
"protein_id": "ENSP00000531083.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 350,
"cds_start": 560,
"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": "E",
"aa_alt": "G",
"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.557A>G",
"hgvs_p": "p.Glu186Gly",
"transcript": "ENST00000958374.1",
"protein_id": "ENSP00000628433.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 349,
"cds_start": 557,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Glu129Gly",
"transcript": "NM_001136110.3",
"protein_id": "NP_001129582.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 292,
"cds_start": 386,
"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": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Glu129Gly",
"transcript": "ENST00000418434.5",
"protein_id": "ENSP00000398130.1",
"transcript_support_level": 5,
"aa_start": 129,
"aa_end": null,
"aa_length": 292,
"cds_start": 386,
"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": "E",
"aa_alt": "G",
"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": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Glu129Gly",
"transcript": "ENST00000531367.5",
"protein_id": "ENSP00000434471.1",
"transcript_support_level": 5,
"aa_start": 129,
"aa_end": null,
"aa_length": 292,
"cds_start": 386,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*201A>G",
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.560A>G",
"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": 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.308A>G",
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*201A>G",
"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-4430T>C",
"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": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2124311327934265,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.1097,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.358,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001136112.3",
"gene_symbol": "CASP5",
"hgnc_id": 1506,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.851A>G",
"hgvs_p": "p.Glu284Gly"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000797905.1",
"gene_symbol": "ENSG00000303891",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.566-4430T>C",
"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
}