← 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: 12-14787469-G-GC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=14787469&ref=G&alt=GC&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 14787469,
"ref": "G",
"alt": "GC",
"effect": "frameshift_variant",
"transcript": "NM_016312.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "NM_016312.3",
"protein_id": "NP_057396.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 4581,
"mane_select": "ENST00000261167.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016312.3"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000261167.7",
"protein_id": "ENSP00000261167.2",
"transcript_support_level": 1,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 4581,
"mane_select": "NM_016312.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261167.7"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000858075.1",
"protein_id": "ENSP00000528134.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1865,
"cdna_end": null,
"cdna_length": 2857,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858075.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000918140.1",
"protein_id": "ENSP00000588199.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1713,
"cdna_end": null,
"cdna_length": 3633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918140.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000918141.1",
"protein_id": "ENSP00000588200.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1783,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918141.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000918142.1",
"protein_id": "ENSP00000588201.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1679,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918142.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000918143.1",
"protein_id": "ENSP00000588202.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 3170,
"cdna_end": null,
"cdna_length": 4162,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918143.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs",
"transcript": "ENST00000918144.1",
"protein_id": "ENSP00000588203.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 641,
"cds_start": 1521,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 3167,
"cdna_end": null,
"cdna_length": 4159,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918144.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1512dupG",
"hgvs_p": "p.Arg505fs",
"transcript": "ENST00000858079.1",
"protein_id": "ENSP00000528138.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 638,
"cds_start": 1512,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 1682,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858079.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1509dupG",
"hgvs_p": "p.Arg504fs",
"transcript": "ENST00000858078.1",
"protein_id": "ENSP00000528137.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 637,
"cds_start": 1509,
"cds_end": null,
"cds_length": 1914,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858078.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1488dupG",
"hgvs_p": "p.Arg497fs",
"transcript": "ENST00000858077.1",
"protein_id": "ENSP00000528136.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 630,
"cds_start": 1488,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 1664,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858077.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1452dupG",
"hgvs_p": "p.Arg485fs",
"transcript": "ENST00000918145.1",
"protein_id": "ENSP00000588204.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 618,
"cds_start": 1452,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 2418,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918145.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1446dupG",
"hgvs_p": "p.Arg483fs",
"transcript": "ENST00000918146.1",
"protein_id": "ENSP00000588205.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 616,
"cds_start": 1446,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1618,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918146.1"
},
{
"aa_ref": "M",
"aa_alt": "M?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1422dupG",
"hgvs_p": "p.Arg475fs",
"transcript": "ENST00000858076.1",
"protein_id": "ENSP00000528135.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 608,
"cds_start": 1422,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GUCY2C-AS1",
"gene_hgnc_id": 56054,
"hgvs_c": "n.1073dupC",
"hgvs_p": null,
"transcript": "ENST00000786474.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": 1220,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000786474.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GUCY2C-AS1",
"gene_hgnc_id": 56054,
"hgvs_c": "n.573+1263dupC",
"hgvs_p": null,
"transcript": "ENST00000786473.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": 1026,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000786473.1"
}
],
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.066,
"phylop100way_prediction": "Benign",
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_016312.3",
"gene_symbol": "WBP11",
"hgnc_id": 16461,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1521dupG",
"hgvs_p": "p.Arg508fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000786474.1",
"gene_symbol": "GUCY2C-AS1",
"hgnc_id": 56054,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1073dupC",
"hgvs_p": null
}
],
"clinvar_disease": " and limb defects, cardiac, renal, tracheoesophageal,Vertebral",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Vertebral, cardiac, tracheoesophageal, renal, and limb defects",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}