← 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: 11-57600288-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 57600288,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000278407.9",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "NM_000062.3",
          "protein_id": "NP_000053.2",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 1830,
          "mane_select": "ENST00000278407.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000278407.9",
          "protein_id": "ENSP00000278407.4",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 1830,
          "mane_select": "NM_000062.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000619430.2",
          "protein_id": "ENSP00000478572.2",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.52-1747A>C",
          "hgvs_p": null,
          "transcript": "ENST00000531133.5",
          "protein_id": "ENSP00000435431.1",
          "transcript_support_level": 1,
          "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": 1004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.52-1747A>C",
          "hgvs_p": null,
          "transcript": "ENST00000531797.5",
          "protein_id": "ENSP00000432554.1",
          "transcript_support_level": 1,
          "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": 907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.563A>C",
          "hgvs_p": "p.Tyr188Ser",
          "transcript": "ENST00000403558.1",
          "protein_id": "ENSP00000384420.1",
          "transcript_support_level": 5,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 929,
          "cdna_end": null,
          "cdna_length": 2231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.476A>C",
          "hgvs_p": "p.Tyr159Ser",
          "transcript": "ENST00000378323.8",
          "protein_id": "ENSP00000367574.4",
          "transcript_support_level": 2,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 505,
          "cds_start": 476,
          "cds_end": null,
          "cds_length": 1518,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 1733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "NM_001032295.2",
          "protein_id": "NP_001027466.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 1830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000676670.1",
          "protein_id": "ENSP00000504807.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 548,
          "cdna_end": null,
          "cdna_length": 2084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000677625.1",
          "protein_id": "ENSP00000502857.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 548,
          "cdna_end": null,
          "cdna_length": 1786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000340687.10",
          "protein_id": "ENSP00000341861.6",
          "transcript_support_level": 5,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 463,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 1392,
          "cdna_start": 523,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.305A>C",
          "hgvs_p": "p.Tyr102Ser",
          "transcript": "ENST00000378324.6",
          "protein_id": "ENSP00000367575.2",
          "transcript_support_level": 2,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 448,
          "cds_start": 305,
          "cds_end": null,
          "cds_length": 1347,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 1751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser",
          "transcript": "ENST00000405496.5",
          "protein_id": "ENSP00000384561.1",
          "transcript_support_level": 4,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": 461,
          "cds_end": null,
          "cds_length": 481,
          "cdna_start": 628,
          "cdna_end": null,
          "cdna_length": 648,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.1543A>C",
          "hgvs_p": null,
          "transcript": "ENST00000676741.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": 2849,
          "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": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.448A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677275.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": 2359,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.461A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677624.1",
          "protein_id": "ENSP00000503979.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": 2011,
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.520A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677856.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": 2019,
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.461A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677915.1",
          "protein_id": "ENSP00000503118.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": 1468,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.461A>C",
          "hgvs_p": null,
          "transcript": "ENST00000678592.1",
          "protein_id": "ENSP00000504424.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": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.58+1960A>C",
          "hgvs_p": null,
          "transcript": "ENST00000528996.2",
          "protein_id": "ENSP00000431226.2",
          "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": 841,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.52-1747A>C",
          "hgvs_p": null,
          "transcript": "ENST00000531605.2",
          "protein_id": "ENSP00000503752.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": 1723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "n.52-1747A>C",
          "hgvs_p": null,
          "transcript": "ENST00000678533.1",
          "protein_id": "ENSP00000503873.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": 1772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SERPING1",
          "gene_hgnc_id": 1228,
          "hgvs_c": "c.*196A>C",
          "hgvs_p": null,
          "transcript": "ENST00000457869.1",
          "protein_id": "ENSP00000399746.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 121,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 367,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SERPING1",
      "gene_hgnc_id": 1228,
      "dbsnp": "rs281875168",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9816232919692993,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.03999999910593033,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.892,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5074,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.51,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.313,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "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": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000278407.9",
          "gene_symbol": "SERPING1",
          "hgnc_id": 1228,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.461A>C",
          "hgvs_p": "p.Tyr154Ser"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}