← 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: 1-113830002-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=113830002&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 113830002,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000359785.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln",
"transcript": "ENST00000359785.10",
"protein_id": "ENSP00000352833.5",
"transcript_support_level": 1,
"aa_start": 694,
"aa_end": null,
"aa_length": 807,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln",
"transcript": "ENST00000420377.6",
"protein_id": "ENSP00000388229.2",
"transcript_support_level": 1,
"aa_start": 694,
"aa_end": null,
"aa_length": 795,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2388,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Pro670Gln",
"transcript": "ENST00000538253.5",
"protein_id": "ENSP00000439372.2",
"transcript_support_level": 1,
"aa_start": 670,
"aa_end": null,
"aa_length": 783,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2139,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1916C>A",
"hgvs_p": "p.Pro639Gln",
"transcript": "ENST00000528414.5",
"protein_id": "ENSP00000435176.1",
"transcript_support_level": 1,
"aa_start": 639,
"aa_end": null,
"aa_length": 752,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 1991,
"cdna_end": null,
"cdna_length": 3424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1700C>A",
"hgvs_p": "p.Pro567Gln",
"transcript": "ENST00000525799.1",
"protein_id": "ENSP00000432674.1",
"transcript_support_level": 1,
"aa_start": 567,
"aa_end": null,
"aa_length": 668,
"cds_start": 1700,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 1789,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.469-10348C>A",
"hgvs_p": null,
"transcript": "ENST00000460620.5",
"protein_id": "ENSP00000433141.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln",
"transcript": "NM_015967.8",
"protein_id": "NP_057051.4",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 807,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2170,
"cdna_end": null,
"cdna_length": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Pro670Gln",
"transcript": "NM_001308297.2",
"protein_id": "NP_001295226.2",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 783,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2098,
"cdna_end": null,
"cdna_length": 3535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1997C>A",
"hgvs_p": "p.Pro666Gln",
"transcript": "NM_001193431.3",
"protein_id": "NP_001180360.2",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 779,
"cds_start": 1997,
"cds_end": null,
"cds_length": 2340,
"cdna_start": 2086,
"cdna_end": null,
"cdna_length": 3523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1916C>A",
"hgvs_p": "p.Pro639Gln",
"transcript": "NM_012411.6",
"protein_id": "NP_036543.5",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 752,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 2005,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2003C>A",
"hgvs_p": "p.Pro668Gln",
"transcript": "XM_011541221.2",
"protein_id": "XP_011539523.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 781,
"cds_start": 2003,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 2139,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln",
"transcript": "XM_011541222.2",
"protein_id": "XP_011539524.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 773,
"cds_start": 2081,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 3623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1931C>A",
"hgvs_p": "p.Pro644Gln",
"transcript": "XM_047417630.1",
"protein_id": "XP_047273586.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 757,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2067,
"cdna_end": null,
"cdna_length": 3504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1925C>A",
"hgvs_p": "p.Pro642Gln",
"transcript": "XM_047417631.1",
"protein_id": "XP_047273587.1",
"transcript_support_level": null,
"aa_start": 642,
"aa_end": null,
"aa_length": 755,
"cds_start": 1925,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 2061,
"cdna_end": null,
"cdna_length": 3498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1919C>A",
"hgvs_p": "p.Pro640Gln",
"transcript": "XM_047417632.1",
"protein_id": "XP_047273588.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 753,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 2055,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.2009C>A",
"hgvs_p": "p.Pro670Gln",
"transcript": "XM_011541225.3",
"protein_id": "XP_011539527.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 749,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 2145,
"cdna_end": null,
"cdna_length": 3551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.1736C>A",
"hgvs_p": "p.Pro579Gln",
"transcript": "XM_017001005.3",
"protein_id": "XP_016856494.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 692,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 2074,
"cdna_end": null,
"cdna_length": 3511,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "n.*1359C>A",
"hgvs_p": null,
"transcript": "ENST00000532224.5",
"protein_id": "ENSP00000431249.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": 2421,
"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": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "n.*1359C>A",
"hgvs_p": null,
"transcript": "ENST00000532224.5",
"protein_id": "ENSP00000431249.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": 2421,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.419-1760G>T",
"hgvs_p": null,
"transcript": "ENST00000664434.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": 802,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.440+14530G>T",
"hgvs_p": null,
"transcript": "ENST00000717022.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": 1566,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.383+14530G>T",
"hgvs_p": null,
"transcript": "ENST00000836797.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": 681,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.414+14530G>T",
"hgvs_p": null,
"transcript": "NR_125965.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": 1902,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"hgvs_c": "c.*1583C>A",
"hgvs_p": null,
"transcript": "XM_011541223.3",
"protein_id": "XP_011539525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 715,
"cds_start": -4,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PTPN22",
"gene_hgnc_id": 9652,
"dbsnp": "rs147233796",
"frequency_reference_population": 0.0000049794658,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000481257,
"gnomad_genomes_af": 0.00000657575,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5307988524436951,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.298,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.352,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.629,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000359785.10",
"gene_symbol": "PTPN22",
"hgnc_id": 9652,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.2081C>A",
"hgvs_p": "p.Pro694Gln"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_125965.1",
"gene_symbol": "AP4B1-AS1",
"hgnc_id": 44114,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.414+14530G>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}