← 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-14789046-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=14789046&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 14789046,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_016312.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "NM_016312.3",
"protein_id": "NP_057396.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261167.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016312.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000261167.7",
"protein_id": "ENSP00000261167.2",
"transcript_support_level": 1,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016312.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261167.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000858075.1",
"protein_id": "ENSP00000528134.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858075.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000918140.1",
"protein_id": "ENSP00000588199.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918140.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000918141.1",
"protein_id": "ENSP00000588200.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918141.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000918142.1",
"protein_id": "ENSP00000588201.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918142.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000918143.1",
"protein_id": "ENSP00000588202.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918143.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln",
"transcript": "ENST00000918144.1",
"protein_id": "ENSP00000588203.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 641,
"cds_start": 1397,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918144.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1388G>A",
"hgvs_p": "p.Arg463Gln",
"transcript": "ENST00000858079.1",
"protein_id": "ENSP00000528138.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 638,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858079.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1385G>A",
"hgvs_p": "p.Arg462Gln",
"transcript": "ENST00000858078.1",
"protein_id": "ENSP00000528137.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 637,
"cds_start": 1385,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858078.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1364G>A",
"hgvs_p": "p.Arg455Gln",
"transcript": "ENST00000858077.1",
"protein_id": "ENSP00000528136.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 630,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858077.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1328G>A",
"hgvs_p": "p.Arg443Gln",
"transcript": "ENST00000918145.1",
"protein_id": "ENSP00000588204.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 618,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918145.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Arg441Gln",
"transcript": "ENST00000918146.1",
"protein_id": "ENSP00000588205.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 616,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918146.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Arg433Gln",
"transcript": "ENST00000858076.1",
"protein_id": "ENSP00000528135.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 608,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": [
"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.574-1403C>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000786473.1"
}
],
"gene_symbol": "WBP11",
"gene_hgnc_id": 16461,
"dbsnp": "rs1949789764",
"frequency_reference_population": 0.0000014731141,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000147311,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2719215452671051,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.344,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9367,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.429,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016312.3",
"gene_symbol": "WBP11",
"hgnc_id": 16461,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1397G>A",
"hgvs_p": "p.Arg466Gln"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000786473.1",
"gene_symbol": "GUCY2C-AS1",
"hgnc_id": 56054,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.574-1403C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}