← 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-89561052-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 89561052,
      "ref": "T",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "NM_000977.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "NM_000977.4",
          "protein_id": "NP_000968.2",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000311528.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000977.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000311528.10",
          "protein_id": "ENSP00000307889.5",
          "transcript_support_level": 1,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000977.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000311528.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000393099.4",
          "protein_id": "ENSP00000376811.3",
          "transcript_support_level": 1,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393099.4"
        },
        {
          "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": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.144T>G",
          "hgvs_p": null,
          "transcript": "ENST00000487034.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": "ENST00000487034.5"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.93T>G",
          "hgvs_p": null,
          "transcript": "ENST00000562879.5",
          "protein_id": "ENSP00000457174.1",
          "transcript_support_level": 1,
          "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": "ENST00000562879.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "NM_033251.2",
          "protein_id": "NP_150254.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_033251.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000567815.5",
          "protein_id": "ENSP00000455009.1",
          "transcript_support_level": 3,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000567815.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000902246.1",
          "protein_id": "ENSP00000572305.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902246.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935774.1",
          "protein_id": "ENSP00000605833.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935774.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935779.1",
          "protein_id": "ENSP00000605838.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935779.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000971043.1",
          "protein_id": "ENSP00000641102.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971043.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000902248.1",
          "protein_id": "ENSP00000572307.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902248.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935773.1",
          "protein_id": "ENSP00000605832.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935773.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000902247.1",
          "protein_id": "ENSP00000572306.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 205,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902247.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000902249.1",
          "protein_id": "ENSP00000572308.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 205,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902249.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935776.1",
          "protein_id": "ENSP00000605835.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 205,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935776.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935777.1",
          "protein_id": "ENSP00000605836.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935777.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000971042.1",
          "protein_id": "ENSP00000641101.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971042.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935775.1",
          "protein_id": "ENSP00000605834.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935775.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "NM_001243131.1",
          "protein_id": "NP_001230060.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243131.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000452368.7",
          "protein_id": "ENSP00000438959.2",
          "transcript_support_level": 2,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452368.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935780.1",
          "protein_id": "ENSP00000605839.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 162,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935780.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935772.1",
          "protein_id": "ENSP00000605831.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 153,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935772.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000935778.1",
          "protein_id": "ENSP00000605837.1",
          "transcript_support_level": null,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 145,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935778.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg",
          "transcript": "ENST00000467736.5",
          "protein_id": "ENSP00000464612.1",
          "transcript_support_level": 3,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 125,
          "cds_start": 93,
          "cds_end": null,
          "cds_length": 379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000467736.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "c.-358-175T>G",
          "hgvs_p": null,
          "transcript": "ENST00000563270.5",
          "protein_id": "ENSP00000457686.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 53,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 164,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000563270.5"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.149T>G",
          "hgvs_p": null,
          "transcript": "ENST00000399461.8",
          "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": "ENST00000399461.8"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.147T>G",
          "hgvs_p": null,
          "transcript": "ENST00000484610.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": "retained_intron",
          "feature": "ENST00000484610.5"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.149T>G",
          "hgvs_p": null,
          "transcript": "ENST00000491523.5",
          "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": "retained_intron",
          "feature": "ENST00000491523.5"
        },
        {
          "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": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.376T>G",
          "hgvs_p": null,
          "transcript": "ENST00000563749.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "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": "ENST00000563749.1"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL13",
          "gene_hgnc_id": 10303,
          "hgvs_c": "n.143T>G",
          "hgvs_p": null,
          "transcript": "ENST00000565571.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": "ENST00000565571.5"
        }
      ],
      "gene_symbol": "RPL13",
      "gene_hgnc_id": 10303,
      "dbsnp": "rs2280370",
      "frequency_reference_population": 0.19132356,
      "hom_count_reference_population": 30603,
      "allele_count_reference_population": 307077,
      "gnomad_exomes_af": 0.189778,
      "gnomad_genomes_af": 0.206078,
      "gnomad_exomes_ac": 275719,
      "gnomad_genomes_ac": 31358,
      "gnomad_exomes_homalt": 27136,
      "gnomad_genomes_homalt": 3467,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7200000286102295,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.72,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.289,
      "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": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_000977.4",
          "gene_symbol": "RPL13",
          "hgnc_id": 10303,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.93T>G",
          "hgvs_p": "p.Arg31Arg"
        }
      ],
      "clinvar_disease": " Isidor-Toutain type,Spondyloepimetaphyseal dysplasia,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "Spondyloepimetaphyseal dysplasia, Isidor-Toutain type|not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}