← 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: 16-31191069-TG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=31191069&ref=TG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 31191069,
"ref": "TG",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_004960.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1504delG",
"hgvs_p": "p.Asp502fs",
"transcript": "NM_004960.4",
"protein_id": "NP_004951.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 526,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000254108.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004960.4"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1504delG",
"hgvs_p": "p.Asp502fs",
"transcript": "ENST00000254108.12",
"protein_id": "ENSP00000254108.8",
"transcript_support_level": 1,
"aa_start": 502,
"aa_end": null,
"aa_length": 526,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004960.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254108.12"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1501delG",
"hgvs_p": "p.Asp501fs",
"transcript": "ENST00000380244.8",
"protein_id": "ENSP00000369594.3",
"transcript_support_level": 1,
"aa_start": 501,
"aa_end": null,
"aa_length": 525,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380244.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*677delG",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000566605.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*677delG",
"hgvs_p": null,
"transcript": "ENST00000566605.5",
"protein_id": "ENSP00000455073.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000566605.5"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1525delG",
"hgvs_p": "p.Asp509fs",
"transcript": "ENST00000925805.1",
"protein_id": "ENSP00000595863.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 533,
"cds_start": 1525,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925805.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1522delG",
"hgvs_p": "p.Asp508fs",
"transcript": "ENST00000948616.1",
"protein_id": "ENSP00000618675.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 532,
"cds_start": 1522,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948616.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1507delG",
"hgvs_p": "p.Asp503fs",
"transcript": "ENST00000568685.1",
"protein_id": "ENSP00000455282.1",
"transcript_support_level": 5,
"aa_start": 503,
"aa_end": null,
"aa_length": 527,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568685.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1504delG",
"hgvs_p": "p.Asp502fs",
"transcript": "ENST00000875021.1",
"protein_id": "ENSP00000545080.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 526,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875021.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1501delG",
"hgvs_p": "p.Asp501fs",
"transcript": "NM_001170634.1",
"protein_id": "NP_001164105.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 525,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001170634.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1498delG",
"hgvs_p": "p.Asp500fs",
"transcript": "ENST00000715542.1",
"protein_id": "ENSP00000520462.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 524,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715542.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1498delG",
"hgvs_p": "p.Asp500fs",
"transcript": "ENST00000875027.1",
"protein_id": "ENSP00000545086.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 524,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875027.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1498delG",
"hgvs_p": "p.Asp500fs",
"transcript": "ENST00000948617.1",
"protein_id": "ENSP00000618676.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 524,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948617.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1495delG",
"hgvs_p": "p.Asp499fs",
"transcript": "ENST00000875023.1",
"protein_id": "ENSP00000545082.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 523,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875023.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1495delG",
"hgvs_p": "p.Asp499fs",
"transcript": "ENST00000875028.1",
"protein_id": "ENSP00000545087.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 523,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875028.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1495delG",
"hgvs_p": "p.Asp499fs",
"transcript": "ENST00000925796.1",
"protein_id": "ENSP00000595855.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 523,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925796.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1495delG",
"hgvs_p": "p.Asp499fs",
"transcript": "ENST00000948618.1",
"protein_id": "ENSP00000618677.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 523,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948618.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1492delG",
"hgvs_p": "p.Asp498fs",
"transcript": "NM_001170937.1",
"protein_id": "NP_001164408.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 522,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001170937.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1486delG",
"hgvs_p": "p.Asp496fs",
"transcript": "ENST00000875024.1",
"protein_id": "ENSP00000545083.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 520,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875024.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1486delG",
"hgvs_p": "p.Asp496fs",
"transcript": "ENST00000875033.1",
"protein_id": "ENSP00000545092.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 520,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875033.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1471delG",
"hgvs_p": "p.Asp491fs",
"transcript": "ENST00000875030.1",
"protein_id": "ENSP00000545089.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 515,
"cds_start": 1471,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875030.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1447delG",
"hgvs_p": "p.Asp483fs",
"transcript": "ENST00000925800.1",
"protein_id": "ENSP00000595859.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 507,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925800.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1411delG",
"hgvs_p": "p.Asp471fs",
"transcript": "ENST00000925797.1",
"protein_id": "ENSP00000595856.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 495,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925797.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1402delG",
"hgvs_p": "p.Asp468fs",
"transcript": "ENST00000875031.1",
"protein_id": "ENSP00000545090.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 492,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875031.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1399delG",
"hgvs_p": "p.Asp467fs",
"transcript": "ENST00000875029.1",
"protein_id": "ENSP00000545088.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 491,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875029.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1327delG",
"hgvs_p": "p.Asp443fs",
"transcript": "ENST00000875025.1",
"protein_id": "ENSP00000545084.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 467,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875025.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1324delG",
"hgvs_p": "p.Asp442fs",
"transcript": "ENST00000948621.1",
"protein_id": "ENSP00000618680.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 466,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948621.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1273delG",
"hgvs_p": "p.Asp425fs",
"transcript": "ENST00000925806.1",
"protein_id": "ENSP00000595865.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 449,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925806.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1270delG",
"hgvs_p": "p.Asp424fs",
"transcript": "ENST00000948620.1",
"protein_id": "ENSP00000618679.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 448,
"cds_start": 1270,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948620.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1267delG",
"hgvs_p": "p.Asp423fs",
"transcript": "ENST00000925799.1",
"protein_id": "ENSP00000595858.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 447,
"cds_start": 1267,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925799.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1195delG",
"hgvs_p": "p.Asp399fs",
"transcript": "ENST00000925801.1",
"protein_id": "ENSP00000595860.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 423,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925801.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1171delG",
"hgvs_p": "p.Asp391fs",
"transcript": "ENST00000925808.1",
"protein_id": "ENSP00000595867.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 415,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925808.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.994delG",
"hgvs_p": "p.Asp332fs",
"transcript": "ENST00000948619.1",
"protein_id": "ENSP00000618678.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 356,
"cds_start": 994,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948619.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.973delG",
"hgvs_p": "p.Asp325fs",
"transcript": "ENST00000875026.1",
"protein_id": "ENSP00000545085.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 349,
"cds_start": 973,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875026.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.970delG",
"hgvs_p": "p.Asp324fs",
"transcript": "ENST00000875032.1",
"protein_id": "ENSP00000545091.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 348,
"cds_start": 970,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875032.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.925delG",
"hgvs_p": "p.Asp309fs",
"transcript": "ENST00000925807.1",
"protein_id": "ENSP00000595866.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 333,
"cds_start": 925,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925807.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.895delG",
"hgvs_p": "p.Asp299fs",
"transcript": "ENST00000925795.1",
"protein_id": "ENSP00000595854.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 323,
"cds_start": 895,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925795.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.820delG",
"hgvs_p": "p.Asp274fs",
"transcript": "ENST00000875022.1",
"protein_id": "ENSP00000545081.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 298,
"cds_start": 820,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875022.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.634delG",
"hgvs_p": "p.Asp212fs",
"transcript": "ENST00000925802.1",
"protein_id": "ENSP00000595861.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 236,
"cds_start": 634,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925802.1"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1498delG",
"hgvs_p": "p.Asp500fs",
"transcript": "XM_011545781.2",
"protein_id": "XP_011544083.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 524,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545781.2"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.1495delG",
"hgvs_p": "p.Asp499fs",
"transcript": "XM_024450221.2",
"protein_id": "XP_024305989.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 523,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450221.2"
},
{
"aa_ref": "D",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.889delG",
"hgvs_p": "p.Asp297fs",
"transcript": "XM_011545782.3",
"protein_id": "XP_011544084.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 321,
"cds_start": 889,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545782.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.755-7delG",
"hgvs_p": null,
"transcript": "ENST00000925798.1",
"protein_id": "ENSP00000595857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": null,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "c.752-7delG",
"hgvs_p": null,
"transcript": "ENST00000925803.1",
"protein_id": "ENSP00000595862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": null,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925803.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.798delG",
"hgvs_p": null,
"transcript": "ENST00000474990.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000474990.5"
},
{
"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": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.581delG",
"hgvs_p": null,
"transcript": "ENST00000483853.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000483853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.4679delG",
"hgvs_p": null,
"transcript": "ENST00000487509.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487509.6"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.395delG",
"hgvs_p": null,
"transcript": "ENST00000569760.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000569760.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1253delG",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000715541.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.1574delG",
"hgvs_p": null,
"transcript": "NR_028388.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_028388.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"hgvs_c": "n.*1253delG",
"hgvs_p": null,
"transcript": "ENST00000715541.1",
"protein_id": "ENSP00000520461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000715541.1"
}
],
"gene_symbol": "FUS",
"gene_hgnc_id": 4010,
"dbsnp": "rs1161032867",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 4.627,
"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": "NM_004960.4",
"gene_symbol": "FUS",
"hgnc_id": 4010,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.1504delG",
"hgvs_p": "p.Asp502fs"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}