← 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: 10-101019135-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 101019135,
      "ref": "G",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "ENST00000619208.6",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "NM_001195263.2",
          "protein_id": "NP_001182192.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": "ENST00000619208.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "ENST00000619208.6",
          "protein_id": "ENSP00000480489.1",
          "transcript_support_level": 5,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": "NM_001195263.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "NM_001437429.1",
          "protein_id": "NP_001424358.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 4109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "ENST00000645349.1",
          "protein_id": "ENSP00000495283.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1208,
          "cdna_end": null,
          "cdna_length": 2126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "ENST00000644782.1",
          "protein_id": "ENSP00000496747.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "NM_001351044.2",
          "protein_id": "NP_001337973.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2012,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "NM_024895.5",
          "protein_id": "NP_079171.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 1984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "ENST00000370215.7",
          "protein_id": "ENSP00000359234.3",
          "transcript_support_level": 2,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1237,
          "cdna_end": null,
          "cdna_length": 2032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_011540177.4",
          "protein_id": "XP_011538479.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 1406,
          "cdna_end": null,
          "cdna_length": 4285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_047425767.1",
          "protein_id": "XP_047281723.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": 1794,
          "cdna_end": null,
          "cdna_length": 4673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_047425768.1",
          "protein_id": "XP_047281724.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 697,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 2094,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_011540179.4",
          "protein_id": "XP_011538481.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_017016667.3",
          "protein_id": "XP_016872156.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_047425769.1",
          "protein_id": "XP_047281725.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1406,
          "cdna_end": null,
          "cdna_length": 2586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_005270165.4",
          "protein_id": "XP_005270222.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_011540181.4",
          "protein_id": "XP_011538483.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 1981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_011540183.4",
          "protein_id": "XP_011538485.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 1911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_017016668.3",
          "protein_id": "XP_016872157.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*",
          "transcript": "XM_047425771.1",
          "protein_id": "XP_047281727.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1011,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1406,
          "cdna_end": null,
          "cdna_length": 2157,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "n.*1189C>A",
          "hgvs_p": null,
          "transcript": "ENST00000474125.7",
          "protein_id": "ENSP00000474447.1",
          "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": 4306,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "n.1233C>A",
          "hgvs_p": null,
          "transcript": "XR_945816.4",
          "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": 1956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDZD7",
          "gene_hgnc_id": 26257,
          "hgvs_c": "n.*1189C>A",
          "hgvs_p": null,
          "transcript": "ENST00000474125.7",
          "protein_id": "ENSP00000474447.1",
          "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": 4306,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PDZD7",
      "gene_hgnc_id": 26257,
      "dbsnp": "rs34705415",
      "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.3100000023841858,
      "computational_prediction_selected": "Pathogenic",
      "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.31,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 0.537,
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000619208.6",
          "gene_symbol": "PDZD7",
          "hgnc_id": 26257,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.1011C>A",
          "hgvs_p": "p.Tyr337*"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}