← 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: 22-37983509-CACGGG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=37983509&ref=CACGGG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 37983509,
"ref": "CACGGG",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_006941.4",
"consequences": [
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs",
"transcript": "NM_006941.4",
"protein_id": "NP_008872.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 466,
"cds_start": 271,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000396884.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006941.4"
},
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs",
"transcript": "ENST00000396884.8",
"protein_id": "ENSP00000380093.2",
"transcript_support_level": 1,
"aa_start": 91,
"aa_end": null,
"aa_length": 466,
"cds_start": 271,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006941.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396884.8"
},
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs",
"transcript": "ENST00000360880.6",
"protein_id": "ENSP00000354130.2",
"transcript_support_level": 1,
"aa_start": 91,
"aa_end": null,
"aa_length": 466,
"cds_start": 271,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360880.6"
},
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.487_491delCCCGT",
"hgvs_p": "p.Pro163fs",
"transcript": "ENST00000698177.1",
"protein_id": "ENSP00000513596.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 538,
"cds_start": 487,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698177.1"
},
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs",
"transcript": "ENST00000851529.1",
"protein_id": "ENSP00000521588.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 466,
"cds_start": 271,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851529.1"
},
{
"aa_ref": "PV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs",
"transcript": "ENST00000427770.1",
"protein_id": "ENSP00000414853.1",
"transcript_support_level": 3,
"aa_start": 91,
"aa_end": null,
"aa_length": 212,
"cds_start": 271,
"cds_end": null,
"cds_length": 641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427770.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "c.294-2644_294-2640delACGGG",
"hgvs_p": null,
"transcript": "NM_001301130.2",
"protein_id": "NP_001288059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": null,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301130.2"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "c.294-2644_294-2640delACGGG",
"hgvs_p": null,
"transcript": "ENST00000407936.5",
"protein_id": "ENSP00000385725.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": null,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407936.5"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "c.293+16340_293+16344delACGGG",
"hgvs_p": null,
"transcript": "ENST00000405557.5",
"protein_id": "ENSP00000384112.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 126,
"cds_start": null,
"cds_end": null,
"cds_length": 381,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405557.5"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "c.*38+11200_*38+11204delACGGG",
"hgvs_p": null,
"transcript": "NM_001363825.1",
"protein_id": "NP_001350754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": null,
"cds_end": null,
"cds_length": 336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363825.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "c.293+16340_293+16344delACGGG",
"hgvs_p": null,
"transcript": "NM_001301131.2",
"protein_id": "NP_001288060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 105,
"cds_start": null,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301131.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "n.560_564delCCCGT",
"hgvs_p": null,
"transcript": "ENST00000652356.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": "retained_intron",
"feature": "ENST00000652356.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "n.271_275delCCCGT",
"hgvs_p": null,
"transcript": "ENST00000690831.1",
"protein_id": "ENSP00000510381.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000690831.1"
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "POLR2F",
"gene_hgnc_id": 9193,
"hgvs_c": "n.*39-1542_*39-1538delACGGG",
"hgvs_p": null,
"transcript": "ENST00000443002.5",
"protein_id": "ENSP00000406826.1",
"transcript_support_level": 2,
"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": "ENST00000443002.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "n.70+825_70+829delCCCGT",
"hgvs_p": null,
"transcript": "ENST00000470555.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000470555.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"hgvs_c": "c.-102_-98delCCCGT",
"hgvs_p": null,
"transcript": "ENST00000446929.5",
"protein_id": "ENSP00000399777.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 178,
"cds_start": null,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446929.5"
}
],
"gene_symbol": "SOX10",
"gene_hgnc_id": 11190,
"dbsnp": "rs483353057",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.47,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"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_006941.4",
"gene_symbol": "SOX10",
"hgnc_id": 11190,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.271_275delCCCGT",
"hgvs_p": "p.Pro91fs"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001301130.2",
"gene_symbol": "POLR2F",
"hgnc_id": 9193,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.294-2644_294-2640delACGGG",
"hgvs_p": null
}
],
"clinvar_disease": "Waardenburg syndrome type 4C",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Waardenburg syndrome type 4C",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}