File size: 9,198 Bytes
0aee47a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
{
    "overview": {
        "compare": {
            "url": "https://member.bilibili.com/x/web/data/v2/overview/compare",
            "method": "GET",
            "verify": true,
            "comment": "获取对比数据"
        },
        "graph": {
            "url": "https://member.bilibili.com/x/web/data/v2/overview/stat/graph",
            "method": "GET",
            "verify": true,
            "params": {
                "period": "int: 统计周期",
                "s_locale": "str: zh_CN",
                "type": "str: 统计类型"
            },
            "comment": "获取统计图表数据"
        },
        "num": {
            "url": "https://member.bilibili.com/x/web/data/v2/overview/stat/num",
            "method": "GET",
            "verify": true,
            "params": {
                "period": "int: 统计周期",
                "s_locale": "str: zh_CN",
                "tab": "int: Unknown"
            },
            "comment": "获取统计数据"
        }
    },
    "data-up": {
        "video": {
            "survey": {
                "url": "https://member.bilibili.com/x/web/data/survey",
                "method": "GET",
                "verify": true,
                "params": {
                    "type": "int: 统计类型"
                },
                "comment": "获取各分区中占比排行"
            },
            "playanalysis": {
                "url": "https://member.bilibili.com/x/web/data/playanalysis?copyright=0&t=1676161628464",
                "method": "GET",
                "verify": true,
                "params": {
                    "copyright": "int: 版权"
                },
                "comment": "获取稿件播放完成率对比数据"
            },
            "source": {
                "url": "https://member.bilibili.com/x/web/data/v2/overview/source",
                "method": "GET",
                "verify": true,
                "params": {
                    "s_locale": "str: zh_CN"
                },
                "comment": "获取稿件播放来源分布数据"
            }
        },
        "fan": {
            "overview": {
                "url": "https://member.bilibili.com/x/web/data/v2/fans/stat/num",
                "method": "GET",
                "verify": true,
                "params": {
                    "period": "int: 统计周期"
                },
                "comment": "获取粉丝数据"
            },
            "graph": {
                "url": "https://member.bilibili.com/x/web/data/v2/fans/stat/graph?type=all_fans&period=2",
                "method": "GET",
                "verify": true,
                "params": {
                    "period": "int: 统计周期",
                    "type": "str: 统计类型"
                },
                "comment": "获取粉丝数据图表"
            }
        },
        "article": {
            "overview": {
                "url": "https://member.bilibili.com/x/web/data/article",
                "method": "GET",
                "verify": true,
                "comment": "获取文章概览信息"
            },
            "graph": {
                "url": "https://member.bilibili.com/x/web/data/article/thirty",
                "method": "GET",
                "verify": true,
                "params": {
                    "type": "int: 图表类型"
                },
                "comment": "获取文章数据图表"
            },
            "rank": {
                "url": "https://member.bilibili.com/x/web/data/article/rank",
                "method": "GET",
                "verify": true,
                "params": {
                    "type": "int: 图表类型"
                },
                "comment": "获取来源稿件数据"
            },
            "source": {
                "url": "https://member.bilibili.com/x/web/data/article/source",
                "method": "GET",
                "verify": true,
                "comment": "获取文章阅读终端数据"
            }
        }
    },
    "upload-manager": {
        "video_draft": {
            "url": "https://member.bilibili.com/x/vupre/web/draft/list",
            "method": "GET",
            "verify": true,
            "comment": "获取内容管理视频草稿信息"
        },
        "video": {
            "url": "https://member.bilibili.com/x/web/archives",
            "method": "GET",
            "verify": true,
            "params": {
                "pn": "int: 页码",
                "ps": "int: 每页项数",
                "coop": "int: unknown",
                "status": "str: is_pubing,pubed,not_pubed",
                "order": "str: click, stow, senddate, dm_count, scores",
                "interactive": "int: 1 为视频 2 为 互动视频",
                "tid": "int: 分区id"
            },
            "comment": "获取内容管理视频信息"
        },
        "article": {
            "url": "https://api.bilibili.com/x/article/creative/article/list?",
            "method": "GET",
            "verify": true,
            "params": {
                "group": "int: 0 全部 1 进行中 2 已通过 3 未通过",
                "sort": "int: 1 创建时间 2 点赞 3 评论 5 收藏 6 投币",
                "pn": "int: 页码",
                "mobi_app": "str: pc"
            },
            "comment": "获取内容管理文章信息"
        },
        "article_list": {
            "url": "https://api.bilibili.com/x/article/creative/article/list?",
            "method": "GET",
            "verify": true,
            "comment": "获取内容管理文集信息"
        }
    },
    "comment-manager": {
        "fulllist": {
            "url": "https://api.bilibili.com/x/v2/reply/up/fulllist",
            "method": "GET",
            "verify": true,
            "params": {
                "oid": "int: 稿件 oid",
                "order": "int: 排序",
                "pn": "int: 页码",
                "ps":"int: 每页项数",
                "type": "int: 稿件类型",
                "filter": "int: -1",
                "charge_plus_filter": "bool: false",
                "keyword": "str: 关键词"
            },
            "comment": "获取评论管理评论信息"
        },
        "del": {
            "url": "https://api.bilibili.com/x/v2/reply/del",
            "method": "POST",
            "verify": true,
            "data": {
                "oid": "str: 稿件 oid,用逗号分隔",
                "type": "int: 稿件类型",
                "rpid": "str: 评论 rpid,用逗号分隔",
                "csrf": "str: csrf"
            },
            "comment": "评论管理删除评论"
        }
    },
    "danmaku-manager": {
        "search": {
            "url": "https://api.bilibili.com/x/v2/dm/search",
            "method": "GET",
            "verify": true,
            "params": {
                "oid": "str: 稿件oid,用逗号分隔",
                "type": "int: 稿件类型",
                "mids": "str: 用户mids,用逗号分隔",
                "keyword": "str: 关键词",
                "progress_from": "int: 进度开始",
                "progress_to": "int: 进度结束",
                "ctime_from": "str: 创建时间起始",
                "ctime_to": "str: 创建时间结束",
                "modes": "int: 弹幕模式",
                "pool": "int: 弹幕池",
                "attrs": "str: 弹幕属性",
                "order": "str: 排序字段",
                "sort": "str: 排序方式",
                "pn": "int: 页码",
                "ps": "int: 每页项数",
                "cp_filter": "bool: 是否过滤CP弹幕"
            },
            "comment": "弹幕搜索"
        },
        "recent": {
            "url": "https://api.bilibili.com/x/v2/dm/recent",
            "method": "GET",
            "verify": true,
            "params": {
                "pn": "int: 页码",
                "ps": "int: 每页项数"
            },
            "comment": "最近弹幕"
        },
        "state": {
            "url": "https://api.bilibili.com/x/v2/dm/edit/state",
            "method": "POST",
            "verify": true,
            "data": {
                "oid":"int: 稿件 oid",
                "type": "int: 稿件类型 1",
                "dmids": "str: 弹幕id,用逗号分隔",
                "state": "int: 1 删除 2 保护 3 取消保护"
            },
            "comment": "操作弹幕"
        },
        "pool": {
            "url": "https://api.bilibili.com/x/v2/dm/edit/pool",
            "method": "POST",
            "verify": true,
            "data": {
                "oid":"int: 稿件 oid",
                "type": "int: 稿件类型 1",
                "dmids": "str: 弹幕id,用逗号分隔",
                "pool": "int: 弹幕池 0 普通 1 字幕"
            },
            "comment": "操作弹幕池"
        }
    }
}