- douyin
- bilibili
- kuaishou
获取指定用户的动态列表
开发环境
http://localhost:4567/api
开发环境
http://localhost:4567/api
GET
http://localhost:4567/api
最后修改时间:2024-10-02 14:11:41
请求参数
Query 参数
host_mid
string
UP主的UID
示例值:
401742377
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:4567/api/bilibili/fetch_user_dynamic?host_mid=401742377'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
ttl
integer
必需
data
object
必需
has_more
boolean
必需
items
array [object {6}]
必需
offset
string
必需
update_baseline
string
必需
update_num
integer
必需
示例
{ "code": 0, "message": "0", "ttl": 1, "data": { "has_more": true, "items": [ { "basic": { "comment_id_str": "113893774987421", "comment_type": 1, "like_icon": { "action_url": "", "end_url": "", "id": 0, "start_url": "" }, "rid_str": "113893774987421" }, "id_str": "1027442188238192679", "modules": { "module_author": { "avatar": { "container_size": { "height": 1.375, "width": 1.375 }, "fallback_layers": { "is_critical_group": true, "layers": [ { "general_spec": { "pos_spec": { "axis_x": 0.6875, "axis_y": 0.6875, "coordinate_pos": 2 }, "render_spec": { "opacity": 1 }, "size_spec": { "height": 0.787, "width": 0.787 } }, "layer_config": { "is_critical": true, "tags": { "AVATAR_LAYER": {}, "GENERAL_CFG": { "config_type": 1, "general_config": { "web_css_style": { "borderRadius": "50%" } } } } }, "resource": { "res_image": { "image_src": { "placeholder": 6, "remote": { "bfs_style": "widget-layer-avatar", "url": "https://i2.hdslb.com/bfs/face/853c4a846793dfbdafd8f16a40d6d8065bdb7c6f.jpg" }, "src_type": 1 } }, "res_type": 3 }, "visible": true }, { "general_spec": { "pos_spec": { "axis_x": 0.6875, "axis_y": 0.6875, "coordinate_pos": 2 }, "render_spec": { "opacity": 1 }, "size_spec": { "height": 1.375, "width": 1.375 } }, "layer_config": { "tags": { "PENDENT_LAYER": {} } }, "resource": { "res_image": {
修改于 2024-10-02 14:11:41