← 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: 16-11765563-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=11765563&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 11765563,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014153.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "NM_014153.4",
"protein_id": "NP_054872.2",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355758.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014153.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "ENST00000355758.9",
"protein_id": "ENSP00000347999.4",
"transcript_support_level": 1,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014153.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355758.9"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "ENST00000396516.6",
"protein_id": "ENSP00000379773.2",
"transcript_support_level": 1,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396516.6"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1375G>C",
"hgvs_p": "p.Gly459Arg",
"transcript": "ENST00000571198.5",
"protein_id": "ENSP00000459747.1",
"transcript_support_level": 2,
"aa_start": 459,
"aa_end": null,
"aa_length": 732,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571198.5"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "XM_006720877.3",
"protein_id": "XP_006720940.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720877.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "XM_011522463.3",
"protein_id": "XP_011520765.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522463.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "XM_047433996.1",
"protein_id": "XP_047289952.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 971,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433996.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1342G>C",
"hgvs_p": "p.Gly448Arg",
"transcript": "XM_017023174.2",
"protein_id": "XP_016878663.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 870,
"cds_start": 1342,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023174.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg",
"transcript": "XM_047433997.1",
"protein_id": "XP_047289953.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 769,
"cds_start": 1645,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433997.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.928G>C",
"hgvs_p": "p.Gly310Arg",
"transcript": "XM_011522464.3",
"protein_id": "XP_011520766.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 732,
"cds_start": 928,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522464.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "c.472G>C",
"hgvs_p": "p.Gly158Arg",
"transcript": "XM_047433998.1",
"protein_id": "XP_047289954.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 580,
"cds_start": 472,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "n.596G>C",
"hgvs_p": null,
"transcript": "ENST00000571676.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000571676.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "n.*455G>C",
"hgvs_p": null,
"transcript": "ENST00000575041.5",
"protein_id": "ENSP00000459458.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000575041.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "n.*455G>C",
"hgvs_p": null,
"transcript": "ENST00000575041.5",
"protein_id": "ENSP00000459458.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000575041.5"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TXNDC11-AS1",
"gene_hgnc_id": 56375,
"hgvs_c": "n.111-2075C>G",
"hgvs_p": null,
"transcript": "ENST00000789294.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": "ENST00000789294.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "n.-3G>C",
"hgvs_p": null,
"transcript": "ENST00000571405.5",
"protein_id": "ENSP00000459811.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": "ENST00000571405.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"hgvs_c": "n.*12G>C",
"hgvs_p": null,
"transcript": "ENST00000576247.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000576247.1"
}
],
"gene_symbol": "ZC3H7A",
"gene_hgnc_id": 30959,
"dbsnp": "rs201615324",
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5318073630332947,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.359,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3122,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.24,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014153.4",
"gene_symbol": "ZC3H7A",
"hgnc_id": 30959,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1645G>C",
"hgvs_p": "p.Gly549Arg"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000789294.1",
"gene_symbol": "TXNDC11-AS1",
"hgnc_id": 56375,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.111-2075C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}