1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"data": {
"showcaseItems": [
{
"showcaseItemId": 1,
"itemType": "post",
"isVisible": true,
"itemId": "123",
"post": {
"user": {
"blogUrl": "testblog",
"avatarUrl": "https://example.com/avatar2.jpg",
"name": "TestUser2",
"hasAvatar": true,
"id": 222,
"flags": {
"showPostDonations": false
}
},
"isPinned": false,
"isBlocked": false,
"hasAccess": true,
"data": [],
"isRecord": false,
"contentCounters": [],
"donators": {
"extra": {
"isLast": true
},
"data": []
},
"showViewsCounter": true,
"createdAt": 1710001000,
"isPublished": true,
"isLiked": false,
"tags": [
{
"id": 12345,
"title": "test tag 2"
}
],
"isCommentsDenied": false,
"count": {
"comments": 1,
"reactions": {
"dislike": 0,
"heart": 1,
"fire": 0,
"angry": 0,
"wonder": 0,
"laught": 0,
"sad": 0,
"like": 1
},
"likes": 1
},
"publishTime": 1710001000,
"title": "Post Two",
"sortOrder": 1710001000,
"price": 0,
"id": "post002",
"comments": {
"extra": {
"isLast": true
},
"data": []
},
"donations": 0,
"teaser": [],
"isWaitingVideo": false,
"int_id": 101,
"isDeleted": false,
"updatedAt": 1710001001,
"signedQuery": "",
"advertiserInfo": null,
"currencyPrices": {
"rub": 0,
"usd": 0
},
"isShowcaseVisible": true,
"reactionsDisabled": false
},
"position": 1
}
]
},
"extra": {
"offset": 0,
"blogId": 10,
"counters": {
"visibleTotal": 1,
"visiblePostsCount": 1,
"visibleBundlesCount": 0
},
"isEnabled": true,
"isLast": true
}
}