← 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-130188274-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=130188274&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 130188274,
"ref": "G",
"alt": "A",
"effect": "splice_donor_variant,intron_variant",
"transcript": "NM_021978.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "NM_021978.4",
"protein_id": "NP_068813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": null,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000278742.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021978.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000278742.6",
"protein_id": "ENSP00000278742.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": null,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021978.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000278742.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894129.1",
"protein_id": "ENSP00000564188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 872,
"cds_start": null,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894129.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894128.1",
"protein_id": "ENSP00000564187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": null,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894128.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894126.1",
"protein_id": "ENSP00000564185.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": null,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894133.1",
"protein_id": "ENSP00000564192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 850,
"cds_start": null,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894133.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894131.1",
"protein_id": "ENSP00000564190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 845,
"cds_start": null,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894127.1",
"protein_id": "ENSP00000564186.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894130.1",
"protein_id": "ENSP00000564189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 817,
"cds_start": null,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894130.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000894132.1",
"protein_id": "ENSP00000564191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 814,
"cds_start": null,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894132.1"
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.177+65G>A",
"hgvs_p": null,
"transcript": "ENST00000962552.1",
"protein_id": "ENSP00000632611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": null,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962552.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"hgvs_c": "c.241+1G>A",
"hgvs_p": null,
"transcript": "ENST00000938964.1",
"protein_id": "ENSP00000609023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 717,
"cds_start": null,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938964.1"
}
],
"gene_symbol": "ST14",
"gene_hgnc_id": 11344,
"dbsnp": "rs2136211819",
"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,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9440000057220459,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.777,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.94,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999916487880886,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_021978.4",
"gene_symbol": "ST14",
"hgnc_id": 11344,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.241+1G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive congenital ichthyosis 11",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Autosomal recessive congenital ichthyosis 11",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}