← 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: 3-49358265-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 49358265,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000419783.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "NM_000581.4",
          "protein_id": "NP_000572.2",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": "ENST00000419783.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000419783.3",
          "protein_id": "ENSP00000407375.1",
          "transcript_support_level": 1,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": "NM_000581.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000290318",
          "gene_hgnc_id": null,
          "hgvs_c": "c.465-518G>T",
          "hgvs_p": null,
          "transcript": "ENST00000704381.1",
          "protein_id": "ENSP00000515884.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000703795.1",
          "protein_id": "ENSP00000515480.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 202,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 609,
          "cdna_start": 341,
          "cdna_end": null,
          "cdna_length": 1150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000703796.1",
          "protein_id": "ENSP00000515481.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 573,
          "cdna_start": 20,
          "cdna_end": null,
          "cdna_length": 791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "NM_001329503.2",
          "protein_id": "NP_001316432.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000646881.3",
          "protein_id": "ENSP00000495001.2",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": 113,
          "cdna_end": null,
          "cdna_length": 942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "NM_001329455.2",
          "protein_id": "NP_001316384.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 157,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 474,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000643797.2",
          "protein_id": "ENSP00000495108.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 157,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 474,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704374.1",
          "protein_id": "ENSP00000515879.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 447,
          "cdna_start": 58,
          "cdna_end": null,
          "cdna_length": 703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704378.1",
          "protein_id": "ENSP00000515883.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 124,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 375,
          "cdna_start": 61,
          "cdna_end": null,
          "cdna_length": 683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704356.1",
          "protein_id": "ENSP00000515867.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 122,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 369,
          "cdna_start": 61,
          "cdna_end": null,
          "cdna_length": 625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "NM_001329502.2",
          "protein_id": "NP_001316431.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 104,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 315,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 1040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000496791.3",
          "protein_id": "ENSP00000493593.2",
          "transcript_support_level": 3,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 104,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 315,
          "cdna_start": 61,
          "cdna_end": null,
          "cdna_length": 1012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "NM_201397.3",
          "protein_id": "NP_958799.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 297,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 1178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000419349.3",
          "protein_id": "ENSP00000391316.1",
          "transcript_support_level": 6,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 297,
          "cdna_start": 59,
          "cdna_end": null,
          "cdna_length": 1148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704375.1",
          "protein_id": "ENSP00000515880.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 297,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704376.1",
          "protein_id": "ENSP00000515881.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 51,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 156,
          "cdna_start": 59,
          "cdna_end": null,
          "cdna_length": 462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu",
          "transcript": "ENST00000704377.1",
          "protein_id": "ENSP00000515882.1",
          "transcript_support_level": null,
          "aa_start": 5,
          "aa_end": null,
          "aa_length": 46,
          "cds_start": 14,
          "cds_end": null,
          "cds_length": 141,
          "cdna_start": 61,
          "cdna_end": null,
          "cdna_length": 449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GPX1",
          "gene_hgnc_id": 4553,
          "hgvs_c": "n.14G>T",
          "hgvs_p": null,
          "transcript": "ENST00000703797.1",
          "protein_id": "ENSP00000515482.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": 1080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000290318",
          "gene_hgnc_id": null,
          "hgvs_c": "n.126-518G>T",
          "hgvs_p": null,
          "transcript": "ENST00000704379.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": 697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000290318",
          "gene_hgnc_id": null,
          "hgvs_c": "n.86-518G>T",
          "hgvs_p": null,
          "transcript": "ENST00000704380.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": 657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GPX1",
      "gene_hgnc_id": 4553,
      "dbsnp": "rs8179169",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": 0,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 0,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0794820487499237,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.036,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1488,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.66,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.629,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000419783.3",
          "gene_symbol": "GPX1",
          "hgnc_id": 4553,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.14G>T",
          "hgvs_p": "p.Arg5Leu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000704381.1",
          "gene_symbol": "ENSG00000290318",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.465-518G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}