← 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: 15-42425015-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=42425015&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 42425015,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001366845.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.5009G>A",
"hgvs_p": "p.Arg1670Gln",
"transcript": "NM_001366845.3",
"protein_id": "NP_001353774.1",
"transcript_support_level": null,
"aa_start": 1670,
"aa_end": null,
"aa_length": 1906,
"cds_start": 5009,
"cds_end": null,
"cds_length": 5721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000564754.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366845.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.5009G>A",
"hgvs_p": "p.Arg1670Gln",
"transcript": "ENST00000564754.7",
"protein_id": "ENSP00000456845.2",
"transcript_support_level": 1,
"aa_start": 1670,
"aa_end": null,
"aa_length": 1906,
"cds_start": 5009,
"cds_end": null,
"cds_length": 5721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001366845.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564754.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.4940G>A",
"hgvs_p": "p.Arg1647Gln",
"transcript": "ENST00000263805.8",
"protein_id": "ENSP00000263805.4",
"transcript_support_level": 1,
"aa_start": 1647,
"aa_end": null,
"aa_length": 1883,
"cds_start": 4940,
"cds_end": null,
"cds_length": 5652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263805.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2624G>A",
"hgvs_p": "p.Arg875Gln",
"transcript": "ENST00000565380.5",
"protein_id": "ENSP00000455674.1",
"transcript_support_level": 1,
"aa_start": 875,
"aa_end": null,
"aa_length": 1111,
"cds_start": 2624,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565380.5"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2495G>A",
"hgvs_p": "p.Arg832Gln",
"transcript": "ENST00000565611.5",
"protein_id": "ENSP00000457637.1",
"transcript_support_level": 1,
"aa_start": 832,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2495,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565611.5"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.1838G>A",
"hgvs_p": "p.Arg613Gln",
"transcript": "ENST00000565500.5",
"protein_id": "ENSP00000456604.1",
"transcript_support_level": 1,
"aa_start": 613,
"aa_end": null,
"aa_length": 849,
"cds_start": 1838,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565500.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.4940G>A",
"hgvs_p": "p.Arg1647Gln",
"transcript": "NM_022473.3",
"protein_id": "NP_071918.1",
"transcript_support_level": null,
"aa_start": 1647,
"aa_end": null,
"aa_length": 1883,
"cds_start": 4940,
"cds_end": null,
"cds_length": 5652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022473.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.4808G>A",
"hgvs_p": "p.Arg1603Gln",
"transcript": "NM_001381993.1",
"protein_id": "NP_001368922.1",
"transcript_support_level": null,
"aa_start": 1603,
"aa_end": null,
"aa_length": 1839,
"cds_start": 4808,
"cds_end": null,
"cds_length": 5520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381993.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.4748G>A",
"hgvs_p": "p.Arg1583Gln",
"transcript": "NM_001366846.3",
"protein_id": "NP_001353775.1",
"transcript_support_level": null,
"aa_start": 1583,
"aa_end": null,
"aa_length": 1819,
"cds_start": 4748,
"cds_end": null,
"cds_length": 5460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366846.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2825G>A",
"hgvs_p": "p.Arg942Gln",
"transcript": "NM_001381994.1",
"protein_id": "NP_001368923.1",
"transcript_support_level": null,
"aa_start": 942,
"aa_end": null,
"aa_length": 1178,
"cds_start": 2825,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381994.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2642G>A",
"hgvs_p": "p.Arg881Gln",
"transcript": "NM_001381995.1",
"protein_id": "NP_001368924.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2642,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381995.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2624G>A",
"hgvs_p": "p.Arg875Gln",
"transcript": "NM_001284307.4",
"protein_id": "NP_001271236.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1111,
"cds_start": 2624,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284307.4"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2495G>A",
"hgvs_p": "p.Arg832Gln",
"transcript": "NM_001284306.2",
"protein_id": "NP_001271235.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2495,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284306.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2363G>A",
"hgvs_p": "p.Arg788Gln",
"transcript": "NM_001381998.1",
"protein_id": "NP_001368927.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2363,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381998.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2363G>A",
"hgvs_p": "p.Arg788Gln",
"transcript": "NM_001366844.3",
"protein_id": "NP_001353773.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 1024,
"cds_start": 2363,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366844.3"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2171G>A",
"hgvs_p": "p.Arg724Gln",
"transcript": "NM_001381996.1",
"protein_id": "NP_001368925.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 960,
"cds_start": 2171,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381996.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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.2147G>A",
"hgvs_p": "p.Arg716Gln",
"transcript": "NM_001381997.1",
"protein_id": "NP_001368926.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 952,
"cds_start": 2147,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001381997.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.98G>A",
"hgvs_p": "p.Arg33Gln",
"transcript": "ENST00000569648.5",
"protein_id": "ENSP00000456191.1",
"transcript_support_level": 3,
"aa_start": 33,
"aa_end": null,
"aa_length": 217,
"cds_start": 98,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569648.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "c.4547G>A",
"hgvs_p": "p.Arg1516Gln",
"transcript": "XM_047432936.1",
"protein_id": "XP_047288892.1",
"transcript_support_level": null,
"aa_start": 1516,
"aa_end": null,
"aa_length": 1752,
"cds_start": 4547,
"cds_end": null,
"cds_length": 5259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "n.321G>A",
"hgvs_p": null,
"transcript": "ENST00000570078.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000570078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000310324",
"gene_hgnc_id": null,
"hgvs_c": "n.76C>T",
"hgvs_p": null,
"transcript": "ENST00000849072.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": "ENST00000849072.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"hgvs_c": "n.-217G>A",
"hgvs_p": null,
"transcript": "ENST00000565660.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000565660.5"
}
],
"gene_symbol": "ZNF106",
"gene_hgnc_id": 12886,
"dbsnp": "rs201102338",
"frequency_reference_population": 0.0000027368992,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.0000027369,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04412949085235596,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.0607,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.664,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001366845.3",
"gene_symbol": "ZNF106",
"hgnc_id": 12886,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5009G>A",
"hgvs_p": "p.Arg1670Gln"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000849072.1",
"gene_symbol": "ENSG00000310324",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.76C>T",
"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
}