← 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-30688470-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 30688470,
      "ref": "C",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "ENST00000295754.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1483C>T",
          "hgvs_p": "p.Arg495*",
          "transcript": "NM_003242.6",
          "protein_id": "NP_003233.4",
          "transcript_support_level": null,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1483,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1766,
          "cdna_end": null,
          "cdna_length": 4530,
          "mane_select": "ENST00000295754.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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1483C>T",
          "hgvs_p": "p.Arg495*",
          "transcript": "ENST00000295754.10",
          "protein_id": "ENSP00000295754.5",
          "transcript_support_level": 1,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1483,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1766,
          "cdna_end": null,
          "cdna_length": 4530,
          "mane_select": "NM_003242.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1558C>T",
          "hgvs_p": "p.Arg520*",
          "transcript": "ENST00000359013.4",
          "protein_id": "ENSP00000351905.4",
          "transcript_support_level": 1,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1558,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1841,
          "cdna_end": null,
          "cdna_length": 4605,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1666C>T",
          "hgvs_p": "p.Arg556*",
          "transcript": "NM_001407126.1",
          "protein_id": "NP_001394055.1",
          "transcript_support_level": null,
          "aa_start": 556,
          "aa_end": null,
          "aa_length": 628,
          "cds_start": 1666,
          "cds_end": null,
          "cds_length": 1887,
          "cdna_start": 1949,
          "cdna_end": null,
          "cdna_length": 4713,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1591C>T",
          "hgvs_p": "p.Arg531*",
          "transcript": "NM_001407127.1",
          "protein_id": "NP_001394056.1",
          "transcript_support_level": null,
          "aa_start": 531,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": 1591,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": 1874,
          "cdna_end": null,
          "cdna_length": 4638,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1558C>T",
          "hgvs_p": "p.Arg520*",
          "transcript": "NM_001024847.3",
          "protein_id": "NP_001020018.1",
          "transcript_support_level": null,
          "aa_start": 520,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 1558,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1841,
          "cdna_end": null,
          "cdna_length": 4605,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1510C>T",
          "hgvs_p": "p.Arg504*",
          "transcript": "NM_001407128.1",
          "protein_id": "NP_001394057.1",
          "transcript_support_level": null,
          "aa_start": 504,
          "aa_end": null,
          "aa_length": 576,
          "cds_start": 1510,
          "cds_end": null,
          "cds_length": 1731,
          "cdna_start": 2035,
          "cdna_end": null,
          "cdna_length": 4799,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1486C>T",
          "hgvs_p": "p.Arg496*",
          "transcript": "NM_001407129.1",
          "protein_id": "NP_001394058.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1486,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 1735,
          "cdna_end": null,
          "cdna_length": 4499,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1480C>T",
          "hgvs_p": "p.Arg494*",
          "transcript": "NM_001407130.1",
          "protein_id": "NP_001394059.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1480,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": 1763,
          "cdna_end": null,
          "cdna_length": 4527,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1456C>T",
          "hgvs_p": "p.Arg486*",
          "transcript": "ENST00000714391.1",
          "protein_id": "ENSP00000519658.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 1456,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": 1563,
          "cdna_end": null,
          "cdna_length": 4291,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "NM_001407132.1",
          "protein_id": "NP_001394061.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1627,
          "cdna_end": null,
          "cdna_length": 4391,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "NM_001407133.1",
          "protein_id": "NP_001394062.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1944,
          "cdna_end": null,
          "cdna_length": 4708,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "NM_001407134.1",
          "protein_id": "NP_001394063.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1822,
          "cdna_end": null,
          "cdna_length": 4586,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "NM_001407135.1",
          "protein_id": "NP_001394064.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1869,
          "cdna_end": null,
          "cdna_length": 4633,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "NM_001407136.1",
          "protein_id": "NP_001394065.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 4718,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "ENST00000714389.1",
          "protein_id": "ENSP00000519656.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1500,
          "cdna_end": null,
          "cdna_length": 4261,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1378C>T",
          "hgvs_p": "p.Arg460*",
          "transcript": "ENST00000714390.1",
          "protein_id": "ENSP00000519657.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1378,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1489,
          "cdna_end": null,
          "cdna_length": 4360,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Arg400*",
          "transcript": "NM_001407137.1",
          "protein_id": "NP_001394066.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 472,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 1419,
          "cdna_start": 1481,
          "cdna_end": null,
          "cdna_length": 4245,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Arg375*",
          "transcript": "NM_001407138.1",
          "protein_id": "NP_001394067.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 1406,
          "cdna_end": null,
          "cdna_length": 4170,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.613C>T",
          "hgvs_p": "p.Arg205*",
          "transcript": "NM_001407139.1",
          "protein_id": "NP_001394068.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 613,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 896,
          "cdna_end": null,
          "cdna_length": 3660,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "c.1435C>T",
          "hgvs_p": "p.Arg479*",
          "transcript": "XM_047448787.1",
          "protein_id": "XP_047304743.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1435,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 9189,
          "cdna_end": null,
          "cdna_length": 11953,
          "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": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "n.367C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672050.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": 915,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "n.3079C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672866.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": 5794,
          "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": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "n.361C>T",
          "hgvs_p": null,
          "transcript": "ENST00000673203.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": 2803,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "n.*1212C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714392.1",
          "protein_id": "ENSP00000519659.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": 4525,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TGFBR2",
          "gene_hgnc_id": 11773,
          "hgvs_c": "n.*1212C>T",
          "hgvs_p": null,
          "transcript": "ENST00000714392.1",
          "protein_id": "ENSP00000519659.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": 4525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TGFBR2",
      "gene_hgnc_id": 11773,
      "dbsnp": "rs104893819",
      "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.49000000953674316,
      "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.49,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.462,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000295754.10",
          "gene_symbol": "TGFBR2",
          "hgnc_id": 11773,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1483C>T",
          "hgvs_p": "p.Arg495*"
        }
      ],
      "clinvar_disease": " hereditary nonpolyposis, type 6,Cardiovascular phenotype,Colorectal cancer,Familial thoracic aortic aneurysm and aortic dissection,Loeys-Dietz syndrome,Loeys-Dietz syndrome 2,Malignant tumor of esophagus,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:7",
      "phenotype_combined": "Loeys-Dietz syndrome 2|Loeys-Dietz syndrome|Familial thoracic aortic aneurysm and aortic dissection|not provided|Loeys-Dietz syndrome 2;Malignant tumor of esophagus;Colorectal cancer, hereditary nonpolyposis, type 6|Cardiovascular phenotype",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}