← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-51919062-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 51919062,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000388922.9",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "NM_000020.3",
          "protein_id": "NP_000011.2",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1521,
          "cdna_end": null,
          "cdna_length": 4177,
          "mane_select": "ENST00000388922.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "ENST00000388922.9",
          "protein_id": "ENSP00000373574.4",
          "transcript_support_level": 1,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1521,
          "cdna_end": null,
          "cdna_length": 4177,
          "mane_select": "NM_000020.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1366G>A",
          "hgvs_p": "p.Val456Met",
          "transcript": "ENST00000550683.5",
          "protein_id": "ENSP00000447884.1",
          "transcript_support_level": 1,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1366,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1467,
          "cdna_end": null,
          "cdna_length": 4121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "ENST00000551576.6",
          "protein_id": "ENSP00000455848.2",
          "transcript_support_level": 1,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1614,
          "cdna_end": null,
          "cdna_length": 4270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "NM_001077401.2",
          "protein_id": "NP_001070869.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1416,
          "cdna_end": null,
          "cdna_length": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "NM_001406487.1",
          "protein_id": "NP_001393416.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 4234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "NM_001406488.1",
          "protein_id": "NP_001393417.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1521,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "NM_001406489.1",
          "protein_id": "NP_001393418.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1416,
          "cdna_end": null,
          "cdna_length": 2341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "ENST00000552678.2",
          "protein_id": "ENSP00000457394.2",
          "transcript_support_level": 2,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": 1404,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1219G>A",
          "hgvs_p": "p.Val407Met",
          "transcript": "ENST00000713619.1",
          "protein_id": "ENSP00000518916.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 1219,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 1423,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1168G>A",
          "hgvs_p": "p.Val390Met",
          "transcript": "NM_001406490.1",
          "protein_id": "NP_001393419.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 1168,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 1260,
          "cdna_end": null,
          "cdna_length": 3916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1054G>A",
          "hgvs_p": "p.Val352Met",
          "transcript": "ENST00000547400.6",
          "protein_id": "ENSP00000446724.2",
          "transcript_support_level": 3,
          "aa_start": 352,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 1054,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 1158,
          "cdna_end": null,
          "cdna_length": 1346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1012G>A",
          "hgvs_p": "p.Val338Met",
          "transcript": "NM_001406491.1",
          "protein_id": "NP_001393420.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1012,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1209,
          "cdna_end": null,
          "cdna_length": 3865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1012G>A",
          "hgvs_p": "p.Val338Met",
          "transcript": "NM_001406492.1",
          "protein_id": "NP_001393421.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1012,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 3760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1012G>A",
          "hgvs_p": "p.Val338Met",
          "transcript": "NM_001406493.1",
          "protein_id": "NP_001393422.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 1012,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1104,
          "cdna_end": null,
          "cdna_length": 2029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.814G>A",
          "hgvs_p": "p.Val272Met",
          "transcript": "NM_001406494.1",
          "protein_id": "NP_001393423.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": 906,
          "cdna_end": null,
          "cdna_length": 3562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.802G>A",
          "hgvs_p": "p.Val268Met",
          "transcript": "ENST00000419526.6",
          "protein_id": "ENSP00000392492.2",
          "transcript_support_level": 2,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 329,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 990,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 1356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.760G>A",
          "hgvs_p": "p.Val254Met",
          "transcript": "NM_001406495.1",
          "protein_id": "NP_001393424.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 315,
          "cds_start": 760,
          "cds_end": null,
          "cds_length": 948,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 3508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met",
          "transcript": "XM_047429901.1",
          "protein_id": "XP_047285857.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1324,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": 1588,
          "cdna_end": null,
          "cdna_length": 4244,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "n.599G>A",
          "hgvs_p": null,
          "transcript": "ENST00000547632.1",
          "protein_id": null,
          "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": 857,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "n.*552G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713618.1",
          "protein_id": "ENSP00000518915.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": 2346,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ACVRL1",
          "gene_hgnc_id": 175,
          "hgvs_c": "n.*552G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713618.1",
          "protein_id": "ENSP00000518915.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": 2346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ACVRL1",
      "gene_hgnc_id": 175,
      "dbsnp": "rs1085307421",
      "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.9523320198059082,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.17000000178813934,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.596,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9005,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.29,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.17,
      "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,PP2,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000388922.9",
          "gene_symbol": "ACVRL1",
          "hgnc_id": 175,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1324G>A",
          "hgvs_p": "p.Val442Met"
        }
      ],
      "clinvar_disease": " hereditary hemorrhagic, type 2,Pulmonary arterial hypertension related to hereditary hemorrhagic telangiectasia,Telangiectasia,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:1 US:1",
      "phenotype_combined": "Pulmonary arterial hypertension related to hereditary hemorrhagic telangiectasia|not provided|Telangiectasia, hereditary hemorrhagic, type 2",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}