← 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-104998981-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=104998981&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 104998981,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000260315.8",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.1000C>T",
"hgvs_p": "p.Leu334Phe",
"transcript": "NM_004347.5",
"protein_id": "NP_004338.3",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 434,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": "ENST00000260315.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.1000C>T",
"hgvs_p": "p.Leu334Phe",
"transcript": "ENST00000260315.8",
"protein_id": "ENSP00000260315.3",
"transcript_support_level": 5,
"aa_start": 334,
"aa_end": null,
"aa_length": 434,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": "NM_004347.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.1039C>T",
"hgvs_p": "p.Leu347Phe",
"transcript": "NM_001136112.3",
"protein_id": "NP_001129584.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 447,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 1485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.1039C>T",
"hgvs_p": "p.Leu347Phe",
"transcript": "ENST00000393141.6",
"protein_id": "ENSP00000376849.2",
"transcript_support_level": 5,
"aa_start": 347,
"aa_end": null,
"aa_length": 447,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.1039C>T",
"hgvs_p": "p.Leu347Phe",
"transcript": "ENST00000526056.5",
"protein_id": "ENSP00000436877.1",
"transcript_support_level": 5,
"aa_start": 347,
"aa_end": null,
"aa_length": 447,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1039,
"cdna_end": null,
"cdna_length": 1344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"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.826C>T",
"hgvs_p": "p.Leu276Phe",
"transcript": "NM_001136109.3",
"protein_id": "NP_001129581.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 376,
"cds_start": 826,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 858,
"cdna_end": null,
"cdna_length": 1272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"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.826C>T",
"hgvs_p": "p.Leu276Phe",
"transcript": "ENST00000444749.6",
"protein_id": "ENSP00000388365.2",
"transcript_support_level": 2,
"aa_start": 276,
"aa_end": null,
"aa_length": 376,
"cds_start": 826,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 1237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.574C>T",
"hgvs_p": "p.Leu192Phe",
"transcript": "NM_001136110.3",
"protein_id": "NP_001129582.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 292,
"cds_start": 574,
"cds_end": null,
"cds_length": 879,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 1020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.574C>T",
"hgvs_p": "p.Leu192Phe",
"transcript": "ENST00000418434.5",
"protein_id": "ENSP00000398130.1",
"transcript_support_level": 5,
"aa_start": 192,
"aa_end": null,
"aa_length": 292,
"cds_start": 574,
"cds_end": null,
"cds_length": 879,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 1023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "c.574C>T",
"hgvs_p": "p.Leu192Phe",
"transcript": "ENST00000531367.5",
"protein_id": "ENSP00000434471.1",
"transcript_support_level": 5,
"aa_start": 192,
"aa_end": null,
"aa_length": 292,
"cds_start": 574,
"cds_end": null,
"cds_length": 879,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 879,
"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": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000438448.6",
"protein_id": "ENSP00000396053.2",
"transcript_support_level": 3,
"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": 535,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*389C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 979,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.748C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1162,
"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": 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.496C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"hgvs_c": "n.*389C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-5850G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CASP5",
"gene_hgnc_id": 1506,
"dbsnp": "rs523104",
"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.06470009684562683,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.018,
"revel_prediction": "Benign",
"alphamissense_score": 0.0828,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.801,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000260315.8",
"gene_symbol": "CASP5",
"hgnc_id": 1506,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1000C>T",
"hgvs_p": "p.Leu334Phe"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000797905.1",
"gene_symbol": "ENSG00000303891",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.566-5850G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}