← 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-11983392-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=11983392&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ZNF18",
"hgnc_id": 12969,
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_144680.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 4,
"alphamissense_prediction": null,
"alphamissense_score": 0.186,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.54,
"chr": "17",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.14183801412582397,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2295,
"cdna_start": 894,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001303281.2",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000580306.7",
"protein_coding": true,
"protein_id": "NP_001290210.1",
"strand": false,
"transcript": "NM_001303281.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2295,
"cdna_start": 894,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000580306.7",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001303281.2",
"protein_coding": true,
"protein_id": "ENSP00000463471.1",
"strand": false,
"transcript": "ENST00000580306.7",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2250,
"cdna_start": 855,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000580613.5",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462296.3",
"strand": false,
"transcript": "ENST00000580613.5",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2261,
"cdna_start": 873,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000454073.7",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000391376.3",
"strand": false,
"transcript": "ENST00000454073.7",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2773,
"cdna_start": 1372,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_144680.4",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_653281.2",
"strand": false,
"transcript": "NM_144680.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2767,
"cdna_start": 1372,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000322748.7",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000315664.3",
"strand": false,
"transcript": "ENST00000322748.7",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2292,
"cdna_start": 891,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001303282.2",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290211.1",
"strand": false,
"transcript": "NM_001303282.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 241,
"aa_ref": "P",
"aa_start": 76,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 729,
"cdna_start": 228,
"cds_end": null,
"cds_length": 728,
"cds_start": 227,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000582607.1",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.227C>T",
"hgvs_p": "p.Pro76Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462877.1",
"strand": false,
"transcript": "ENST00000582607.1",
"transcript_support_level": 3
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2594,
"cdna_start": 1193,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_011524002.4",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011522304.1",
"strand": false,
"transcript": "XM_011524002.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2700,
"cdna_start": 1299,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_024450909.2",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024306677.1",
"strand": false,
"transcript": "XM_024450909.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2701,
"cdna_start": 1300,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_024450911.2",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024306679.1",
"strand": false,
"transcript": "XM_024450911.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 549,
"aa_ref": "P",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2551,
"cdna_start": 1150,
"cds_end": null,
"cds_length": 1650,
"cds_start": 767,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047436647.1",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Pro256Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292603.1",
"strand": false,
"transcript": "XM_047436647.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4272,
"cdna_start": 2871,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_017025010.3",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016880499.1",
"strand": false,
"transcript": "XM_017025010.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2670,
"cdna_start": 1269,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_017025011.3",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016880500.1",
"strand": false,
"transcript": "XM_017025011.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2548,
"cdna_start": 1147,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047436648.1",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292604.1",
"strand": false,
"transcript": "XM_047436648.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 548,
"aa_ref": "P",
"aa_start": 255,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 1226,
"cds_end": null,
"cds_length": 1647,
"cds_start": 764,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047436649.1",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.764C>T",
"hgvs_p": "p.Pro255Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292605.1",
"strand": false,
"transcript": "XM_047436649.1",
"transcript_support_level": null
},
{
"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": 698,
"cdna_start": null,
"cds_end": null,
"cds_length": 698,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000577671.5",
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"hgvs_c": "c.214+721C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462383.1",
"strand": false,
"transcript": "ENST00000577671.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1312663563",
"effect": "missense_variant",
"frequency_reference_population": 0.0000027367944,
"gene_hgnc_id": 12969,
"gene_symbol": "ZNF18",
"gnomad_exomes_ac": 4,
"gnomad_exomes_af": 0.00000273679,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.252,
"pos": 11983392,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.092,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_144680.4"
}
]
}