← 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: 12-65308634-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 65308634,
      "ref": "C",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "ENST00000308259.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "NM_001031679.3",
          "protein_id": "NP_001026849.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 289,
          "cdna_end": null,
          "cdna_length": 4377,
          "mane_select": "ENST00000308259.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000308259.10",
          "protein_id": "ENSP00000312274.6",
          "transcript_support_level": 1,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 289,
          "cdna_end": null,
          "cdna_length": 4377,
          "mane_select": "NM_001031679.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000535664.5",
          "protein_id": "ENSP00000441650.1",
          "transcript_support_level": 1,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 394,
          "cdna_end": null,
          "cdna_length": 964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.98-18192C>T",
          "hgvs_p": null,
          "transcript": "ENST00000355192.8",
          "protein_id": "ENSP00000347324.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "NM_001193460.2",
          "protein_id": "NP_001180389.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 4541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "NM_001193461.2",
          "protein_id": "NP_001180390.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 221,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000614640.4",
          "protein_id": "ENSP00000481483.1",
          "transcript_support_level": 3,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 191,
          "cdna_end": null,
          "cdna_length": 4270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000642404.1",
          "protein_id": "ENSP00000496008.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 303,
          "cdna_end": null,
          "cdna_length": 4352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000642411.1",
          "protein_id": "ENSP00000494265.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 416,
          "cdna_end": null,
          "cdna_length": 973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000646299.1",
          "protein_id": "ENSP00000494941.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 532,
          "cdna_end": null,
          "cdna_length": 4571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000535239.5",
          "protein_id": "ENSP00000445843.1",
          "transcript_support_level": 3,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 494,
          "cdna_start": 191,
          "cdna_end": null,
          "cdna_length": 630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "ENST00000538045.5",
          "protein_id": "ENSP00000442620.1",
          "transcript_support_level": 4,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 352,
          "cdna_start": 230,
          "cdna_end": null,
          "cdna_length": 527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "XM_024448918.2",
          "protein_id": "XP_024304686.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 666,
          "cdna_end": null,
          "cdna_length": 4754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "XM_024448919.2",
          "protein_id": "XP_024304687.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 385,
          "cdna_end": null,
          "cdna_length": 4473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "XM_024448920.1",
          "protein_id": "XP_024304688.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 395,
          "cdna_end": null,
          "cdna_length": 4483,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*",
          "transcript": "XM_024448921.2",
          "protein_id": "XP_024304689.1",
          "transcript_support_level": null,
          "aa_start": 19,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 55,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 667,
          "cdna_end": null,
          "cdna_length": 4755,
          "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": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "n.268C>T",
          "hgvs_p": null,
          "transcript": "ENST00000538725.1",
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "n.*68C>T",
          "hgvs_p": null,
          "transcript": "ENST00000541897.5",
          "protein_id": "ENSP00000445051.1",
          "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": 489,
          "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": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "n.395C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645872.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": 754,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "n.*68C>T",
          "hgvs_p": null,
          "transcript": "ENST00000541897.5",
          "protein_id": "ENSP00000445051.1",
          "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": 489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.98-18192C>T",
          "hgvs_p": null,
          "transcript": "NM_198080.4",
          "protein_id": "NP_932346.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.122-18192C>T",
          "hgvs_p": null,
          "transcript": "ENST00000541189.5",
          "protein_id": "ENSP00000440722.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 173,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": "MSRB3",
          "gene_hgnc_id": 27375,
          "hgvs_c": "c.98-18192C>T",
          "hgvs_p": null,
          "transcript": "ENST00000540804.5",
          "protein_id": "ENSP00000437623.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 160,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MSRB3",
      "gene_hgnc_id": 27375,
      "dbsnp": "rs149258390",
      "frequency_reference_population": 0.000012391927,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 20,
      "gnomad_exomes_af": 0.0000109465,
      "gnomad_genomes_af": 0.0000262633,
      "gnomad_exomes_ac": 16,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.47999998927116394,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.25999999046325684,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.48,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.051,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.26,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1_Strong,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PVS1_Strong",
            "PM2",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000308259.10",
          "gene_symbol": "MSRB3",
          "hgnc_id": 27375,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.55C>T",
          "hgvs_p": "p.Arg19*"
        }
      ],
      "clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 74",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Autosomal recessive nonsyndromic hearing loss 74",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}