← 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: 19-7646312-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7646312&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7646312,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006949.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474Cys",
"transcript": "NM_006949.4",
"protein_id": "NP_008880.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 593,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1460,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": "ENST00000221283.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474Cys",
"transcript": "ENST00000221283.10",
"protein_id": "ENSP00000221283.4",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 593,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1460,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": "NM_006949.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Cys",
"transcript": "ENST00000414284.6",
"protein_id": "ENSP00000409471.1",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 590,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1434,
"cdna_end": null,
"cdna_length": 1859,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000597068.5",
"protein_id": "ENSP00000471327.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": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268400",
"gene_hgnc_id": null,
"hgvs_c": "n.*1523C>T",
"hgvs_p": null,
"transcript": "ENST00000698368.1",
"protein_id": "ENSP00000513686.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": 1975,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.*168C>T",
"hgvs_p": null,
"transcript": "ENST00000597068.5",
"protein_id": "ENSP00000471327.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": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268400",
"gene_hgnc_id": null,
"hgvs_c": "n.*1523C>T",
"hgvs_p": null,
"transcript": "ENST00000698368.1",
"protein_id": "ENSP00000513686.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": 1975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1453C>T",
"hgvs_p": "p.Arg485Cys",
"transcript": "NM_001272034.2",
"protein_id": "NP_001258963.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 604,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 1918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1453C>T",
"hgvs_p": "p.Arg485Cys",
"transcript": "ENST00000441779.6",
"protein_id": "ENSP00000413606.2",
"transcript_support_level": 2,
"aa_start": 485,
"aa_end": null,
"aa_length": 604,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Cys",
"transcript": "NM_001127396.3",
"protein_id": "NP_001120868.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 590,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 1876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1324C>T",
"hgvs_p": "p.Arg442Cys",
"transcript": "NM_001414484.1",
"protein_id": "NP_001401413.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 561,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1562,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474Cys",
"transcript": "ENST00000600702.6",
"protein_id": "ENSP00000471737.2",
"transcript_support_level": 2,
"aa_start": 474,
"aa_end": null,
"aa_length": 525,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1440,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "c.25C>T",
"hgvs_p": "p.Arg9Cys",
"transcript": "ENST00000602355.1",
"protein_id": "ENSP00000473406.1",
"transcript_support_level": 2,
"aa_start": 9,
"aa_end": null,
"aa_length": 128,
"cds_start": 25,
"cds_end": null,
"cds_length": 387,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 716,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.578C>T",
"hgvs_p": null,
"transcript": "ENST00000593854.5",
"protein_id": null,
"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": 704,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.414C>T",
"hgvs_p": null,
"transcript": "ENST00000595800.1",
"protein_id": null,
"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": 1974,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268400",
"gene_hgnc_id": null,
"hgvs_c": "n.*1374C>T",
"hgvs_p": null,
"transcript": "ENST00000595866.2",
"protein_id": "ENSP00000469553.2",
"transcript_support_level": 5,
"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": 1782,
"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": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.420C>T",
"hgvs_p": null,
"transcript": "ENST00000599400.1",
"protein_id": "ENSP00000473040.1",
"transcript_support_level": 5,
"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": 811,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.175C>T",
"hgvs_p": null,
"transcript": "ENST00000601061.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": 706,
"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": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.2570C>T",
"hgvs_p": null,
"transcript": "ENST00000698369.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": 2812,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.*327C>T",
"hgvs_p": null,
"transcript": "ENST00000698371.1",
"protein_id": "ENSP00000513688.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": 1160,
"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": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.1435C>T",
"hgvs_p": null,
"transcript": "NR_073560.2",
"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": 1860,
"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": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268400",
"gene_hgnc_id": null,
"hgvs_c": "n.*1374C>T",
"hgvs_p": null,
"transcript": "ENST00000595866.2",
"protein_id": "ENSP00000469553.2",
"transcript_support_level": 5,
"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": 1782,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.*327C>T",
"hgvs_p": null,
"transcript": "ENST00000698371.1",
"protein_id": "ENSP00000513688.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": 1160,
"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": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"hgvs_c": "n.*644-850C>T",
"hgvs_p": null,
"transcript": "ENST00000599737.5",
"protein_id": "ENSP00000471585.1",
"transcript_support_level": 5,
"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": 1523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STXBP2",
"gene_hgnc_id": 11445,
"dbsnp": "rs759586229",
"frequency_reference_population": 0.000032903274,
"hom_count_reference_population": 0,
"allele_count_reference_population": 53,
"gnomad_exomes_af": 0.0000335939,
"gnomad_genomes_af": 0.0000262843,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7126566767692566,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.816,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9276,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.779,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_006949.4",
"gene_symbol": "STXBP2",
"hgnc_id": 11445,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474Cys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000698368.1",
"gene_symbol": "ENSG00000268400",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1523C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Familial hemophagocytic lymphohistiocytosis 5",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Familial hemophagocytic lymphohistiocytosis 5",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}