← 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: 17-75846800-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=75846800&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 10,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "WBP2",
"hgnc_id": 12738,
"hgvs_c": "c.733-13C>T",
"hgvs_p": null,
"inheritance_mode": "Unknown,AR",
"pathogenic_score": 0,
"score": -10,
"transcript": "NM_012478.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_score": -10,
"allele_count_reference_population": 991,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.78,
"chr": "17",
"clinvar_classification": "Benign",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.7799999713897705,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 261,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1859,
"cdna_start": null,
"cds_end": null,
"cds_length": 786,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_012478.4",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.733-13C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000254806.8",
"protein_coding": true,
"protein_id": "NP_036610.2",
"strand": false,
"transcript": "NM_012478.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 261,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1859,
"cdna_start": null,
"cds_end": null,
"cds_length": 786,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000254806.8",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.733-13C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_012478.4",
"protein_coding": true,
"protein_id": "ENSP00000254806.3",
"strand": false,
"transcript": "ENST00000254806.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 261,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2175,
"cdna_start": null,
"cds_end": null,
"cds_length": 786,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001348170.1",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.733-13C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335099.1",
"strand": false,
"transcript": "NM_001348170.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 261,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2225,
"cdna_start": null,
"cds_end": null,
"cds_length": 786,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000591399.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.733-13C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467579.1",
"strand": false,
"transcript": "ENST00000591399.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 257,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1745,
"cdna_start": null,
"cds_end": null,
"cds_length": 774,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000590221.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.721-13C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000466450.1",
"strand": false,
"transcript": "ENST00000590221.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 239,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1895,
"cdna_start": null,
"cds_end": null,
"cds_length": 720,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000585462.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.667-13C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467583.1",
"strand": false,
"transcript": "ENST00000585462.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 231,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1867,
"cdna_start": null,
"cds_end": null,
"cds_length": 696,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000626827.2",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.656-13C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000486675.1",
"strand": false,
"transcript": "ENST00000626827.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 216,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1724,
"cdna_start": null,
"cds_end": null,
"cds_length": 651,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330499.2",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.598-13C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317428.1",
"strand": false,
"transcript": "NM_001330499.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 216,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 928,
"cdna_start": null,
"cds_end": null,
"cds_length": 651,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000433525.6",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.598-13C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415251.2",
"strand": false,
"transcript": "ENST00000433525.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 204,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 676,
"cdna_start": null,
"cds_end": null,
"cds_length": 615,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000586257.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.427-13C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000464782.1",
"strand": false,
"transcript": "ENST00000586257.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 239,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1783,
"cdna_start": null,
"cds_end": null,
"cds_length": 720,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047435712.1",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "c.667-13C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047291668.1",
"strand": false,
"transcript": "XM_047435712.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3718,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000587642.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "n.2675-13C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000587642.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1374,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000588373.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "n.*790-13C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000465052.1",
"strand": false,
"transcript": "ENST00000588373.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 747,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000589236.1",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "n.733-13C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000589236.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1406,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000591831.5",
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"hgvs_c": "n.656-13C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466999.1",
"strand": false,
"transcript": "ENST00000591831.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs372765719",
"effect": "intron_variant",
"frequency_reference_population": 0.000627746,
"gene_hgnc_id": 12738,
"gene_symbol": "WBP2",
"gnomad_exomes_ac": 922,
"gnomad_exomes_af": 0.000646383,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_ac": 69,
"gnomad_genomes_af": 0.000453154,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 15,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.829,
"pos": 75846800,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_012478.4"
}
]
}