← 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: 19-20949083-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=20949083&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 20949083,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003429.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.569C>T",
"hgvs_p": "p.Thr190Ile",
"transcript": "NM_003429.5",
"protein_id": "NP_003420.2",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 595,
"cds_start": 569,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 2333,
"mane_select": "ENST00000328178.13",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.569C>T",
"hgvs_p": "p.Thr190Ile",
"transcript": "ENST00000328178.13",
"protein_id": "ENSP00000329793.7",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 595,
"cds_start": 569,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 2333,
"mane_select": "NM_003429.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.547C>T",
"hgvs_p": null,
"transcript": "ENST00000596534.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.1038C>T",
"hgvs_p": null,
"transcript": "ENST00000601023.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.659C>T",
"hgvs_p": "p.Thr220Ile",
"transcript": "NM_001256171.2",
"protein_id": "NP_001243100.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 625,
"cds_start": 659,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 2423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.470C>T",
"hgvs_p": "p.Thr157Ile",
"transcript": "ENST00000345030.6",
"protein_id": "ENSP00000342340.5",
"transcript_support_level": 5,
"aa_start": 157,
"aa_end": null,
"aa_length": 562,
"cds_start": 470,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 1689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"transcript": "NM_001256173.2",
"protein_id": "NP_001243102.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 531,
"cds_start": 377,
"cds_end": null,
"cds_length": 1596,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 2206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.377C>T",
"hgvs_p": "p.Thr126Ile",
"transcript": "ENST00000599885.1",
"protein_id": "ENSP00000470667.1",
"transcript_support_level": 4,
"aa_start": 126,
"aa_end": null,
"aa_length": 128,
"cds_start": 377,
"cds_end": null,
"cds_length": 387,
"cdna_start": 539,
"cdna_end": null,
"cdna_length": 549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.704C>T",
"hgvs_p": "p.Thr235Ile",
"transcript": "XM_011528263.3",
"protein_id": "XP_011526565.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 640,
"cds_start": 704,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 2468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.608C>T",
"hgvs_p": "p.Thr203Ile",
"transcript": "XM_047439353.1",
"protein_id": "XP_047295309.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 608,
"cds_start": 608,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 2481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.413C>T",
"hgvs_p": "p.Thr138Ile",
"transcript": "XM_047439354.1",
"protein_id": "XP_047295310.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 543,
"cds_start": 413,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 2079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.392C>T",
"hgvs_p": "p.Thr131Ile",
"transcript": "XM_011528264.1",
"protein_id": "XP_011526566.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 536,
"cds_start": 392,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.338C>T",
"hgvs_p": "p.Thr113Ile",
"transcript": "XM_047439355.1",
"protein_id": "XP_047295311.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 518,
"cds_start": 338,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 2107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.338C>T",
"hgvs_p": "p.Thr113Ile",
"transcript": "XM_047439356.1",
"protein_id": "XP_047295312.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 518,
"cds_start": 338,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.338C>T",
"hgvs_p": "p.Thr113Ile",
"transcript": "XM_047439357.1",
"protein_id": "XP_047295313.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 518,
"cds_start": 338,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.338C>T",
"hgvs_p": "p.Thr113Ile",
"transcript": "XM_047439358.1",
"protein_id": "XP_047295314.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 518,
"cds_start": 338,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 375,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.338C>T",
"hgvs_p": "p.Thr113Ile",
"transcript": "XM_047439359.1",
"protein_id": "XP_047295315.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 518,
"cds_start": 338,
"cds_end": null,
"cds_length": 1557,
"cdna_start": 429,
"cdna_end": null,
"cdna_length": 2043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.492C>T",
"hgvs_p": null,
"transcript": "ENST00000595742.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.488C>T",
"hgvs_p": null,
"transcript": "ENST00000598862.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "n.416C>T",
"hgvs_p": null,
"transcript": "ENST00000599064.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298806",
"gene_hgnc_id": null,
"hgvs_c": "n.278+22295G>A",
"hgvs_p": null,
"transcript": "ENST00000758057.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.*190C>T",
"hgvs_p": null,
"transcript": "ENST00000601924.5",
"protein_id": "ENSP00000471286.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": -4,
"cds_end": null,
"cds_length": 358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"hgvs_c": "c.*363C>T",
"hgvs_p": null,
"transcript": "ENST00000597314.5",
"protein_id": "ENSP00000471467.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 62,
"cds_start": -4,
"cds_end": null,
"cds_length": 189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZNF85",
"gene_hgnc_id": 13160,
"dbsnp": "rs761785835",
"frequency_reference_population": 6.842407e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84241e-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.07738709449768066,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.021,
"revel_prediction": "Benign",
"alphamissense_score": 0.1514,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.863,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003429.5",
"gene_symbol": "ZNF85",
"hgnc_id": 13160,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.569C>T",
"hgvs_p": "p.Thr190Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000758057.1",
"gene_symbol": "ENSG00000298806",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.278+22295G>A",
"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
}