← 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: 14-88610866-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=88610866&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 88610866,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000251038.10",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2130G>A",
          "hgvs_p": "p.Pro710Pro",
          "transcript": "NM_024824.5",
          "protein_id": "NP_079100.2",
          "transcript_support_level": null,
          "aa_start": 710,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 2130,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": 2227,
          "cdna_end": null,
          "cdna_length": 18153,
          "mane_select": "ENST00000251038.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2130G>A",
          "hgvs_p": "p.Pro710Pro",
          "transcript": "ENST00000251038.10",
          "protein_id": "ENSP00000251038.5",
          "transcript_support_level": 1,
          "aa_start": 710,
          "aa_end": null,
          "aa_length": 736,
          "cds_start": 2130,
          "cds_end": null,
          "cds_length": 2211,
          "cdna_start": 2227,
          "cdna_end": null,
          "cdna_length": 18153,
          "mane_select": "NM_024824.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1872G>A",
          "hgvs_p": "p.Pro624Pro",
          "transcript": "ENST00000556000.5",
          "protein_id": "ENSP00000451054.1",
          "transcript_support_level": 1,
          "aa_start": 624,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1872,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1874,
          "cdna_end": null,
          "cdna_length": 2092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1659G>A",
          "hgvs_p": "p.Pro553Pro",
          "transcript": "ENST00000302216.12",
          "protein_id": "ENSP00000307025.8",
          "transcript_support_level": 1,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1659,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1823,
          "cdna_end": null,
          "cdna_length": 2560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1635G>A",
          "hgvs_p": "p.Pro545Pro",
          "transcript": "ENST00000336693.8",
          "protein_id": "ENSP00000338002.4",
          "transcript_support_level": 1,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1635,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1810,
          "cdna_end": null,
          "cdna_length": 2007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.840G>A",
          "hgvs_p": "p.Pro280Pro",
          "transcript": "ENST00000318308.10",
          "protein_id": "ENSP00000327176.6",
          "transcript_support_level": 1,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 840,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 1168,
          "cdna_end": null,
          "cdna_length": 1384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2127G>A",
          "hgvs_p": "p.Pro709Pro",
          "transcript": "NM_001160103.2",
          "protein_id": "NP_001153575.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 2127,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 2224,
          "cdna_end": null,
          "cdna_length": 18150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2115G>A",
          "hgvs_p": "p.Pro705Pro",
          "transcript": "NM_001326310.2",
          "protein_id": "NP_001313239.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 731,
          "cds_start": 2115,
          "cds_end": null,
          "cds_length": 2196,
          "cdna_start": 2212,
          "cdna_end": null,
          "cdna_length": 18138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2112G>A",
          "hgvs_p": "p.Pro704Pro",
          "transcript": "NM_001160104.2",
          "protein_id": "NP_001153576.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2112,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 2209,
          "cdna_end": null,
          "cdna_length": 18135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2112G>A",
          "hgvs_p": "p.Pro704Pro",
          "transcript": "ENST00000555755.5",
          "protein_id": "ENSP00000452475.1",
          "transcript_support_level": 2,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 2112,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 2208,
          "cdna_end": null,
          "cdna_length": 2529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2055G>A",
          "hgvs_p": "p.Pro685Pro",
          "transcript": "NM_001326307.2",
          "protein_id": "NP_001313236.1",
          "transcript_support_level": null,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 2055,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": 2152,
          "cdna_end": null,
          "cdna_length": 18078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2055G>A",
          "hgvs_p": "p.Pro685Pro",
          "transcript": "ENST00000393514.9",
          "protein_id": "ENSP00000377150.5",
          "transcript_support_level": 5,
          "aa_start": 685,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 2055,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": 2055,
          "cdna_end": null,
          "cdna_length": 2195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2052G>A",
          "hgvs_p": "p.Pro684Pro",
          "transcript": "NM_001326296.2",
          "protein_id": "NP_001313225.1",
          "transcript_support_level": null,
          "aa_start": 684,
          "aa_end": null,
          "aa_length": 710,
          "cds_start": 2052,
          "cds_end": null,
          "cds_length": 2133,
          "cdna_start": 2149,
          "cdna_end": null,
          "cdna_length": 18075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2040G>A",
          "hgvs_p": "p.Pro680Pro",
          "transcript": "NM_001326312.2",
          "protein_id": "NP_001313241.1",
          "transcript_support_level": null,
          "aa_start": 680,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 2040,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2137,
          "cdna_end": null,
          "cdna_length": 18063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2037G>A",
          "hgvs_p": "p.Pro679Pro",
          "transcript": "NM_001326299.2",
          "protein_id": "NP_001313228.1",
          "transcript_support_level": null,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 2037,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 2134,
          "cdna_end": null,
          "cdna_length": 18060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2028G>A",
          "hgvs_p": "p.Pro676Pro",
          "transcript": "NM_001326297.2",
          "protein_id": "NP_001313226.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 2028,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 2408,
          "cdna_end": null,
          "cdna_length": 18334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2025G>A",
          "hgvs_p": "p.Pro675Pro",
          "transcript": "NM_001326315.2",
          "protein_id": "NP_001313244.1",
          "transcript_support_level": null,
          "aa_start": 675,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 2025,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": 2405,
          "cdna_end": null,
          "cdna_length": 18331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.2025G>A",
          "hgvs_p": "p.Pro675Pro",
          "transcript": "NM_001326316.2",
          "protein_id": "NP_001313245.1",
          "transcript_support_level": null,
          "aa_start": 675,
          "aa_end": null,
          "aa_length": 701,
          "cds_start": 2025,
          "cds_end": null,
          "cds_length": 2106,
          "cdna_start": 2200,
          "cdna_end": null,
          "cdna_length": 18126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1953G>A",
          "hgvs_p": "p.Pro651Pro",
          "transcript": "NM_001326301.2",
          "protein_id": "NP_001313230.1",
          "transcript_support_level": null,
          "aa_start": 651,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 1953,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 2333,
          "cdna_end": null,
          "cdna_length": 18259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1737G>A",
          "hgvs_p": "p.Pro579Pro",
          "transcript": "NM_001326295.2",
          "protein_id": "NP_001313224.1",
          "transcript_support_level": null,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1737,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 17760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1737G>A",
          "hgvs_p": "p.Pro579Pro",
          "transcript": "ENST00000556945.5",
          "protein_id": "ENSP00000450474.1",
          "transcript_support_level": 5,
          "aa_start": 579,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1737,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1861,
          "cdna_end": null,
          "cdna_length": 2075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1665G>A",
          "hgvs_p": "p.Pro555Pro",
          "transcript": "NM_001326300.2",
          "protein_id": "NP_001313229.1",
          "transcript_support_level": null,
          "aa_start": 555,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 1665,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 2112,
          "cdna_end": null,
          "cdna_length": 18038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1662G>A",
          "hgvs_p": "p.Pro554Pro",
          "transcript": "NM_001326298.2",
          "protein_id": "NP_001313227.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 1662,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 1759,
          "cdna_end": null,
          "cdna_length": 17685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1662G>A",
          "hgvs_p": "p.Pro554Pro",
          "transcript": "NM_001326302.2",
          "protein_id": "NP_001313231.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 1662,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 2109,
          "cdna_end": null,
          "cdna_length": 18035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1659G>A",
          "hgvs_p": "p.Pro553Pro",
          "transcript": "NM_207660.4",
          "protein_id": "NP_997543.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1659,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1756,
          "cdna_end": null,
          "cdna_length": 17682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1635G>A",
          "hgvs_p": "p.Pro545Pro",
          "transcript": "NM_207661.3",
          "protein_id": "NP_997544.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1635,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1810,
          "cdna_end": null,
          "cdna_length": 17736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1590G>A",
          "hgvs_p": "p.Pro530Pro",
          "transcript": "NM_001326305.2",
          "protein_id": "NP_001313234.1",
          "transcript_support_level": null,
          "aa_start": 530,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1590,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": 2037,
          "cdna_end": null,
          "cdna_length": 17963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1587G>A",
          "hgvs_p": "p.Pro529Pro",
          "transcript": "NM_001326314.2",
          "protein_id": "NP_001313243.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1587,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": 2034,
          "cdna_end": null,
          "cdna_length": 17960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1557G>A",
          "hgvs_p": "p.Pro519Pro",
          "transcript": "NM_001326303.2",
          "protein_id": "NP_001313232.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 545,
          "cds_start": 1557,
          "cds_end": null,
          "cds_length": 1638,
          "cdna_start": 1937,
          "cdna_end": null,
          "cdna_length": 17863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1506G>A",
          "hgvs_p": "p.Pro502Pro",
          "transcript": "NM_001326313.2",
          "protein_id": "NP_001313242.1",
          "transcript_support_level": null,
          "aa_start": 502,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1506,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1603,
          "cdna_end": null,
          "cdna_length": 17529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1503G>A",
          "hgvs_p": "p.Pro501Pro",
          "transcript": "NM_001326306.2",
          "protein_id": "NP_001313235.1",
          "transcript_support_level": null,
          "aa_start": 501,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 1503,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1600,
          "cdna_end": null,
          "cdna_length": 17526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1272G>A",
          "hgvs_p": "p.Pro424Pro",
          "transcript": "NM_001326308.2",
          "protein_id": "NP_001313237.1",
          "transcript_support_level": null,
          "aa_start": 424,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1272,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1719,
          "cdna_end": null,
          "cdna_length": 17645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1269G>A",
          "hgvs_p": "p.Pro423Pro",
          "transcript": "NM_001326304.2",
          "protein_id": "NP_001313233.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 449,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1350,
          "cdna_start": 1716,
          "cdna_end": null,
          "cdna_length": 17642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1236G>A",
          "hgvs_p": "p.Pro412Pro",
          "transcript": "ENST00000555900.5",
          "protein_id": "ENSP00000451530.1",
          "transcript_support_level": 5,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 438,
          "cds_start": 1236,
          "cds_end": null,
          "cds_length": 1317,
          "cdna_start": 1548,
          "cdna_end": null,
          "cdna_length": 1762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1197G>A",
          "hgvs_p": "p.Pro399Pro",
          "transcript": "NM_001326309.2",
          "protein_id": "NP_001313238.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 1644,
          "cdna_end": null,
          "cdna_length": 17570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1194G>A",
          "hgvs_p": "p.Pro398Pro",
          "transcript": "NM_001326311.2",
          "protein_id": "NP_001313240.1",
          "transcript_support_level": null,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 1194,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 1641,
          "cdna_end": null,
          "cdna_length": 17567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.1182G>A",
          "hgvs_p": "p.Pro394Pro",
          "transcript": "ENST00000557607.5",
          "protein_id": "ENSP00000452370.1",
          "transcript_support_level": 5,
          "aa_start": 394,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": 1182,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": 1652,
          "cdna_end": null,
          "cdna_length": 1983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.840G>A",
          "hgvs_p": "p.Pro280Pro",
          "transcript": "NM_207662.4",
          "protein_id": "NP_997545.2",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 840,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 1147,
          "cdna_end": null,
          "cdna_length": 17073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.768G>A",
          "hgvs_p": "p.Pro256Pro",
          "transcript": "ENST00000406216.7",
          "protein_id": "ENSP00000384682.3",
          "transcript_support_level": 3,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 768,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 1341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "c.375G>A",
          "hgvs_p": "p.Pro125Pro",
          "transcript": "ENST00000555792.1",
          "protein_id": "ENSP00000450823.1",
          "transcript_support_level": 3,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 375,
          "cds_end": null,
          "cds_length": 456,
          "cdna_start": 375,
          "cdna_end": null,
          "cdna_length": 577,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.973G>A",
          "hgvs_p": null,
          "transcript": "ENST00000554020.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 1193,
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.289G>A",
          "hgvs_p": null,
          "transcript": "ENST00000555851.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 502,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.1415G>A",
          "hgvs_p": null,
          "transcript": "ENST00000557491.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": 2724,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.*1338G>A",
          "hgvs_p": null,
          "transcript": "ENST00000649731.1",
          "protein_id": "ENSP00000497757.1",
          "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": 6188,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.2067G>A",
          "hgvs_p": null,
          "transcript": "NR_136936.2",
          "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": 17993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZC3H14",
          "gene_hgnc_id": 20509,
          "hgvs_c": "n.*1338G>A",
          "hgvs_p": null,
          "transcript": "ENST00000649731.1",
          "protein_id": "ENSP00000497757.1",
          "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": 6188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ZC3H14",
      "gene_hgnc_id": 20509,
      "dbsnp": "rs149865117",
      "frequency_reference_population": 0.000545259,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 880,
      "gnomad_exomes_af": 0.000554093,
      "gnomad_genomes_af": 0.000460332,
      "gnomad_exomes_ac": 810,
      "gnomad_genomes_ac": 70,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.026000000536441803,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.026,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.69,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.801,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BP6,BP7",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000251038.10",
          "gene_symbol": "ZC3H14",
          "hgnc_id": 20509,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.2130G>A",
          "hgvs_p": "p.Pro710Pro"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}