diff --git a/comment/list.md b/comment/list.md index dc50ee0..2f2fd87 100644 --- a/comment/list.md +++ b/comment/list.md @@ -1,15 +1,16 @@ # 评论区明细 -- [获取评论区明细(无楼层号)](#获取评论区明细(无楼层号)) -- [获取评论区明细(带有楼层号 )](#获取评论区明细(带有楼层号 )) -- [获取指定评论条目及二级回复明细(分离结构 无楼层号)](#获取指定评论条目及二级回复明细(分离结构 无楼层号)) -- [获取指定评论条目及二级回复明细(嵌套结构 带有楼层号)](#获取指定评论条目及二级回复明细(嵌套结构 带有楼层号)) -- [获取指定评论对话树(带有楼层)](#获取指定评论对话树(带有楼层)) +- [获取评论区明细_翻页加载](#获取评论区明细_翻页加载) +- [获取评论区明细_懒加载](#获取评论区明细_懒加载) +- [获取指定评论的回复](#获取指定评论的回复) +- [获取指定评论对话树](获取指定评论对话树) +- [获取评论区热评](#获取评论区热评) +- [获取指定评论信息](#获取指定评论信息) - [获取评论区评论总数](#获取评论区评论总数) --- -## 获取评论区明细(无楼层号) +## 获取评论区明细_翻页加载 > http://api.bilibili.com/x/v2/reply @@ -19,15 +20,15 @@ **url参数:** -| 参数名 | 类型 | 内容 | 必要性 | 备注 | -| ---------- | ---- | -------------- | ----------- | -------------------------------------------------------- | -| access_key | str | APP登录Token | APP方式必要 | | -| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | -| oid | num | 目标评论区id | 必要 | | -| sort | num | 排序方式 | 非必要 | 默认为0
0:按时间
1:按点赞数
2:按回复数 | -| nohot | num | 是否不显示热评 | 非必要 | 默认为0
1:不显示
0:显示 | -| pn | num | 页码 | 非必要 | 默认为1 | -| ps | num | 每页项数 | 非必要 | 默认为20
定义域:1-49 | +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ---------- | ---- | -------------- | ------------ | -------------------------------------------------------- | +| access_key | str | APP 登录 Token | APP 方式必要 | | +| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | +| oid | num | 目标评论区 id | 必要 | | +| sort | num | 排序方式 | 非必要 | 默认为0
0:按时间
1:按点赞数
2:按回复数 | +| nohot | num | 是否不显示热评 | 非必要 | 默认为0
1:不显示
0:显示 | +| ps | num | 每页项数 | 非必要 | 默认为20
定义域:1-49 | +| pn | num | 页码 | 非必要 | 默认为1 | **json回复:** @@ -49,16 +50,16 @@ | replies | 禁用时:null
正常时:array | 评论列表 | | | hots | 禁用时:null
正常时:array | 热评列表 | | | upper | obj | 置顶评论 | | -| top | null | - | **作用尚不明确** | +| top | null | (?) | | | notice | 无效时:null
有效时:obj | 评论区公告信息 | | -| vote | num | 0 | **作用尚不明确** | -| blacklist | num | 0 | **作用尚不明确** | -| assist | num | 0 | **作用尚不明确** | +| vote | num | 投票评论? | | +| blacklist | num | (?) | | +| assist | num | (?) | | | mode | num | 评论区类型id | | | support_mode | array | 评论区支持的类型id | | | folder | obj | 折叠相关信息 | | -| lottery_card | null | - | **作用尚不明确** | -| show_bvid | bool | true | **作用尚不明确** | +| lottery_card | null | (?) | | +| show_bvid | bool | 显示bvid? | | | control | obj | 评论区输入属性 | | `data`中的`page`对象: @@ -72,78 +73,70 @@ `data`中的`config`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | ------------------------ | ---- | -| showadmin | num | 是否显示管理置顶 | | -| showentry | num | ? | | -| showfloor | num | 是否显示楼层号 | | -| showtopic | num | 是否显示话题 | | -| show_up_flag | bool | 是否显示“UP觉得很赞”标志 | | -| read_only | bool | 是否只读评论区 | | -| show_del_log | bool | 是否显示删除记录 | | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ------------------------- | ---- | +| showadmin | num | 是否显示管理置顶 | | +| showentry | num | (?) | | +| showfloor | num | 是否显示楼层号 | | +| showtopic | num | 是否显示话题 | | +| show_up_flag | bool | 是否显示“UP 觉得很赞”标志 | | +| read_only | bool | 是否只读评论区 | | +| show_del_log | bool | 是否显示删除记录 | | `data`中的`replies`数组: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ------------- | -------------------------------------- | -| 0 | obj | 评论条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 评论条目(n+1) | 按照指定的顺序排列 | -| …… | obj | …… | …… | +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------------- | -------------------------------------- | +| 0 | obj | 评论条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 评论条目 (n+1) | 按照指定的顺序排列 | +| …… | obj | …… | …… | `data`中的`hots`数组: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ------------- | -------------------------------------- | -| 0 | obj | 热评条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 热评条目(n+1) | 按照热评热度排列 | -| …… | obj | …… | …… | +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------------- | -------------------------------------- | +| 0 | obj | 热评条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 热评条目 (n+1) | 按照热评热度排列 | +| …… | obj | …… | …… | `data`中的`upper`对象: | 字段 | 类型 | 内容 | 备注 | | ---- | ----------------------------- | ---------- | -------------------------------------- | -| mid | num | UP主mid | | +| mid | num | UP 主 mid | | | top | 有效时:obj
无效时:null | 置顶条目 | [对象定义见表](readme.md#评论条目对象) | | vote | 有效时:obj
无效时:null | 投票评论? | | `data`中的`notice`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------- | ---- | --------------- | ---- | -| content | str | 公告正文 | | -| id | num | 公告id | | -| link | str | 公告页面链接url | | -| title | str | 公告标题 | | - -`data`中的`support_mode`数组: - -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ---- | ---------------- | -| 0 | num | 1 | **作用尚不明确** | -| 1 | num | 2 | **作用尚不明确** | -| 2 | num | 3 | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------- | ---- | ---------------- | ---- | +| content | str | 公告正文 | | +| id | num | 公告 id | | +| link | str | 公告页面链接 url | | +| title | str | 公告标题 | | `data`中的`folder`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---------- | ---- | ---------------------- | ---------------- | -| has_folded | bool | 评论区是否存在折叠评论 | | -| is_folded | bool | false | **作用尚不明确** | -| rule | str | 相关规则页面url | | +| 字段 | 类型 | 内容 | 备注 | +| ---------- | ---- | ---------------------- | ---- | +| has_folded | bool | 评论区是否存在折叠评论 | | +| is_folded | bool | 是否折叠? | | +| rule | str | 相关规则页面 url | | `data`中的`control`对象: | 字段 | 类型 | 内容 | 备注 | | ------------------------ | ---- | ------------------ | ----------------------------------- | -| input_disable | bool | false | **作用尚不明确** | +| input_disable | bool | 禁止输入? | | | root_input_text | str | 评论框文字 | | | child_input_text | str | 评论框文字 | | | bg_text | str | 空评论区文字 | | | web_selection | bool | 评论是否筛选后可见 | false:无需筛选
true:需要筛选 | | answer_guide_text | str | 答题页面链接文字 | | -| answer_guide_icon_url | str | 答题页面图标url | | -| answer_guide_ios_url | str | 答题页面ios url | | -| answer_guide_android_url | str | 答题页面安卓url | | +| answer_guide_icon_url | str | 答题页面图标 url | | +| answer_guide_ios_url | str | 答题页面 ios url | | +| answer_guide_android_url | str | 答题页面安卓 url | | **示例:** @@ -172,8 +165,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "page": { "num": 1, "size": 5, - "count": 14988, - "acount": 65115 + "count": 60971, + "acount": 76792 }, "config": { "showadmin": 1, @@ -186,34 +179,36 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ }, "replies": [ { - "rpid": 476670, + "rpid": 104192624480, "oid": 2, "type": 1, - "mid": 58426, + "mid": 621197713, "root": 0, "parent": 0, "dialog": 0, - "count": 1889, - "rcount": 1839, + "count": 0, + "rcount": 0, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1291350931, - "rpid_str": "476670", + "ctime": 1646205507, + "rpid_str": "104192624480", "root_str": "0", "parent_str": "0", - "like": 53536, + "like": 1, "action": 0, "member": { - "mid": "58426", - "uname": "残星什么的就是残星", - "sex": "男", - "sign": "少说话多做事 _微博@残星", - "avatar": "http://i0.hdslb.com/bfs/face/56ac36b37662e3746228f30eb4acf2cd332b66a5.jpg", - "rank": "20000", + "mid": "621197713", + "uname": "小鹿不跑路", + "sex": "保密", + "sign": "", + "avatar": "http://i1.hdslb.com/bfs/face/3e220c95ead8f2bc72bd2dcee72d195b723192fa.jpg", + "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 6, + "current_level": 4, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -223,15 +218,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 30, - "name": "字幕君", - "image": "http://i0.hdslb.com/bfs/face/383c3fed3dc162c93a8d616a272693f6650e98f1.png", - "image_small": "http://i2.hdslb.com/bfs/face/7ad18084e40b725210e22696e0efdae408cd378c.png", - "level": "稀有勋章", - "condition": "弹幕大赛获得" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, @@ -239,15 +235,24 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ }, "vip": { "vipType": 1, - "vipDueDate": 1550851200000, + "vipDueDate": 1648051200000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 0, + "vipStatus": 1, "vipStatusWarn": "", "themeType": 0, "label": { - "path": "" - } + "path": "", + "text": "大会员", + "label_theme": "vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -256,408 +261,13 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "貌似没人来", - "plat": 1, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": [ - { - "rpid": 568785293, - "oid": 2, - "type": 1, - "mid": 52987877, - "root": 476670, - "parent": 476670, - "dialog": 568785293, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1514903586, - "rpid_str": "568785293", - "root_str": "476670", - "parent_str": "476670", - "like": 3123, - "action": 0, - "member": { - "mid": "52987877", - "uname": "Mr-Shadow", - "sex": "男", - "sign": "重灾区话题回避", - "avatar": "http://i0.hdslb.com/bfs/face/ea3eede05ad51c34f382534793f0bf20fa6e79e8.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 457, - "name": "少女前线", - "image": "http://i2.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png", - "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png" - }, - "nameplate": { - "nid": 61, - "name": "饭圈楷模", - "image": "http://i1.hdslb.com/bfs/face/5a90f715451325c642a6ac39e01195cb6d075734.png", - "image_small": "http://i2.hdslb.com/bfs/face/5bfc1b4fb3f4b411495dddb0b2127ad80f6fbcac.png", - "level": "普通勋章", - "condition": "当前持有粉丝勋章最高等级>=10级" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1618502400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 457, - "name": "少女前线", - "image": "http://i0.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "你可能抢到了整个b站最难抢到的沙发(`・ω・´)", - "plat": 6, - "device": "pad", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 214198733, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198733, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888369, - "rpid_str": "214198733", - "root_str": "476670", - "parent_str": "476670", - "like": 1183, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i1.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 214198179, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198179, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888303, - "rpid_str": "214198179", - "root_str": "476670", - "parent_str": "476670", - "like": 1080, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i1.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "可怜的二楼(=・ω・=)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "https://www.bilibili.com/blackboard/foldingreply.html" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 2576184175, - "oid": 2, - "type": 1, - "mid": 24512285, - "root": 0, - "parent": 0, - "dialog": 0, - "count": 836, - "rcount": 801, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1584945297, - "rpid_str": "2576184175", - "root_str": "0", - "parent_str": "0", - "like": 27408, - "action": 1, - "member": { - "mid": "24512285", - "uname": "霁歆", - "sex": "男", - "sign": "", - "avatar": "http://i1.hdslb.com/bfs/face/9cb18f0a8e9cae048dfa816972ee247111a8e22d.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 994, - "name": "格兰芬多", - "image": "http://i2.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png", - "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png" - }, - "nameplate": { - "nid": 58, - "name": "收集达人", - "image": "http://i2.hdslb.com/bfs/face/3f5539e1486303422ffc8595862ccb6606e0b745.png", - "image_small": "http://i1.hdslb.com/bfs/face/cf85e7908095d256e595ec9759f4e7795f23bc22.png", - "level": "普通勋章", - "condition": "同时拥有粉丝勋章>=15个" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1613577600000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 994, - "name": "格兰芬多", - "image": "http://i0.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "人类最古のav号(挂了的不算)也变成bv了[大哭][大哭][大哭]青春结束了", - "plat": 2, + "message": "我赶上了我们这个年龄段二次元的末班车,这一年,巨人出了最终季,诚哥的新作玲芽户缔(好像是叫这个)也要在今年秋上映,后悔没有早进入这个圈子,现在只好紧追慢赶,慢慢的补番,我小时候都在干什么啊[大哭]", + "plat": 0, "device": "", "members": [], "emote": { @@ -672,311 +282,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "meta": { "size": 1 }, - "mtime": 1577702898 + "mtime": 1597738918, + "jump_title": "大哭" } }, "jump_url": {}, "max_line": 6 }, - "replies": [ - { - "rpid": 2578082161, - "oid": 2, - "type": 1, - "mid": 407225717, - "root": 2576184175, - "parent": 2576184175, - "dialog": 2578082161, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1584964926, - "rpid_str": "2578082161", - "root_str": "2576184175", - "parent_str": "2576184175", - "like": 1000, - "action": 0, - "member": { - "mid": "407225717", - "uname": "渣男5107号", - "sex": "保密", - "sign": "", - "avatar": "http://i2.hdslb.com/bfs/face/b7af802409026c6534441eb5298434feed41fd1d.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 4, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1583942400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "先留个名,估计以后av会被当成冷知识放出来[大哭]", - "plat": 2, - "device": "", - "members": [], - "emote": { - "[大哭]": { - "id": 5, - "package_id": 1, - "state": 0, - "type": 1, - "attr": 0, - "text": "[大哭]", - "url": "http://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", - "meta": { - "size": 1 - }, - "mtime": 1577702898 - } - }, - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 2576348604, - "oid": 2, - "type": 1, - "mid": 172853390, - "root": 2576184175, - "parent": 2576184175, - "dialog": 2576348604, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1584947227, - "rpid_str": "2576348604", - "root_str": "2576184175", - "parent_str": "2576184175", - "like": 244, - "action": 0, - "member": { - "mid": "172853390", - "uname": "剑惊风雨丶", - "sex": "男", - "sign": "这个人勤快死了,什么都没有写(ー_ー)!!", - "avatar": "http://i0.hdslb.com/bfs/face/41c25392a4f96f48c499cc68dd9ad3215227c5ed.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "av号还是可以搜啊", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 2579961512, - "oid": 2, - "type": 1, - "mid": 329965337, - "root": 2576184175, - "parent": 2576184175, - "dialog": 2579961512, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1584982846, - "rpid_str": "2579961512", - "root_str": "2576184175", - "parent_str": "2576184175", - "like": 134, - "action": 0, - "member": { - "mid": "329965337", - "uname": "积极发言的刘同学", - "sex": "男", - "sign": "化学世界真奇妙,学好化学炸学校。", - "avatar": "http://i1.hdslb.com/bfs/face/3b586d7dbe8c2dba32b213e0a474fe6d86921b85.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 4, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1585324800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "10个小时就有6500多赞?你是魔鬼?", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], + "replies": [], "assist": 0, "folder": { "has_folded": false, @@ -987,451 +300,54 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "6小时前发布" + } }, { - "rpid": 495059, + "rpid": 104184937184, "oid": 2, "type": 1, - "mid": 2, + "mid": 560450695, "root": 0, "parent": 0, "dialog": 0, - "count": 555, - "rcount": 530, - "state": 2, + "count": 0, + "rcount": 0, + "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1291918239, - "rpid_str": "495059", + "ctime": 1646199089, + "rpid_str": "104184937184", "root_str": "0", "parent_str": "0", - "like": 15910, + "like": 0, "action": 0, "member": { - "mid": "2", - "uname": "碧诗", - "sex": "男", - "sign": "kami.im 直男过气网红 # av362830 “We Are Star Dust”", - "avatar": "http://i0.hdslb.com/bfs/app/3e60b20604b6fdc7d081eb6a1ec72aa47c5a3964.jpg", - "rank": "20000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1141, - "name": "如果历史是一群喵", - "image": "http://i2.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png", - "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png" - }, - "nameplate": { - "nid": 10, - "name": "见习偶像", - "image": "http://i1.hdslb.com/bfs/face/e93dd9edfa7b9e18bf46fd8d71862327a2350923.png", - "image_small": "http://i2.hdslb.com/bfs/face/275b468b043ec246737ab8580a2075bee0b1263b.png", - "level": "普通勋章", - "condition": "所有自制视频总播放数>=10万" - }, - "official_verify": { - "type": 0, - "desc": "bilibili创始人(站长)" - }, - "vip": { - "vipType": 2, - "vipDueDate": 3848745600000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "十年大会员", - "label_theme": "ten_annual_vip" - } - }, - "fans_detail": null, - "following": 1, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 1141, - "name": "如果历史是一群喵", - "image": "http://i0.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png", - "jump_url": "", - "type": "suit" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "wwwww", - "plat": 1, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": [ - { - "rpid": 164517433, - "oid": 2, - "type": 1, - "mid": 3476504, - "root": 495059, - "parent": 495059, - "dialog": 164517433, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1479570959, - "rpid_str": "164517433", - "root_str": "495059", - "parent_str": "495059", - "like": 206, - "action": 0, - "member": { - "mid": "3476504", - "uname": "麦斯科桑", - "sex": "保密", - "sign": "淡ACG的比例比例是屑.", - "avatar": "http://i2.hdslb.com/bfs/face/7bf954d807cbda4de4221d78f3b425534042ac02.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 194, - "name": "黑白无双", - "image": "http://i2.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", - "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i0.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i1.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1732204800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 194, - "name": "黑白无双", - "image": "http://i0.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "拉了半天总算是见了底", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 464424502, - "oid": 2, - "type": 1, - "mid": 37145412, - "root": 495059, - "parent": 495059, - "dialog": 464424502, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 1, - "attr": 0, - "ctime": 1509257961, - "rpid_str": "464424502", - "root_str": "495059", - "parent_str": "495059", - "like": 115, - "action": 0, - "member": { - "mid": "37145412", - "uname": "边走边发呆", - "sex": "男", - "sign": "这个人懒死了,什么都不发=_= 头像是素晴日", - "avatar": "http://i0.hdslb.com/bfs/face/4dfe0f1b0bfc9b1afea9e3bacbc5a92221fe9b09.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 60, - "name": "饭圈萌新", - "image": "http://i1.hdslb.com/bfs/face/51ca16136e570938450bca360f28761ceb609f33.png", - "image_small": "http://i1.hdslb.com/bfs/face/9abfa4769357f85937782c2dbc40fafda4f57217.png", - "level": "普通勋章", - "condition": "当前持有粉丝勋章最高等级>=5级" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1559836800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": { - "uid": 37145412, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 7, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 - }, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "5000多楼6225评论(;¬_¬)手有点酸,如果不是特殊方法进来的话是要大会员吧(● ̄(エ) ̄●)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 214199123, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 495059, - "parent": 495059, - "dialog": 214199123, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888421, - "rpid_str": "214199123", - "root_str": "495059", - "parent_str": "495059", - "like": 41, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i1.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "https://www.bilibili.com/blackboard/foldingreply.html" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 208000425, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 0, - "parent": 0, - "dialog": 0, - "count": 544, - "rcount": 511, - "state": 2, - "fansgrade": 0, - "attr": 12, - "ctime": 1487772179, - "rpid_str": "208000425", - "root_str": "0", - "parent_str": "0", - "like": 16839, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", + "mid": "560450695", + "uname": "還講幾韆", "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", + "sign": "", + "avatar": "http://i1.hdslb.com/bfs/face/e8bcd1f3fed1a8b266e83f7e5952db525b692227.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 6, + "current_level": 3, "current_min": 0, "current_exp": 0, "next_exp": 0 }, "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", + "pid": 0, + "name": "", + "image": "", "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -1442,346 +358,65 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "condition": "" }, "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" + "type": -1, + "desc": "" }, "vip": { - "vipType": 2, - "vipDueDate": 1650988800000, + "vipType": 0, + "vipDueDate": 0, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "jump_url": "", - "type": "pay" - }, + "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "av1是“公告”,主要是公布B站的部分升级内容、活动预告相关事件等信息。范围是2010年6月7日-2011年7月26日,UP主是ANA,整个合集共计1886P。内容以文本显示没有视频,现已无法进入,不过B站的官方微博、微信和*******可以查阅到相关内容。\n原稿请搜索知乎,有图,侵删【B站av1-6有人看过吗?】", - "plat": 2, + "message": "电视宇宙第二个视频[滑稽][滑稽][滑稽]", + "plat": 0, "device": "", "members": [], + "emote": { + "[滑稽]": { + "id": 27, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[滑稽]", + "url": "http://i0.hdslb.com/bfs/emote/d15121545a99ac46774f1f4465b895fe2d1411c3.png", + "meta": { + "size": 1 + }, + "mtime": 1645206695, + "jump_title": "滑稽" + } + }, "jump_url": {}, "max_line": 6 }, - "replies": [ - { - "rpid": 208106601, - "oid": 2, - "type": 1, - "mid": 33202778, - "root": 208000425, - "parent": 208000425, - "dialog": 208106601, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1487781338, - "rpid_str": "208106601", - "root_str": "208000425", - "parent_str": "208000425", - "like": 4659, - "action": 0, - "member": { - "mid": "33202778", - "uname": "Adnini983", - "sex": "保密", - "sign": "Twitter:@adnini983 汤不热:https://adnini983.tumblr.com/", - "avatar": "http://i0.hdslb.com/bfs/face/8b11f5635b78cc5cdbd8245048405f52d24f187a.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 6, - "name": "高级搬运工", - "image": "http://i2.hdslb.com/bfs/face/a9af39ab7ed08e078c45d58dd96a6411aba1a9d3.png", - "image_small": "http://i2.hdslb.com/bfs/face/46e5aae4667c72c379b46b51fac4b4426d9214e7.png", - "level": "高级勋章", - "condition": "转载视频投稿通过总数>=100" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1521043200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "这个就是我在知乎写的,我就是知乎上的Adnini983。但考虑到你标注了出处,我允许你予以保留。", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 208002062, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 208000425, - "parent": 208000425, - "dialog": 208002062, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1487772305, - "rpid_str": "208002062", - "root_str": "208000425", - "parent_str": "208000425", - "like": 1862, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", - "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1650988800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "jump_url": "", - "type": "pay" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "av4无法使用任何方式访问", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 208000986, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 208000425, - "parent": 208000425, - "dialog": 208000986, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1487772222, - "rpid_str": "208000986", - "root_str": "208000425", - "parent_str": "208000425", - "like": 1572, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", - "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1650988800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "jump_url": "", - "type": "pay" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "av2是一部名叫“字幕君交流场所”的视频,里面包含了东方Project的图片和音乐,UP主是碧诗。通常情况下无法打开,但可以使用唧唧下载视频。(现在可以打开了,恭喜你们)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], + "replies": [], "assist": 0, "folder": { "has_folded": false, @@ -1792,37 +427,43 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "7小时前发布" + } }, { - "rpid": 917945205, + "rpid": 104179775904, "oid": 2, "type": 1, - "mid": 34762090, + "mid": 1616523766, "root": 0, "parent": 0, "dialog": 0, - "count": 124, - "rcount": 104, + "count": 0, + "rcount": 0, "state": 0, - "fansgrade": 1, + "fansgrade": 0, "attr": 0, - "ctime": 1532071373, - "rpid_str": "917945205", + "ctime": 1646195814, + "rpid_str": "104179775904", "root_str": "0", "parent_str": "0", - "like": 7488, + "like": 1, "action": 0, "member": { - "mid": "34762090", - "uname": "某不科学的瓜皮", - "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i2.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", + "mid": "1616523766", + "uname": "关查者网", + "sex": "保密", + "sign": "", + "avatar": "http://i1.hdslb.com/bfs/face/8bb6aab1f6bcc960f4482aa97b8ca4e61cf81d0d.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 3, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -1832,15 +473,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i2.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i1.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, @@ -1848,427 +490,60 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ }, "vip": { "vipType": 1, - "vipDueDate": 1583164800000, + "vipDueDate": 1626451200000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { - "path": "" - } - }, - "fans_detail": { - "uid": 34762090, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 1, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, + "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "7.20日,站长被封7天\n\n历史性留名[2233娘_卖萌]", - "plat": 2, + "message": "考古队已到达[doge]", + "plat": 0, "device": "", "members": [], "emote": { - "[2233娘_卖萌]": { - "id": 140, - "package_id": 6, + "[doge]": { + "id": 26, + "package_id": 1, "state": 0, - "type": 2, + "type": 1, "attr": 0, - "text": "[2233娘_卖萌]", - "url": "http://i0.hdslb.com/bfs/emote/ea893aa25355de95ab4f03c2dad3f0c58d0c159e.png", + "text": "[doge]", + "url": "http://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", "meta": { - "size": 2 + "size": 1 }, - "mtime": 1586316683 + "mtime": 1645206695, + "jump_title": "doge" } }, "jump_url": {}, "max_line": 6 }, - "replies": [ - { - "rpid": 1781253749, - "oid": 2, - "type": 1, - "mid": 34762090, - "root": 917945205, - "parent": 917945205, - "dialog": 1781253749, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 1, - "attr": 0, - "ctime": 1563598609, - "rpid_str": "1781253749", - "root_str": "917945205", - "parent_str": "917945205", - "like": 374, - "action": 0, - "member": { - "mid": "34762090", - "uname": "某不科学的瓜皮", - "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i2.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i2.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i1.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1583164800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": { - "uid": 34762090, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 1, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 - }, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "站长被封一周年 [小电视_笑]", - "plat": 2, - "device": "", - "members": [], - "emote": { - "[小电视_笑]": { - "id": 121, - "package_id": 5, - "state": 0, - "type": 2, - "attr": 0, - "text": "[小电视_笑]", - "url": "http://i0.hdslb.com/bfs/emote/f80d384875183dfe2e24be13011c595c0210d273.png", - "meta": { - "size": 2 - }, - "mtime": 1591272851 - } - }, - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 1387109941, - "oid": 2, - "type": 1, - "mid": 317451026, - "root": 917945205, - "parent": 917945205, - "dialog": 1387109941, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1550139263, - "rpid_str": "1387109941", - "root_str": "917945205", - "parent_str": "917945205", - "like": 294, - "action": 0, - "member": { - "mid": "317451026", - "uname": "草_grass", - "sex": "男", - "sign": "NOTHING", - "avatar": "http://i1.hdslb.com/bfs/face/c4569f98034a7810063bc52eef9d446711688c12.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 4, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "头七还行?", - "plat": 1, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 1781556726, - "oid": 2, - "type": 1, - "mid": 417437969, - "root": 917945205, - "parent": 1781253749, - "dialog": 1781253749, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1563605321, - "rpid_str": "1781556726", - "root_str": "917945205", - "parent_str": "1781253749", - "like": 116, - "action": 0, - "member": { - "mid": "417437969", - "uname": "理查奈德", - "sex": "男", - "sign": "手殘的屑玩家兼見習音罵製作者,有正常麥克風了可能會搞手書配音?", - "avatar": "http://i0.hdslb.com/bfs/face/6923f6414503413f292a1cfad13ac483683a77d6.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 4, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "回复 @某不科学的瓜皮 :这是件值得庆祝的日子啊(滑稽保命)[滑稽]", - "plat": 2, - "device": "", - "members": [ - { - "mid": "34762090", - "uname": "某不科学的瓜皮", - "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i2.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i2.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i1.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1583164800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "" - } - } - } - ], - "emote": { - "[滑稽]": { - "id": 27, - "package_id": 1, - "state": 0, - "type": 1, - "attr": 0, - "text": "[滑稽]", - "url": "http://i0.hdslb.com/bfs/emote/d15121545a99ac46774f1f4465b895fe2d1411c3.png", - "meta": { - "size": 1 - }, - "mtime": 1577702898 - } - }, - "jump_url": {}, - "max_line": 6 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], + "replies": [], "assist": 0, "folder": { "has_folded": false, @@ -2279,22 +554,279 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "8小时前发布" + } + }, + { + "rpid": 104163851152, + "oid": 2, + "type": 1, + "mid": 27553613, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1646183484, + "rpid_str": "104163851152", + "root_str": "0", + "parent_str": "0", + "like": 1, + "action": 0, + "member": { + "mid": "27553613", + "uname": "念晚心", + "sex": "男", + "sign": "", + "avatar": "http://i2.hdslb.com/bfs/face/8b8f32c22651904a23eeb83b048041b7c1c8ffd6.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 74, + "name": "大会员2018年度勋章", + "image": "http://i2.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", + "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", + "level": "稀有勋章", + "condition": "2018.6.26-7.8某一天是年度大会员" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 2, + "vipDueDate": 1650470400000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": { + "id": 5476, + "name": "嘉然今天吃什么", + "image": "http://i0.hdslb.com/bfs/garb/item/4442641bd4001214518a81fa8f790ae7469d3cf7.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5461?navhide=1&mid=27553613&from=reply", + "fan": { + "is_fan": 1, + "number": 14705, + "color": "#f76a6b", + "name": "嘉然今天吃什么", + "num_desc": "014705" + }, + "type": "suit" + }, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "当时只看优酷和土豆", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 6 + }, + "replies": [], + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "https://www.bilibili.com/blackboard/foldingreply.html" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "12小时前发布" + } + }, + { + "rpid": 104163545120, + "oid": 2, + "type": 1, + "mid": 31937033, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1646183209, + "rpid_str": "104163545120", + "root_str": "0", + "parent_str": "0", + "like": 1, + "action": 0, + "member": { + "mid": "31937033", + "uname": "夜声已尽", + "sex": "男", + "sign": "六八四十二", + "avatar": "http://i2.hdslb.com/bfs/face/e35e81a00596883532ba47c58ca0434618fab3d0.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 33465, + "name": "乃琳Queen", + "image": "http://i2.hdslb.com/bfs/garb/item/4ad130e4068f88c54728ac510a172b97e187826f.png", + "expire": 0, + "image_enhance": "http://i2.hdslb.com/bfs/garb/item/4ad130e4068f88c54728ac510a172b97e187826f.png", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 62, + "name": "有爱大佬", + "image": "http://i0.hdslb.com/bfs/face/a10ee6b613e0d68d2dfdac8bbf71b94824e10408.png", + "image_small": "http://i2.hdslb.com/bfs/face/54f4c31ab9b1f1fa2c29dbbc967f66535699337e.png", + "level": "普通勋章", + "condition": "当前持有粉丝勋章最高等级>=15级" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 2, + "vipDueDate": 1671465600000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": { + "id": 33465, + "name": "乃琳Queen", + "image": "http://i0.hdslb.com/bfs/garb/item/4ad130e4068f88c54728ac510a172b97e187826f.png", + "jump_url": "", + "type": "suit", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/4ad130e4068f88c54728ac510a172b97e187826f.png", + "image_enhance_frame": "" + }, + "cardbg": { + "id": 33494, + "name": "乃琳Queen", + "image": "http://i0.hdslb.com/bfs/garb/item/34f8c1ef43332883f62e17fed44c1a70930e4811.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/33498?navhide=1&mid=31937033&from=reply", + "fan": { + "is_fan": 1, + "number": 50766, + "color": "#576690", + "name": "乃琳Queen", + "num_desc": "050766" + }, + "type": "suit" + }, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "考古", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 6 + }, + "replies": [], + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "https://www.bilibili.com/blackboard/foldingreply.html" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "12小时前发布" + } } ], - "hots": null, + "hots": [], "upper": { "mid": 2, "top": null, "vote": null }, "top": null, - "notice": { - "id": 923, - "title": "你的钱包被什么掏空了?回血红包拿好!>>", - "content": "你的钱包被什么掏空了?回血红包拿好!>>", - "link": "https://www.bilibili.com/blackboard/6181-m.html?mscource=xht" - }, + "notice": null, "vote": 0, "blacklist": 0, "assist": 0, @@ -2310,17 +842,21 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ "rule": "https://www.bilibili.com/blackboard/foldingreply.html" }, "lottery_card": null, - "show_bvid": true, + "show_bvid": false, "control": { "input_disable": false, - "root_input_text": "", + "root_input_text": "发一条友善的评论", "child_input_text": "", + "giveup_input_text": "不发没关系,请继续友善哦~", "bg_text": "看看下面~来发评论吧", "web_selection": false, "answer_guide_text": "需要升级成为lv2会员后才可以评论,先去答题转正吧!", "answer_guide_icon_url": "http://i0.hdslb.com/bfs/emote/96940d16602cacbbac796245b7bb99fa9b5c970c.png", "answer_guide_ios_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=12", - "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6" + "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6", + "show_type": 1, + "show_text": "", + "disable_jump_emote": false } } } @@ -2328,7 +864,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ -## 获取评论区明细(带有楼层号 ) +## 获取评论区明细_懒加载 > http://api.bilibili.com/x/v2/reply/main @@ -2338,14 +874,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ **url参数:** -| 参数名 | 类型 | 内容 | 必要性 | 备注 | -| ---------- | ---- | -------------- | ----------- | ------------------------------------------------------------ | -| access_key | str | APP登录Token | APP方式必要 | | -| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | -| oid | num | 目标评论区id | 必要 | | -| mode | num | 排序方式 | 非必要 | 默认为3
0 3:仅按热度
1:按热度+按时间
2:仅按时间 | -| next | num | 评论页选择 | 非必要 | 按热度时:热度顺序页码(0为第一页)
按时间时:时间倒序楼层号
默认为0 | -| ps | num | 每页项数 | 非必要 | 默认为20
定义域:1-30 | +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ---------- | ---- | -------------- | ------------ | ------------------------------------------------------------ | +| access_key | str | APP 登录 Token | APP 方式必要 | | +| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | +| oid | num | 目标评论区 id | 必要 | | +| mode | num | 排序方式 | 非必要 | 默认为 3
0 3:仅按热度
1:按热度+按时间
2:仅按时间 | +| next | num | 评论页选择 | 非必要 | 按热度时:热度顺序页码(0 为第一页)
按时间时:时间倒序楼层号
默认为 0 | +| ps | num | 每页项数 | 非必要 | 默认为 20
定义域:1-30 | **json回复:** @@ -2366,126 +902,113 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \ | hots | 禁用时:null
正常时:array | 热评列表 | | | notice | 无效时:null
有效时:obj | 评论区公告信息 | | | replies | 禁用时:null
正常时:array | 评论列表 | | -| top | obj | 置顶评论 | | +| top | obj | 置顶信息 | | +| top_replies | obj | 置顶评论 | [对象定义见表](readme.md#评论条目对象) | | lottery_card | null | 抽奖评论 | | | folder | obj | 评论折叠信息 | | -| assist | num | 0 | **作用尚不明确** | -| blacklist | num | 0 | **作用尚不明确** | -| vote | num | 0 | **作用尚不明确** | -| lottery | num | 0 | **作用尚不明确** | +| up_selection | obj | (?) | | +| cm | obj | 广告 | | +| cm_info | obj | 广告控制 | | +| effects | obj | (?) | | +| assist | num | (?) | | +| blacklist | num | (?) | | +| vote | num | (?) | | +| lottery | num | (?) | | | config | obj | 评论区显示控制 | | | upper | obj | UP主信息 | | -| mode | num | 评论区类型id | | -| support_mode | array | 评论区支持的类型id | | -| show_bvid | bool | true | **作用尚不明确** | +| show_bvid | bool | 显示 bvid? | | | control | obj | 评论区输入属性 | | `data`中的`cursor`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ----- | ------------ | ----------------------- | -| all_count | num | 全部评论条数 | | -| is_begin | bool | 是否为第一页 | false:否
true:是 | -| prev | num | 上页页码 | | -| next | num | 下页页码 | | -| is_end | bool | 是否为最后页 | false:否
true:是 | -| mode | num | 排序方式 | | -| show_type | num | 1 | **作用尚不明确** | -| support_mode | array | ??? | | -| name | str | 评论区类型名 | | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ----- | -------------- | ----------------------- | +| all_count | num | 全部评论条数 | | +| is_begin | bool | 是否为第一页 | false:否
true:是 | +| prev | num | 上页页码 | | +| next | num | 下页页码 | | +| is_end | bool | 是否为最后页 | false:否
true:是 | +| mode | num | 排序方式 | | +| show_type | num | (?) | | +| support_mode | array | 支持的排序方式 | | +| name | str | 评论区类型名 | | -`cursor`中的`support_mode`数组: +`data`中的`config`对象: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ---- | ---------------- | -| 0 | num | 1 | **作用尚不明确** | -| 1 | num | 2 | **作用尚不明确** | -| 2 | num | 3 | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ------------------------- | ---- | +| showadmin | num | 是否显示管理置顶 | | +| showentry | num | ? | | +| showfloor | num | 是否显示楼层号 | | +| showtopic | num | 是否显示话题 | | +| show_up_flag | bool | 是否显示“UP 觉得很赞”标志 | | +| read_only | bool | 是否只读评论区 | | +| show_del_log | bool | 是否显示删除记录 | | + +`data`中的`hots`数组: + +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------------- | -------------------------------------- | +| 0 | obj | 热评条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 热评条目 (n+1) | 按照热评热度排列 | +| …… | obj | …… | …… | + +`data`中的`replies`数组: + +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------------- | -------------------------------------- | +| 0 | obj | 评论条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 评论条目 (n+1) | 按照指定的顺序排列 | +| …… | obj | …… | …… | `data`中的`top`对象: | 字段 | 类型 | 内容 | 备注 | | ----- | ----------------------------- | -------------- | -------------------------------------- | | admin | 有效时:obj
无效时:null | 管理员置顶条目 | [对象定义见表](readme.md#评论条目对象) | -| upper | 有效时:obj
无效时:null | UP主置顶条目 | [对象定义见表](readme.md#评论条目对象) | +| upper | 有效时:obj
无效时:null | UP 主置顶条目 | [对象定义见表](readme.md#评论条目对象) | | vote | 有效时:obj
无效时:null | 投票置顶条目 | [对象定义见表](readme.md#评论条目对象) | -`data`中的`config`对象: - -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | ------------------------ | ---- | -| showadmin | num | 是否显示管理置顶 | | -| showentry | num | ? | | -| showfloor | num | 是否显示楼层号 | | -| showtopic | num | 是否显示话题 | | -| show_up_flag | bool | 是否显示“UP觉得很赞”标志 | | -| read_only | bool | 是否只读评论区 | | -| show_del_log | bool | 是否显示删除记录 | | - -`data`中的`replies`数组: - -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ------------- | -------------------------------------- | -| 0 | obj | 评论条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 评论条目(n+1) | 按照指定的顺序排列 | -| …… | obj | …… | …… | - -`data`中的`hots`数组: - -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ------------- | -------------------------------------- | -| 0 | obj | 热评条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 热评条目(n+1) | 按照热评热度排列 | -| …… | obj | …… | …… | - `data`中的`upper`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---- | ---- | ------- | ---- | -| mid | num | UP主mid | | +| 字段 | 类型 | 内容 | 备注 | +| ---- | ---- | --------- | ---- | +| mid | num | UP 主 mid | | `data`中的`notice`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------- | ---- | --------------- | ---- | -| content | str | 公告正文 | | -| id | num | 公告id | | -| link | str | 公告页面链接url | | -| title | str | 公告标题 | | - -`data`中的`support_mode`数组: - -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ---- | ---------------- | -| 0 | num | 1 | **作用尚不明确** | -| 1 | num | 2 | **作用尚不明确** | -| 2 | num | 3 | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------- | ---- | ---------------- | ---- | +| content | str | 公告正文 | | +| id | num | 公告 id | | +| link | str | 公告页面链接 url | | +| title | str | 公告标题 | | `data`中的`folder`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---------- | ---- | ------ | ---------------- | -| has_folded | bool | false | **作用尚不明确** | -| is_folded | bool | false | **作用尚不明确** | -| rule | str | ??? | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ---------- | ---- | ---------------------- | ---- | +| has_folded | bool | 评论区是否存在折叠评论 | | +| is_folded | bool | 是否折叠? | | +| rule | str | 相关规则页面 url | | `data`中的`control`对象: | 字段 | 类型 | 内容 | 备注 | | ------------------------ | ---- | ------------------ | ----------------------------------- | -| input_disable | bool | false | **作用尚不明确** | +| input_disable | bool | (?) | | | root_input_text | str | 评论框文字 | | | child_input_text | str | 评论框文字 | | | bg_text | str | 空评论区文字 | | | web_selection | bool | 评论是否筛选后可见 | false:无需筛选
true:需要筛选 | | answer_guide_text | str | 答题页面链接文字 | | -| answer_guide_icon_url | str | 答题页面图标url | | -| answer_guide_ios_url | str | 答题页面ios url | | -| answer_guide_android_url | str | 答题页面安卓url | | +| answer_guide_icon_url | str | 答题页面图标 url | | +| answer_guide_ios_url | str | 答题页面 ios url | | +| answer_guide_android_url | str | 答题页面安卓 url | | **示例:** -获取视频`av2`的评论区明细(显示楼层号),按照热度排序,每页5项,查看第1页 +获取视频`av2`的评论区明细,按照热度排序,每页5项,查看第1页 ```shell curl -G 'http://api.bilibili.com/x/v2/reply/main' \ @@ -2507,7 +1030,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "ttl": 1, "data": { "cursor": { - "all_count": 65150, + "all_count": 76793, "is_begin": true, "prev": 1, "next": 2, @@ -2532,9 +1055,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "root": 0, "parent": 0, "dialog": 0, - "count": 1891, - "rcount": 1841, - "floor": 2, + "count": 2733, + "rcount": 2608, "state": 0, "fansgrade": 0, "attr": 0, @@ -2542,7 +1064,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "476670", "root_str": "0", "parent_str": "0", - "like": 53624, + "like": 90419, "action": 0, "member": { "mid": "58426", @@ -2552,6 +1074,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "avatar": "http://i1.hdslb.com/bfs/face/56ac36b37662e3746228f30eb4acf2cd332b66a5.jpg", "rank": "20000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 6, "current_min": 0, @@ -2563,13 +1087,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 30, "name": "字幕君", - "image": "http://i2.hdslb.com/bfs/face/383c3fed3dc162c93a8d616a272693f6650e98f1.png", - "image_small": "http://i0.hdslb.com/bfs/face/7ad18084e40b725210e22696e0efdae408cd378c.png", + "image": "http://i1.hdslb.com/bfs/face/383c3fed3dc162c93a8d616a272693f6650e98f1.png", + "image_small": "http://i2.hdslb.com/bfs/face/7ad18084e40b725210e22696e0efdae408cd378c.png", "level": "稀有勋章", "condition": "弹幕大赛获得" }, @@ -2578,18 +1103,25 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "desc": "" }, "vip": { - "vipType": 1, - "vipDueDate": 1550851200000, + "vipType": 2, + "vipDueDate": 1710777600000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 0, + "vipStatus": 1, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "", - "label_theme": "" - } + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, @@ -2598,120 +1130,19 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "貌似没人来", - "plat": 1, + "plat": 0, "device": "", "members": [], "jump_url": {}, "max_line": 6 }, "replies": [ - { - "rpid": 568785293, - "oid": 2, - "type": 1, - "mid": 52987877, - "root": 476670, - "parent": 476670, - "dialog": 568785293, - "count": 0, - "rcount": 0, - "floor": 20, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1514903586, - "rpid_str": "568785293", - "root_str": "476670", - "parent_str": "476670", - "like": 3136, - "action": 0, - "member": { - "mid": "52987877", - "uname": "Mr-Shadow", - "sex": "男", - "sign": "重灾区话题回避", - "avatar": "http://i1.hdslb.com/bfs/face/40c52920c0285080df5bde72765b1e181d05fb17.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 457, - "name": "少女前线", - "image": "http://i2.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png", - "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png" - }, - "nameplate": { - "nid": 61, - "name": "饭圈楷模", - "image": "http://i1.hdslb.com/bfs/face/5a90f715451325c642a6ac39e01195cb6d075734.png", - "image_small": "http://i0.hdslb.com/bfs/face/5bfc1b4fb3f4b411495dddb0b2127ad80f6fbcac.png", - "level": "普通勋章", - "condition": "当前持有粉丝勋章最高等级>=10级" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1618502400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 457, - "name": "少女前线", - "image": "http://i0.hdslb.com/bfs/face/295cd9505bfe2edd360becd1ffd70f1870505696.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "你可能抢到了整个b站最难抢到的沙发(`・ω・´)", - "plat": 6, - "device": "pad", - "members": [], - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, { "rpid": 214198733, "oid": 2, @@ -2722,7 +1153,6 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "dialog": 214198733, "count": 0, "rcount": 0, - "floor": 2, "state": 0, "fansgrade": 0, "attr": 0, @@ -2730,16 +1160,18 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "214198733", "root_str": "476670", "parent_str": "476670", - "like": 1185, + "like": 1958, "action": 0, "member": { "mid": "18370638", "uname": "初音ハク", "sex": "保密", "sign": "我是艾尔的利刃", - "avatar": "http://i0.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", + "avatar": "http://i0.hdslb.com/bfs/face/71b838cc7c69dc16e0ad49fa4e6f84a2fe2eaadb.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -2751,13 +1183,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 74, "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i1.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", + "image": "http://i0.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", + "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", "level": "稀有勋章", "condition": "2018.6.26-7.8某一天是年度大会员" }, @@ -2767,7 +1200,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 2, - "vipDueDate": 1620403200000, + "vipDueDate": 1654790400000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -2776,8 +1209,15 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, @@ -2786,15 +1226,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -2807,36 +1249,174 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1821天前发布" + } }, { - "rpid": 214198179, + "rpid": 568785293, "oid": 2, "type": 1, - "mid": 18370638, + "mid": 52987877, "root": 476670, "parent": 476670, - "dialog": 214198179, + "dialog": 568785293, "count": 0, "rcount": 0, - "floor": 1, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1488888303, - "rpid_str": "214198179", + "ctime": 1514903586, + "rpid_str": "568785293", "root_str": "476670", "parent_str": "476670", - "like": 1082, + "like": 6534, "action": 0, "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i0.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", + "mid": "52987877", + "uname": "Mr-Shadow", + "sex": "男", + "sign": "重灾区话题回避", + "avatar": "http://i2.hdslb.com/bfs/face/dc679f8221b27e2056c1ad018d168402d80d98d5.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 2511, + "name": "初音未来13周年", + "image": "http://i2.hdslb.com/bfs/garb/item/4f8f3f1f2d47f0dad84f66aa57acd4409ea46361.png", + "expire": 0, + "image_enhance": "http://i2.hdslb.com/bfs/garb/item/fe0b83b53e2342b16646f6e7a9370d8a867decdb.webp", + "image_enhance_frame": "http://i2.hdslb.com/bfs/garb/item/127c507ec8448be30cf5f79500ecc6ef2fd32f2c.png" + }, + "nameplate": { + "nid": 61, + "name": "有爱楷模", + "image": "http://i2.hdslb.com/bfs/face/5a90f715451325c642a6ac39e01195cb6d075734.png", + "image_small": "http://i0.hdslb.com/bfs/face/5bfc1b4fb3f4b411495dddb0b2127ad80f6fbcac.png", + "level": "普通勋章", + "condition": "当前持有粉丝勋章最高等级>=10级" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 2, + "vipDueDate": 1666281600000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": { + "id": 2511, + "name": "初音未来13周年", + "image": "http://i0.hdslb.com/bfs/garb/item/4f8f3f1f2d47f0dad84f66aa57acd4409ea46361.png", + "jump_url": "", + "type": "suit", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/fe0b83b53e2342b16646f6e7a9370d8a867decdb.webp", + "image_enhance_frame": "http://i0.hdslb.com/bfs/garb/item/127c507ec8448be30cf5f79500ecc6ef2fd32f2c.png" + }, + "cardbg": { + "id": 2528, + "name": "初音未来13周年", + "image": "http://i0.hdslb.com/bfs/garb/item/7dbd22f700e0a7fe0c0d0da7b1a54241626bf1cd.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/2554?navhide=1&mid=52987877&from=reply", + "fan": { + "is_fan": 1, + "number": 94388, + "color": "#07b6d5", + "name": "初音未来周年纪念", + "num_desc": "094388" + }, + "type": "suit" + }, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "你可能抢到了整个b站最难抢到的沙发(`・ω・´)", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1520天前发布" + } + }, + { + "rpid": 2237449754, + "oid": 2, + "type": 1, + "mid": 400121455, + "root": 476670, + "parent": 568785293, + "dialog": 568785293, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1578311878, + "rpid_str": "2237449754", + "root_str": "476670", + "parent_str": "568785293", + "like": 194, + "action": 0, + "member": { + "mid": "400121455", + "uname": "TxAY丶", + "sex": "保密", + "sign": "6月后有空做视频 | 星火工作室后期、CM拜年祭制作成员", + "avatar": "http://i1.hdslb.com/bfs/face/ce011d50196afd8fedc45240f6aebab061aee524.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -2848,33 +1428,40 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i1.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" + "nid": 4, + "name": "青铜殿堂", + "image": "http://i2.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", + "image_small": "http://i1.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", + "level": "普通勋章", + "condition": "单个自制视频总播放数>=1万" }, "official_verify": { "type": -1, "desc": "" }, "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, + "vipType": 1, + "vipDueDate": 1626364800000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -2883,15 +1470,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "可怜的二楼(=・ω・=)", - "plat": 2, + "message": "回复 @Mr-Shadow :你可能抢到了整个b站最难抢到的热评的热评", + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -2904,7 +1493,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "786天前发布" + } } ], "assist": 0, @@ -2917,36 +1510,43 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": true + "show_follow": true, + "invisible": false, + "reply_control": { + "sub_reply_entry_text": "共2608条回复", + "sub_reply_title_text": "相关回复共2608条", + "time_desc": "4107天前发布" + } }, { - "rpid": 2576184175, + "rpid": 917945205, "oid": 2, "type": 1, - "mid": 24512285, + "mid": 34762090, "root": 0, "parent": 0, "dialog": 0, - "count": 838, - "rcount": 801, - "floor": 40932, + "count": 461, + "rcount": 365, "state": 0, - "fansgrade": 0, + "fansgrade": 1, "attr": 0, - "ctime": 1584945297, - "rpid_str": "2576184175", + "ctime": 1532071373, + "rpid_str": "917945205", "root_str": "0", "parent_str": "0", - "like": 27469, - "action": 1, + "like": 29793, + "action": 0, "member": { - "mid": "24512285", - "uname": "霁歆", + "mid": "34762090", + "uname": "某不科学的瓜皮", "sex": "男", - "sign": "", - "avatar": "http://i2.hdslb.com/bfs/face/9cb18f0a8e9cae048dfa816972ee247111a8e22d.jpg", + "sign": "持杯拱天,谓无言,静沉眠", + "avatar": "http://i1.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -2954,71 +1554,90 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "next_exp": 0 }, "pendant": { - "pid": 994, - "name": "格兰芬多", - "image": "http://i2.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png", + "pid": 0, + "name": "", + "image": "", "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 58, - "name": "收集达人", - "image": "http://i1.hdslb.com/bfs/face/3f5539e1486303422ffc8595862ccb6606e0b745.png", - "image_small": "http://i0.hdslb.com/bfs/face/cf85e7908095d256e595ec9759f4e7795f23bc22.png", + "nid": 4, + "name": "青铜殿堂", + "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", + "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", "level": "普通勋章", - "condition": "同时拥有粉丝勋章>=15个" + "condition": "单个自制视频总播放数>=1万" }, "official_verify": { "type": -1, "desc": "" }, "vip": { - "vipType": 2, - "vipDueDate": 1613577600000, + "vipType": 1, + "vipDueDate": 1631980800000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": { + "uid": 34762090, + "medal_id": 29058, + "medal_name": "逸国", + "score": 0, + "level": 1, + "intimacy": 0, + "master_status": 1, + "is_receive": 1, + "medal_color": 643602062, + "medal_color_end": 643602062, + "medal_color_border": 4284257934, + "medal_color_name": 4284257934, + "medal_color_level": 4284257934, + "guard_level": 0 }, - "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": { - "id": 994, - "name": "格兰芬多", - "image": "http://i0.hdslb.com/bfs/face/2dee633139ce7c6b0dca657236240cc399c090be.png", - "jump_url": "", - "type": "vip" - }, + "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "人类最古のav号(挂了的不算)也变成bv了[大哭][大哭][大哭]青春结束了", - "plat": 2, + "message": "7.20日,站长被封7天\n\n历史性留名[2233娘_卖萌]", + "plat": 0, "device": "", "members": [], "emote": { - "[大哭]": { - "id": 5, - "package_id": 1, + "[2233娘_卖萌]": { + "id": 140, + "package_id": 6, "state": 0, - "type": 1, + "type": 2, "attr": 0, - "text": "[大哭]", - "url": "http://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", + "text": "[2233娘_卖萌]", + "url": "http://i0.hdslb.com/bfs/emote/ea893aa25355de95ab4f03c2dad3f0c58d0c159e.png", "meta": { - "size": 1 + "size": 2 }, - "mtime": 1577702898 + "mtime": 1626664892, + "jump_title": "卖萌" } }, "jump_url": {}, @@ -3026,35 +1645,36 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "replies": [ { - "rpid": 2578082161, + "rpid": 1781253749, "oid": 2, "type": 1, - "mid": 407225717, - "root": 2576184175, - "parent": 2576184175, - "dialog": 2578082161, + "mid": 34762090, + "root": 917945205, + "parent": 917945205, + "dialog": 1781253749, "count": 0, "rcount": 0, - "floor": 68, "state": 0, - "fansgrade": 0, + "fansgrade": 1, "attr": 0, - "ctime": 1584964926, - "rpid_str": "2578082161", - "root_str": "2576184175", - "parent_str": "2576184175", - "like": 1005, + "ctime": 1563598609, + "rpid_str": "1781253749", + "root_str": "917945205", + "parent_str": "917945205", + "like": 1224, "action": 0, "member": { - "mid": "407225717", - "uname": "渣男5107号", - "sex": "保密", - "sign": "", - "avatar": "http://i2.hdslb.com/bfs/face/b7af802409026c6534441eb5298434feed41fd1d.jpg", + "mid": "34762090", + "uname": "某不科学的瓜皮", + "sex": "男", + "sign": "持杯拱天,谓无言,静沉眠", + "avatar": "http://i1.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 4, + "current_level": 5, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -3064,15 +1684,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" + "nid": 4, + "name": "青铜殿堂", + "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", + "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", + "level": "普通勋章", + "condition": "单个自制视频总播放数>=1万" }, "official_verify": { "type": -1, @@ -3080,7 +1701,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 1, - "vipDueDate": 1583942400000, + "vipDueDate": 1631980800000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -3089,40 +1710,64 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": { + "uid": 34762090, + "medal_id": 29058, + "medal_name": "逸国", + "score": 0, + "level": 1, + "intimacy": 0, + "master_status": 1, + "is_receive": 1, + "medal_color": 643602062, + "medal_color_end": 643602062, + "medal_color_border": 4284257934, + "medal_color_name": 4284257934, + "medal_color_level": 4284257934, + "guard_level": 0 }, - "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "先留个名,估计以后av会被当成冷知识放出来[大哭]", - "plat": 2, + "message": "站长被封一周年 [小电视_笑]", + "plat": 0, "device": "", "members": [], "emote": { - "[大哭]": { - "id": 5, - "package_id": 1, + "[小电视_笑]": { + "id": 121, + "package_id": 5, "state": 0, - "type": 1, + "type": 2, "attr": 0, - "text": "[大哭]", - "url": "http://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", + "text": "[小电视_笑]", + "url": "http://i0.hdslb.com/bfs/emote/f80d384875183dfe2e24be13011c595c0210d273.png", "meta": { - "size": 1 + "size": 2 }, - "mtime": 1577702898 + "mtime": 1628587688, + "jump_title": "笑" } }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -3135,36 +1780,41 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "956天前发布" + } }, { - "rpid": 2576348604, + "rpid": 1781556726, "oid": 2, "type": 1, - "mid": 172853390, - "root": 2576184175, - "parent": 2576184175, - "dialog": 2576348604, + "mid": 417437969, + "root": 917945205, + "parent": 1781253749, + "dialog": 1781253749, "count": 0, "rcount": 0, - "floor": 1, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1584947227, - "rpid_str": "2576348604", - "root_str": "2576184175", - "parent_str": "2576184175", - "like": 245, + "ctime": 1563605321, + "rpid_str": "1781556726", + "root_str": "917945205", + "parent_str": "1781253749", + "like": 372, "action": 0, "member": { - "mid": "172853390", - "uname": "剑惊风雨丶", + "mid": "417437969", + "uname": "理查奈德", "sex": "男", - "sign": "这个人勤快死了,什么都没有写(ー_ー)!!", - "avatar": "http://i1.hdslb.com/bfs/face/41c25392a4f96f48c499cc68dd9ad3215227c5ed.jpg", + "sign": "欲雷普琪露诺的各种小圈子小鬼", + "avatar": "http://i2.hdslb.com/bfs/face/6923f6414503413f292a1cfad13ac483683a77d6.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -3176,7 +1826,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -3201,8 +1852,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -3211,15 +1868,33 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "av号还是可以搜啊", - "plat": 2, + "message": "回复 @某不科学的瓜皮 :这是件值得庆祝的日子啊(滑稽保命)[滑稽]", + "plat": 0, "device": "", "members": [], + "emote": { + "[滑稽]": { + "id": 27, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[滑稽]", + "url": "http://i0.hdslb.com/bfs/emote/d15121545a99ac46774f1f4465b895fe2d1411c3.png", + "meta": { + "size": 1 + }, + "mtime": 1645206695, + "jump_title": "滑稽" + } + }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -3232,7 +1907,413 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "956天前发布" + } + }, + { + "rpid": 2254034005, + "oid": 2, + "type": 1, + "mid": 435781129, + "root": 917945205, + "parent": 917945205, + "dialog": 2254034005, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1578829367, + "rpid_str": "2254034005", + "root_str": "917945205", + "parent_str": "917945205", + "like": 137, + "action": 0, + "member": { + "mid": "435781129", + "uname": "yourmumdie", + "sex": "保密", + "sign": "签名不能留八个字", + "avatar": "http://i1.hdslb.com/bfs/face/77489a807c616304cef9ac446b8bed2528de4e25.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 5, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1644249600000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "av7", + "plat": 0, + "device": "", + "members": [], + "jump_url": { + "av7": { + "title": "2012地球便当之日宣传片", + "state": 0, + "prefix_icon": "https://i0.hdslb.com/bfs/activity-plat/static/20201110/4c8b2dbaded282e67c9a31daa4297c3c/AeQJlYP7e.png", + "app_url_schema": "", + "app_name": "", + "app_package_name": "", + "click_report": "7", + "is_half_screen": false, + "exposure_report": "" + } + }, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "780天前发布" + } + } + ], + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "https://www.bilibili.com/blackboard/foldingreply.html" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": true, + "invisible": false, + "reply_control": { + "sub_reply_entry_text": "共365条回复", + "sub_reply_title_text": "相关回复共365条", + "time_desc": "1321天前发布" + } + }, + { + "rpid": 2576184175, + "oid": 2, + "type": 1, + "mid": 24512285, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 1066, + "rcount": 1000, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1584945297, + "rpid_str": "2576184175", + "root_str": "0", + "parent_str": "0", + "like": 44307, + "action": 0, + "member": { + "mid": "24512285", + "uname": "艾斯黛斯T", + "sex": "男", + "sign": "飞飞飞", + "avatar": "http://i2.hdslb.com/bfs/face/e2176a16d749fdb720d4181309d4075c91db7952.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 4104, + "name": "良辰美景·不问天", + "image": "http://i2.hdslb.com/bfs/garb/item/4dbf08aae75f9479a21db2bb289229b8d71631e1.png", + "expire": 0, + "image_enhance": "http://i2.hdslb.com/bfs/garb/item/253bf41272ddef301c1f6a0361abd49d772bfafc.webp", + "image_enhance_frame": "http://i2.hdslb.com/bfs/garb/item/c4934a1ffdb3865fe79b319de439af3973b53ec9.png" + }, + "nameplate": { + "nid": 58, + "name": "收集达人", + "image": "http://i0.hdslb.com/bfs/face/3f5539e1486303422ffc8595862ccb6606e0b745.png", + "image_small": "http://i0.hdslb.com/bfs/face/cf85e7908095d256e595ec9759f4e7795f23bc22.png", + "level": "普通勋章", + "condition": "同时拥有粉丝勋章>=15个" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 2, + "vipDueDate": 1646236800000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": { + "id": 4104, + "name": "良辰美景·不问天", + "image": "http://i0.hdslb.com/bfs/garb/item/4dbf08aae75f9479a21db2bb289229b8d71631e1.png", + "jump_url": "", + "type": "suit", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/253bf41272ddef301c1f6a0361abd49d772bfafc.webp", + "image_enhance_frame": "http://i0.hdslb.com/bfs/garb/item/c4934a1ffdb3865fe79b319de439af3973b53ec9.png" + }, + "cardbg": { + "id": 4123, + "name": "良辰美景·不问天", + "image": "http://i0.hdslb.com/bfs/garb/item/f251c507a2b09605d414c9107ffe2073bbf65735.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/4019?navhide=1&mid=24512285&from=reply", + "fan": { + "is_fan": 1, + "number": 70746, + "color": "#fe7491", + "name": "良辰美景·不问天", + "num_desc": "070746" + }, + "type": "suit" + }, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "人类最古のav号(挂了的不算)也变成bv了[大哭][大哭][大哭]青春结束了", + "plat": 0, + "device": "", + "members": [], + "emote": { + "[大哭]": { + "id": 5, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[大哭]", + "url": "http://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", + "meta": { + "size": 1 + }, + "mtime": 1597738918, + "jump_title": "大哭" + } + }, + "jump_url": {}, + "max_line": 6 + }, + "replies": [ + { + "rpid": 2578082161, + "oid": 2, + "type": 1, + "mid": 407225717, + "root": 2576184175, + "parent": 2576184175, + "dialog": 2578082161, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1584964926, + "rpid_str": "2578082161", + "root_str": "2576184175", + "parent_str": "2576184175", + "like": 2030, + "action": 0, + "member": { + "mid": "407225717", + "uname": "白月魁单推人", + "sex": "保密", + "sign": "", + "avatar": "http://i2.hdslb.com/bfs/face/57899fca9856acfb2f92fdabf00e655a74aeae67.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 5, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "先留个名,估计以后av会被当成冷知识放出来[大哭]", + "plat": 0, + "device": "", + "members": [], + "emote": { + "[大哭]": { + "id": 5, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[大哭]", + "url": "http://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", + "meta": { + "size": 1 + }, + "mtime": 1597738918, + "jump_title": "大哭" + } + }, + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "709天前发布" + } }, { "rpid": 2579961512, @@ -3244,7 +2325,6 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "dialog": 2579961512, "count": 0, "rcount": 0, - "floor": 188, "state": 0, "fansgrade": 0, "attr": 0, @@ -3252,18 +2332,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "2579961512", "root_str": "2576184175", "parent_str": "2576184175", - "like": 135, + "like": 248, "action": 0, "member": { "mid": "329965337", "uname": "积极发言的刘同学", "sex": "男", - "sign": "化学世界真奇妙,学好化学炸学校。", + "sign": "Hi这里是刘同学,一个业余的校园摄影及公路自行车骑手,同时也是在校高中生(有时穿穿dk)", "avatar": "http://i2.hdslb.com/bfs/face/3b586d7dbe8c2dba32b213e0a474fe6d86921b85.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 4, + "current_level": 5, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -3273,7 +2355,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -3298,8 +2381,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -3308,15 +2397,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "10个小时就有6500多赞?你是魔鬼?", - "plat": 2, + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -3329,7 +2420,138 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "708天前发布" + } + }, + { + "rpid": 2596150498, + "oid": 2, + "type": 1, + "mid": 426825448, + "root": 2576184175, + "parent": 2578082161, + "dialog": 2578082161, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1585211858, + "rpid_str": "2596150498", + "root_str": "2576184175", + "parent_str": "2578082161", + "like": 605, + "action": 0, + "member": { + "mid": "426825448", + "uname": "TrueBinger", + "sex": "男", + "sign": "这个人不懒,但是什么都没有留下。", + "avatar": "http://i1.hdslb.com/bfs/face/4bcc2120e3cb0ce855de6500a9bc422e981ced32.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 5, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 62, + "name": "有爱大佬", + "image": "http://i0.hdslb.com/bfs/face/a10ee6b613e0d68d2dfdac8bbf71b94824e10408.png", + "image_small": "http://i2.hdslb.com/bfs/face/54f4c31ab9b1f1fa2c29dbbc967f66535699337e.png", + "level": "普通勋章", + "condition": "当前持有粉丝勋章最高等级>=15级" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1592668800000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "回复 @渣男5107号 :哈喽各位小伙伴们大家好,众所周知,世界第一大视频网站bilibili的视频采用bv号来标记视频,可小伙伴们知道吗,其实在2020.3之前,bv一直都是av哦!这已经是100000年前的事了,小伙伴们知道了吗[滑稽]", + "plat": 0, + "device": "", + "members": [], + "emote": { + "[滑稽]": { + "id": 27, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[滑稽]", + "url": "http://i0.hdslb.com/bfs/emote/d15121545a99ac46774f1f4465b895fe2d1411c3.png", + "meta": { + "size": 1 + }, + "mtime": 1645206695, + "jump_title": "滑稽" + } + }, + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "706天前发布" + } } ], "assist": 0, @@ -3342,7 +2564,13 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": true + "show_follow": true, + "invisible": false, + "reply_control": { + "sub_reply_entry_text": "共1000条回复", + "sub_reply_title_text": "相关回复共1000条", + "time_desc": "709天前发布" + } }, { "rpid": 495059, @@ -3352,9 +2580,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "root": 0, "parent": 0, "dialog": 0, - "count": 556, - "rcount": 531, - "floor": 5, + "count": 898, + "rcount": 838, "state": 2, "fansgrade": 0, "attr": 0, @@ -3362,16 +2589,18 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "495059", "root_str": "0", "parent_str": "0", - "like": 15960, + "like": 34223, "action": 0, "member": { "mid": "2", "uname": "碧诗", "sex": "男", "sign": "kami.im 直男过气网红 # av362830 “We Are Star Dust”", - "avatar": "http://i0.hdslb.com/bfs/app/3e60b20604b6fdc7d081eb6a1ec72aa47c5a3964.jpg", + "avatar": "http://i2.hdslb.com/bfs/face/ef0457addb24141e15dfac6fbf45293ccf1e32ab.jpg", "rank": "20000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 6, "current_min": 0, @@ -3379,17 +2608,18 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "next_exp": 0 }, "pendant": { - "pid": 1141, - "name": "如果历史是一群喵", - "image": "http://i2.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png", + "pid": 0, + "name": "", + "image": "", "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 10, "name": "见习偶像", - "image": "http://i0.hdslb.com/bfs/face/e93dd9edfa7b9e18bf46fd8d71862327a2350923.png", - "image_small": "http://i0.hdslb.com/bfs/face/275b468b043ec246737ab8580a2075bee0b1263b.png", + "image": "http://i2.hdslb.com/bfs/face/e93dd9edfa7b9e18bf46fd8d71862327a2350923.png", + "image_small": "http://i1.hdslb.com/bfs/face/275b468b043ec246737ab8580a2075bee0b1263b.png", "level": "普通勋章", "condition": "所有自制视频总播放数>=10万" }, @@ -3399,7 +2629,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 2, - "vipDueDate": 3848745600000, + "vipDueDate": 3901881600000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -3407,28 +2637,44 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "十年大会员", + "label_theme": "ten_annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, - "following": 1, + "following": 0, "is_followed": 0, "user_sailing": { - "pendant": { - "id": 1141, - "name": "如果历史是一群喵", - "image": "http://i0.hdslb.com/bfs/garb/item/cd3e9a6fa18db9ebdc128b0fef64cb32c5aab854.png", - "jump_url": "", + "pendant": null, + "cardbg": { + "id": 3865, + "name": "2021拜年纪", + "image": "http://i0.hdslb.com/bfs/garb/item/e2c4d4ba094ddb98c1f72114a12081b4eca7ed88.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/3898?navhide=1&mid=2&from=reply", + "fan": { + "is_fan": 1, + "number": 21206, + "color": "#ec3d39", + "name": "2021拜年纪", + "num_desc": "021206" + }, "type": "suit" }, - "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "wwwww", - "plat": 1, + "plat": 0, "device": "", "members": [], "jump_url": {}, @@ -3445,7 +2691,6 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "dialog": 164517433, "count": 0, "rcount": 0, - "floor": 1, "state": 0, "fansgrade": 0, "attr": 0, @@ -3453,18 +2698,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "164517433", "root_str": "495059", "parent_str": "495059", - "like": 207, + "like": 478, "action": 0, "member": { "mid": "3476504", - "uname": "麦斯科桑", + "uname": "MaskQwQ麦斯科", "sex": "保密", - "sign": "淡ACG的比例比例是屑.", - "avatar": "http://i0.hdslb.com/bfs/face/7bf954d807cbda4de4221d78f3b425534042ac02.jpg", + "sign": "重拾过去。。", + "avatar": "http://i2.hdslb.com/bfs/face/7bf954d807cbda4de4221d78f3b425534042ac02.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 6, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -3474,13 +2721,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "黑白无双", "image": "http://i2.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png" + "image_enhance": "http://i2.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", + "image_enhance_frame": "" }, "nameplate": { "nid": 74, "name": "大会员2018年度勋章", - "image": "http://i2.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", + "image": "http://i0.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", + "image_small": "http://i1.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", "level": "稀有勋章", "condition": "2018.6.26-7.8某一天是年度大会员" }, @@ -3490,7 +2738,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 2, - "vipDueDate": 1732204800000, + "vipDueDate": 1771344000000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -3499,8 +2747,15 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, @@ -3511,19 +2766,23 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "黑白无双", "image": "http://i0.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", "jump_url": "", - "type": "vip" + "type": "vip", + "image_enhance": "http://i0.hdslb.com/bfs/face/89b25cad74abd9e42a94b11e456bc21fe36b8763.png", + "image_enhance_frame": "" }, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "拉了半天总算是见了底", - "plat": 2, + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -3536,7 +2795,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1928天前发布" + } }, { "rpid": 464424502, @@ -3548,7 +2811,6 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "dialog": 464424502, "count": 0, "rcount": 0, - "floor": 8, "state": 0, "fansgrade": 1, "attr": 0, @@ -3556,18 +2818,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "rpid_str": "464424502", "root_str": "495059", "parent_str": "495059", - "like": 115, + "like": 298, "action": 0, "member": { "mid": "37145412", "uname": "边走边发呆", "sex": "男", "sign": "这个人懒死了,什么都不发=_= 头像是素晴日", - "avatar": "http://i1.hdslb.com/bfs/face/4dfe0f1b0bfc9b1afea9e3bacbc5a92221fe9b09.jpg", + "avatar": "http://i0.hdslb.com/bfs/face/4dfe0f1b0bfc9b1afea9e3bacbc5a92221fe9b09.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 6, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -3577,13 +2841,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 60, - "name": "饭圈萌新", + "name": "有爱萌新", "image": "http://i1.hdslb.com/bfs/face/51ca16136e570938450bca360f28761ceb609f33.png", - "image_small": "http://i0.hdslb.com/bfs/face/9abfa4769357f85937782c2dbc40fafda4f57217.png", + "image_small": "http://i2.hdslb.com/bfs/face/9abfa4769357f85937782c2dbc40fafda4f57217.png", "level": "普通勋章", "condition": "当前持有粉丝勋章最高等级>=5级" }, @@ -3602,8 +2867,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": { "uid": 37145412, @@ -3613,7 +2884,13 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "level": 7, "intimacy": 0, "master_status": 1, - "is_receive": 1 + "is_receive": 1, + "medal_color": 643660702, + "medal_color_end": 643660702, + "medal_color_border": 6126494, + "medal_color_name": 6126494, + "medal_color_level": 6126494, + "guard_level": 0 }, "following": 0, "is_followed": 0, @@ -3621,15 +2898,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "5000多楼6225评论(;¬_¬)手有点酸,如果不是特殊方法进来的话是要大会员吧(● ̄(エ) ̄●)", - "plat": 2, + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -3642,237 +2921,41 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false - }, - { - "rpid": 214199123, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 495059, - "parent": 495059, - "dialog": 214199123, - "count": 0, - "rcount": 0, - "floor": 5, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888421, - "rpid_str": "214199123", - "root_str": "495059", - "parent_str": "495059", - "like": 41, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i0.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i1.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "https://www.bilibili.com/blackboard/foldingreply.html" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": true - }, - { - "rpid": 208000425, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 0, - "parent": 0, - "dialog": 0, - "count": 544, - "rcount": 511, - "floor": 3569, - "state": 2, - "fansgrade": 0, - "attr": 12, - "ctime": 1487772179, - "rpid_str": "208000425", - "root_str": "0", - "parent_str": "0", - "like": 16857, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", - "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1650988800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1585天前发布" } }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "jump_url": "", - "type": "pay" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "av1是“公告”,主要是公布B站的部分升级内容、活动预告相关事件等信息。范围是2010年6月7日-2011年7月26日,UP主是ANA,整个合集共计1886P。内容以文本显示没有视频,现已无法进入,不过B站的官方微博、微信和*******可以查阅到相关内容。\n原稿请搜索知乎,有图,侵删【B站av1-6有人看过吗?】", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 6 - }, - "replies": [ { - "rpid": 208106601, + "rpid": 4002945120, "oid": 2, "type": 1, - "mid": 33202778, - "root": 208000425, - "parent": 208000425, - "dialog": 208106601, + "mid": 282146749, + "root": 495059, + "parent": 464424502, + "dialog": 464424502, "count": 0, "rcount": 0, - "floor": 7, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1487781338, - "rpid_str": "208106601", - "root_str": "208000425", - "parent_str": "208000425", - "like": 4663, + "ctime": 1611588059, + "rpid_str": "4002945120", + "root_str": "495059", + "parent_str": "464424502", + "like": 107, "action": 0, "member": { - "mid": "33202778", - "uname": "Adnini983", - "sex": "保密", - "sign": "Twitter:@adnini983 汤不热:https://adnini983.tumblr.com/", - "avatar": "http://i0.hdslb.com/bfs/face/8b11f5635b78cc5cdbd8245048405f52d24f187a.jpg", + "mid": "282146749", + "uname": "能天使exia", + "sex": "女", + "sign": "电子学会评测师,脑机非技术研究学者,黑客网络贴吧二周目群管,明日方舟三服,三崩子团长,公主焊接会长,红三圈模组收集者,游戏尝鲜人,随心情更新", + "avatar": "http://i1.hdslb.com/bfs/face/f6ec44a9d2785783fa6b1b2dd4b7ad7b17e7cbb9.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -3880,124 +2963,28 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "next_exp": 0 }, "pendant": { - "pid": 0, - "name": "", - "image": "", + "pid": 3508, + "name": "总之就是非常可爱", + "image": "http://i1.hdslb.com/bfs/garb/item/2c63178e3fcce804a851ef510e03c2b0e91a61e0.png", "expire": 0, - "image_enhance": "" + "image_enhance": "http://i1.hdslb.com/bfs/garb/item/2c63178e3fcce804a851ef510e03c2b0e91a61e0.png", + "image_enhance_frame": "" }, "nameplate": { - "nid": 6, - "name": "高级搬运工", - "image": "http://i1.hdslb.com/bfs/face/a9af39ab7ed08e078c45d58dd96a6411aba1a9d3.png", - "image_small": "http://i0.hdslb.com/bfs/face/46e5aae4667c72c379b46b51fac4b4426d9214e7.png", - "level": "高级勋章", - "condition": "转载视频投稿通过总数>=100" + "nid": 72, + "name": "风纪元老", + "image": "http://i0.hdslb.com/bfs/face/032bce9fd6dcb562d83b60f8a8719362b18a0afb.png", + "image_small": "http://i2.hdslb.com/bfs/face/2930b8bf5d7c68e1961d81ed3a59783af9d639a2.png", + "level": "稀有勋章", + "condition": "风纪委员连任期数 >= 12" }, "official_verify": { "type": -1, "desc": "" }, - "vip": { - "vipType": 1, - "vipDueDate": 1521043200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "这个就是我在知乎写的,我就是知乎上的Adnini983。但考虑到你标注了出处,我允许你予以保留。", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 208002062, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 208000425, - "parent": 208000425, - "dialog": 208002062, - "count": 0, - "rcount": 0, - "floor": 3, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1487772305, - "rpid_str": "208002062", - "root_str": "208000425", - "parent_str": "208000425", - "like": 1863, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", - "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" - }, "vip": { "vipType": 2, - "vipDueDate": 1650988800000, + "vipDueDate": 1727280000000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -4006,31 +2993,129 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", + "id": 3508, + "name": "总之就是非常可爱", + "image": "http://i0.hdslb.com/bfs/garb/item/2c63178e3fcce804a851ef510e03c2b0e91a61e0.png", "jump_url": "", - "type": "pay" + "type": "suit", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/2c63178e3fcce804a851ef510e03c2b0e91a61e0.png", + "image_enhance_frame": "" + }, + "cardbg": { + "id": 5323, + "name": "明日方舟音律系列", + "image": "http://i0.hdslb.com/bfs/garb/item/e62b17700b3c1bc981606905f85615363c183105.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=282146749&from=reply", + "fan": { + "is_fan": 1, + "number": 11418, + "color": "#ffb628", + "name": "明日方舟音律联觉", + "num_desc": "011418" + }, + "type": "suit" }, - "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "av4无法使用任何方式访问", - "plat": 2, + "message": "回复 @边走边发呆 :拜登时代洛阳铲,带人,食大便了,现在的b站没有楼层了[牛年]", + "plat": 0, "device": "", - "members": [], + "members": [ + { + "mid": "37145412", + "uname": "边走边发呆", + "sex": "男", + "sign": "这个人懒死了,什么都不发=_= 头像是素晴日", + "avatar": "http://i0.hdslb.com/bfs/face/4dfe0f1b0bfc9b1afea9e3bacbc5a92221fe9b09.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 60, + "name": "有爱萌新", + "image": "http://i1.hdslb.com/bfs/face/51ca16136e570938450bca360f28761ceb609f33.png", + "image_small": "http://i2.hdslb.com/bfs/face/9abfa4769357f85937782c2dbc40fafda4f57217.png", + "level": "普通勋章", + "condition": "当前持有粉丝勋章最高等级>=5级" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1559836800000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + } + } + ], + "emote": { + "[牛年]": { + "id": 3146, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[牛年]", + "url": "http://i0.hdslb.com/bfs/emote/9275275ff1f2659310648221107d20bc4970f106.png", + "meta": { + "size": 1 + }, + "mtime": 1611200715, + "jump_title": "牛年" + } + }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -4043,110 +3128,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false - }, - { - "rpid": 208000986, - "oid": 2, - "type": 1, - "mid": 30976371, - "root": 208000425, - "parent": 208000425, - "dialog": 208000986, - "count": 0, - "rcount": 0, - "floor": 1, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1487772222, - "rpid_str": "208000986", - "root_str": "208000425", - "parent_str": "208000425", - "like": 1573, - "action": 0, - "member": { - "mid": "30976371", - "uname": "紫荆7x", - "sex": "保密", - "sign": "寒山渐远渐明薄,未知前路几迢遥。 \n", - "avatar": "http://i1.hdslb.com/bfs/face/0939e21818bf913b4ee35aaa0e604fc9938047ce.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "expire": 0, - "image_enhance": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": 0, - "desc": "音乐人紫荆7x" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1650988800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 1635, - "name": "明日方舟-阿米娅", - "image": "http://i0.hdslb.com/bfs/face/34d7b5509d90dbc19f5f7e63788842e0080b00c2.png", - "jump_url": "", - "type": "pay" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "av2是一部名叫“字幕君交流场所”的视频,里面包含了东方Project的图片和音乐,UP主是碧诗。通常情况下无法打开,但可以使用唧唧下载视频。(现在可以打开了,恭喜你们)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "400天前发布" + } } ], "assist": 0, @@ -4159,36 +3145,43 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "sub_reply_entry_text": "共838条回复", + "sub_reply_title_text": "相关回复共838条", + "time_desc": "4100天前发布" + } }, { - "rpid": 917945205, + "rpid": 646408628, "oid": 2, "type": 1, - "mid": 34762090, + "mid": 33066927, "root": 0, "parent": 0, "dialog": 0, - "count": 125, - "rcount": 105, - "floor": 17977, + "count": 173, + "rcount": 160, "state": 0, "fansgrade": 1, "attr": 0, - "ctime": 1532071373, - "rpid_str": "917945205", + "ctime": 1519135750, + "rpid_str": "646408628", "root_str": "0", "parent_str": "0", - "like": 7514, + "like": 7197, "action": 0, "member": { - "mid": "34762090", - "uname": "某不科学的瓜皮", + "mid": "33066927", + "uname": "冰魂喵丶", "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i1.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", + "sign": "反正不要钱,多少关注下?\n等我有时间,就把你们全吃了", + "avatar": "http://i0.hdslb.com/bfs/face/f60445649445f69db7293f1cb611f6c0dcdd9a21.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -4200,15 +3193,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i0.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" + "nid": 71, + "name": "资深委员", + "image": "http://i1.hdslb.com/bfs/face/5beecb936bd7422a5ac11c9c5c8df56f334b2a65.png", + "image_small": "http://i0.hdslb.com/bfs/face/9f8e0d5cd0201cf7177199d9365be562be1deb05.png", + "level": "高级勋章", + "condition": "风纪委员连任期数 >= 6" }, "official_verify": { "type": -1, @@ -4216,7 +3210,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 1, - "vipDueDate": 1583164800000, + "vipDueDate": 1620748800000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -4225,79 +3219,204 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": { - "uid": 34762090, + "uid": 33066927, "medal_id": 29058, "medal_name": "逸国", "score": 0, "level": 1, "intimacy": 0, "master_status": 1, - "is_receive": 1 + "is_receive": 1, + "medal_color": 643602062, + "medal_color_end": 643602062, + "medal_color_border": 4284257934, + "medal_color_name": 4284257934, + "medal_color_level": 4284257934, + "guard_level": 0 }, "following": 0, "is_followed": 0, "user_sailing": { "pendant": null, - "cardbg": null, + "cardbg": { + "id": 32680, + "name": "坎公骑冠剑", + "image": "http://i0.hdslb.com/bfs/garb/item/e861ec7f80f9725fbed51bbfc51ade4c083ddedc.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/32658?navhide=1&mid=33066927&from=reply", + "fan": { + "is_fan": 1, + "number": 16578, + "color": "#f7b130", + "name": "坎公骑冠剑", + "num_desc": "016578" + }, + "type": "suit" + }, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "7.20日,站长被封7天\n\n历史性留名[2233娘_卖萌]", - "plat": 2, + "message": "第一首:来夢緑 - kagome-kagome ~ 月の眷属達カラオケ\n第二首:dBu music - 千年幻想郷 -Aurora sky edition-\n第三首:Sensitive Heart - 千年幻想郷 ~ History of the Moon\n第四首:Yellow-Zebra - 月の律动~Rhythm of the moon~(东方永夜抄 “千年幻想郷 ~ History of the Moon”)\n第五首:工藤舞 - D.S.F.S(ヴォヤージュ1969)\n第六首:Angelic Quasar - かの郷は永き幻の\n第七首:東方永夜抄 - 黒髪のアマンダ\n第八首:君の美術館 - 千年幻想郷 ~ History of the Moon\n\n------------------------\n这些是av:2出现的音乐,应该不会缺少的喵~。(笑) 如果有需要有兴趣的话欢迎复制喵~~(`・ω・´)\n复制的9818楼的\n前排提示:本视频只有大会员能看", + "plat": 0, "device": "", "members": [], - "emote": { - "[2233娘_卖萌]": { - "id": 140, - "package_id": 6, - "state": 0, - "type": 2, - "attr": 0, - "text": "[2233娘_卖萌]", - "url": "http://i0.hdslb.com/bfs/emote/ea893aa25355de95ab4f03c2dad3f0c58d0c159e.png", - "meta": { - "size": 2 - }, - "mtime": 1586316683 - } - }, "jump_url": {}, "max_line": 6 }, "replies": [ { - "rpid": 1781253749, + "rpid": 646507261, "oid": 2, "type": 1, - "mid": 34762090, - "root": 917945205, - "parent": 917945205, - "dialog": 1781253749, + "mid": 11531860, + "root": 646408628, + "parent": 646408628, + "dialog": 646507261, "count": 0, "rcount": 0, - "floor": 4, "state": 0, - "fansgrade": 1, + "fansgrade": 0, "attr": 0, - "ctime": 1563598609, - "rpid_str": "1781253749", - "root_str": "917945205", - "parent_str": "917945205", - "like": 375, + "ctime": 1519138195, + "rpid_str": "646507261", + "root_str": "646408628", + "parent_str": "646408628", + "like": 140, "action": 0, "member": { - "mid": "34762090", - "uname": "某不科学的瓜皮", + "mid": "11531860", + "uname": "方圆十里有名的俊后生", "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i1.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", + "sign": "", + "avatar": "http://i0.hdslb.com/bfs/baselabs/fab0bf0029e891eed162175c73473003528a5f22.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 1, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1647619200000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "大会员", + "label_theme": "vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "车万大法好", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1471天前发布" + } + }, + { + "rpid": 1601887431, + "oid": 2, + "type": 1, + "mid": 341470991, + "root": 646408628, + "parent": 646408628, + "dialog": 1601887431, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1557745446, + "rpid_str": "1601887431", + "root_str": "646408628", + "parent_str": "646408628", + "like": 94, + "action": 0, + "member": { + "mid": "341470991", + "uname": "飞行科", + "sex": "保密", + "sign": "", + "avatar": "http://i2.hdslb.com/bfs/face/327188d3f35510699e54a65a65b2fba95dd6ded2.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -4309,15 +3428,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i0.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, @@ -4325,7 +3445,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ }, "vip": { "vipType": 1, - "vipDueDate": 1583164800000, + "vipDueDate": 1626364800000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -4334,49 +3454,33 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "label": { "path": "", "text": "", - "label_theme": "" - } - }, - "fans_detail": { - "uid": 34762090, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 1, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, + "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "站长被封一周年 [小电视_笑]", - "plat": 2, + "message": "东方不能沉", + "plat": 0, "device": "", "members": [], - "emote": { - "[小电视_笑]": { - "id": 121, - "package_id": 5, - "state": 0, - "type": 2, - "attr": 0, - "text": "[小电视_笑]", - "url": "http://i0.hdslb.com/bfs/emote/f80d384875183dfe2e24be13011c595c0210d273.png", - "meta": { - "size": 2 - }, - "mtime": 1591272851 - } - }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -4389,38 +3493,43 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1024天前发布" + } }, { - "rpid": 1387109941, + "rpid": 1627517285, "oid": 2, "type": 1, - "mid": 317451026, - "root": 917945205, - "parent": 917945205, - "dialog": 1387109941, + "mid": 244446278, + "root": 646408628, + "parent": 646408628, + "dialog": 1627517285, "count": 0, "rcount": 0, - "floor": 1, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1550139263, - "rpid_str": "1387109941", - "root_str": "917945205", - "parent_str": "917945205", - "like": 295, + "ctime": 1558630445, + "rpid_str": "1627517285", + "root_str": "646408628", + "parent_str": "646408628", + "like": 75, "action": 0, "member": { - "mid": "317451026", - "uname": "草_grass", + "mid": "244446278", + "uname": "KRHX", "sex": "男", - "sign": "NOTHING", - "avatar": "http://i0.hdslb.com/bfs/face/c4569f98034a7810063bc52eef9d446711688c12.jpg", + "sign": "自由的明天仍在前方\n如繁星般闪烁着光芒\n即便只是缥缈的愿景\n也要朝着那黎明迈向\n哪怕路途艰辛\n哪怕前途渺茫\n世间进步仍未停息\n向那理想的彼方", + "avatar": "http://i2.hdslb.com/bfs/face/df0e691dd30d84f9c5224dbb7820b03953c7e6de.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 4, + "current_level": 5, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -4430,7 +3539,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -4445,18 +3555,25 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "desc": "" }, "vip": { - "vipType": 0, - "vipDueDate": 0, + "vipType": 2, + "vipDueDate": 1647446400000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 0, + "vipStatus": 1, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "", - "label_theme": "" - } + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, @@ -4465,15 +3582,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "头七还行?", - "plat": 1, + "message": "东方不能沉啊", + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -4486,168 +3605,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false - }, - { - "rpid": 1781556726, - "oid": 2, - "type": 1, - "mid": 417437969, - "root": 917945205, - "parent": 1781253749, - "dialog": 1781253749, - "count": 0, - "rcount": 0, - "floor": 5, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1563605321, - "rpid_str": "1781556726", - "root_str": "917945205", - "parent_str": "1781253749", - "like": 116, - "action": 0, - "member": { - "mid": "417437969", - "uname": "理查奈德", - "sex": "男", - "sign": "手殘的屑玩家兼見習音罵製作者,有正常麥克風了可能會搞手書配音?", - "avatar": "http://i0.hdslb.com/bfs/face/6923f6414503413f292a1cfad13ac483683a77d6.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 4, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "回复 @某不科学的瓜皮 :这是件值得庆祝的日子啊(滑稽保命)[滑稽]", - "plat": 2, - "device": "", - "members": [ - { - "mid": "34762090", - "uname": "某不科学的瓜皮", - "sex": "男", - "sign": "持杯拱天,谓无言,静沉眠", - "avatar": "http://i1.hdslb.com/bfs/face/cc61140c64409a3f5793207f3c866555e8638ab5.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i0.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1583164800000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - } - } - ], - "emote": { - "[滑稽]": { - "id": 27, - "package_id": 1, - "state": 0, - "type": 1, - "attr": 0, - "text": "[滑稽]", - "url": "http://i0.hdslb.com/bfs/emote/d15121545a99ac46774f1f4465b895fe2d1411c3.png", - "meta": { - "size": 1 - }, - "mtime": 1577702898 - } - }, - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "1013天前发布" + } } ], "assist": 0, @@ -4660,7 +3622,13 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "sub_reply_entry_text": "共160条回复", + "sub_reply_title_text": "相关回复共160条", + "time_desc": "1471天前发布" + } } ], "top": { @@ -4668,12 +3636,24 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "upper": null, "vote": null }, + "top_replies": null, "lottery_card": null, "folder": { "has_folded": false, "is_folded": false, "rule": "https://www.bilibili.com/blackboard/foldingreply.html" }, + "up_selection": { + "pending_count": 0, + "ignore_count": 0 + }, + "cm": {}, + "cm_info": { + "ads": null + }, + "effects": { + "preloading": "" + }, "assist": 0, "blacklist": 0, "vote": 0, @@ -4690,25 +3670,31 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ "upper": { "mid": 2 }, - "show_bvid": true, + "show_bvid": false, "control": { "input_disable": false, - "root_input_text": "", + "root_input_text": "发一条友善的评论", "child_input_text": "", + "giveup_input_text": "不发没关系,请继续友善哦~", "bg_text": "看看下面~来发评论吧", "web_selection": false, "answer_guide_text": "需要升级成为lv2会员后才可以评论,先去答题转正吧!", "answer_guide_icon_url": "http://i0.hdslb.com/bfs/emote/96940d16602cacbbac796245b7bb99fa9b5c970c.png", "answer_guide_ios_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=12", - "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6" - } + "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6", + "show_type": 1, + "show_text": "", + "disable_jump_emote": false + }, + "note": 1, + "callbacks": null } } ``` -## 获取指定评论条目及二级回复明细(分离结构 无楼层号) +## 获取指定评论的回复 > http://api.bilibili.com/x/v2/reply/reply @@ -4716,18 +3702,18 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ 认证方式:Cookie(SESSDATA)或APP -按照热度排列 +按照回复顺序排序 **url参数:** -| 参数名 | 类型 | 内容 | 必要性 | 备注 | -| ---------- | ---- | ---------------- | ----------- | ---------------------------------------- | -| access_key | str | APP登录Token | APP方式必要 | | -| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | -| oid | num | 目标评论区id | 必要 | | -| root | num | 目标一级评论rpid | 必要 | | -| pn | num | 二级评论页码 | 非必要 | 默认为1 | -| ps | num | 二级评论每页项数 | 非必要 | 默认为20
定义域:1-49 | +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ---------- | ---- | -------------- | ------------ | ---------------------------------------- | +| access_key | str | APP登录 Token | APP 方式必要 | | +| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | +| oid | num | 目标评论区 id | 必要 | | +| root | num | 根回复 rpid | 必要 | | +| ps | num | 每页项数 | 非必要 | 默认为20
定义域:1-49 | +| pn | num | 页码 | 非必要 | 默认为1 | **json回复:** @@ -4742,24 +3728,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ `data`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | -------------------------------- | -------- | ---------------- | -| config | obj | 评论区显示控制 | | -| control | obj | 评论区输入属性 | | -| page | obj | 页信息 | | -| replies | array | 二级评论列表 | | -| root | obj | 根评论 | [对象定义见表](readme.md#评论条目对象) | -| show_bvid | bool | true | **作用尚不明确** | -| upper | obj | UP主mid | | - -`data`中的`page`对象: - -| 字段 | 类型 | 内容 | 备注 | -| ------ | ---- | ------------ | ---- | -| num | num | 当前页码 | | -| size | num | 每页项数 | | -| count | num | 根评论条数 | | -| acount | num | 总计评论条数 | | +| 字段 | 类型 | 内容 | 备注 | +| --------- | ----- | -------------- | -------------------------------------- | +| config | obj | 评论区显示控制 | | +| control | obj | 评论区输入属性 | | +| page | obj | 页面信息 | | +| replies | array | 评论对话树列表 | | +| root | obj | 根评论信息 | [对象定义见表](readme.md#评论条目对象) | +| show_bvid | bool | 显示 bvid? | | +| show_text | str | (?) | | +| show_type | num | (?) | | +| upper | obj | UP主 mid | | `data`中的`config`对象: @@ -4773,29 +3752,51 @@ curl -G 'http://api.bilibili.com/x/v2/reply/main' \ | read_only | bool | 是否只读评论区 | | | show_del_log | bool | 是否显示删除记录 | | +`data`中的`control`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------------------------ | ---- | ------------------ | ----------------------------------- | +| input_disable | bool | (?) | | +| root_input_text | str | 评论框文字 | | +| child_input_text | str | 评论框文字 | | +| bg_text | str | 空评论区文字 | | +| web_selection | bool | 评论是否筛选后可见 | false:无需筛选
true:需要筛选 | +| answer_guide_text | str | 答题页面链接文字 | | +| answer_guide_icon_url | str | 答题页面图标 url | | +| answer_guide_ios_url | str | 答题页面 ios url | | +| answer_guide_android_url | str | 答题页面安卓 url | | + +`data`中的`page`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ----- | ---- | ---------- | ---- | +| count | num | 二级评论数 | | +| num | num | 当前页码 | | +| size | num | 每页项数 | | + `data`中的`replies`数组: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ----------------- | -------------------------------------- | -| 0 | obj | 二级评论条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 二级评论条目(n+1) | 按照热度排列 | -| …… | obj | …… | …… | +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | ------------------ | -------------------------------------- | +| 0 | obj | 对话评论条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 对话评论条目 (n+1) | 按照回复顺序排列 | +| …… | obj | …… | …… | `data`中的`upper`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---- | ---- | ------- | ---- | -| mid | num | UP主mid | | +| 字段 | 类型 | 内容 | 备注 | +| ---- | ---- | --------- | ---- | +| mid | num | UP 主 mid | | **示例:** -获取视频`av2`下评论`rpid=476670`的二级评论,每页5项,查看第1页 +获取视频`av201022189`下评论`rpid=3030790837`的回复,每页5项,获取第1页 ```shell curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ --data-urlencode 'type=1' \ ---data-urlencode 'oid=2' \ ---data-urlencode 'root=476670' \ +--data-urlencode 'oid=201022189' \ +--data-urlencode 'root=3030790837' \ --data-urlencode 'ps=5' \ --data-urlencode 'pn=1' \ -b 'SESSDATA=xxx' @@ -4821,48 +3822,54 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ }, "control": { "input_disable": false, - "root_input_text": "", + "root_input_text": "发一条友善的评论", "child_input_text": "", + "giveup_input_text": "不发没关系,请继续友善哦~", "bg_text": "看看下面~来发评论吧", "web_selection": false, "answer_guide_text": "需要升级成为lv2会员后才可以评论,先去答题转正吧!", "answer_guide_icon_url": "http://i0.hdslb.com/bfs/emote/96940d16602cacbbac796245b7bb99fa9b5c970c.png", "answer_guide_ios_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=12", - "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6" + "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6", + "show_type": 1, + "show_text": "", + "disable_jump_emote": false }, "page": { - "count": 1843, + "count": 230, "num": 1, "size": 5 }, "replies": [ { - "rpid": 214198179, - "oid": 2, + "rpid": 3030802207, + "oid": 201022189, "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198179, + "mid": 172604528, + "root": 3030790837, + "parent": 3030790837, + "dialog": 3030802207, "count": 0, "rcount": 0, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1488888303, - "rpid_str": "214198179", - "root_str": "476670", - "parent_str": "476670", - "like": 1087, + "ctime": 1592018067, + "rpid_str": "3030802207", + "root_str": "3030790837", + "parent_str": "3030790837", + "like": 41, "action": 0, "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i0.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", + "mid": "172604528", + "uname": "超高校级的认真", + "sex": "男", + "sign": "just do it for yourself", + "avatar": "http://i2.hdslb.com/bfs/face/d0d957faa6162388467cb0750a9d33cf616e73e9.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -4874,33 +3881,40 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, "desc": "" }, "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, + "vipType": 1, + "vipDueDate": 1626364800000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -4909,15 +3923,17 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "可怜的二楼(=・ω・=)", - "plat": 2, + "message": "怎么上p站呀,翻吗", + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -4930,131 +3946,152 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } }, { - "rpid": 214198733, - "oid": 2, + "rpid": 3030810089, + "oid": 201022189, "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198733, + "mid": 342581997, + "root": 3030790837, + "parent": 3030802207, + "dialog": 3030802207, "count": 0, "rcount": 0, "state": 0, "fansgrade": 0, "attr": 0, - "ctime": 1488888369, - "rpid_str": "214198733", - "root_str": "476670", - "parent_str": "476670", - "like": 1189, + "ctime": 1592018123, + "rpid_str": "3030810089", + "root_str": "3030790837", + "parent_str": "3030802207", + "like": 7, "action": 0, "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i0.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i0.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 0 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 225269192, - "oid": 2, - "type": 1, - "mid": 15094738, - "root": 476670, - "parent": 476670, - "dialog": 225269192, - "count": 0, - "rcount": 0, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1490666434, - "rpid_str": "225269192", - "root_str": "476670", - "parent_str": "476670", - "like": 235, - "action": 0, - "member": { - "mid": "15094738", - "uname": "御坂妹妹10492號", + "mid": "342581997", + "uname": "VAN样斯基", "sex": "保密", "sign": "", - "avatar": "http://i1.hdslb.com/bfs/face/6484b0e77b554f43237c78f383199ad211e8b3bd.jpg", + "avatar": "http://i0.hdslb.com/bfs/face/bc9c6d37b5a4c8b3b0a3cd483fd66e63b1ae0cec.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 5, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": null, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "回复 @中等校级的努力 :是啊", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } + }, + { + "rpid": 3030843245, + "oid": 201022189, + "type": 1, + "mid": 92586428, + "root": 3030790837, + "parent": 3030790837, + "dialog": 3030843245, + "count": 0, + "rcount": 0, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1592018688, + "rpid_str": "3030843245", + "root_str": "3030790837", + "parent_str": "3030790837", + "like": 588, + "action": 0, + "member": { + "mid": "92586428", + "uname": "浪潮工作室", + "sex": "保密", + "sign": "洞见时代的浪潮。", + "avatar": "http://i2.hdslb.com/bfs/face/67f183f13f8fe3afb374916d32f9810df8ef042a.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 6, "current_min": 0, @@ -5062,60 +4099,63 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "next_exp": 0 }, "pendant": { - "pid": 326, - "name": "圣诞节快乐", - "image": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", + "pid": 0, + "name": "", + "image": "", "expire": 0, - "image_enhance": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { - "type": -1, - "desc": "" + "type": 0, + "desc": "专栏优质UP主" }, "vip": { - "vipType": 2, - "vipDueDate": 1621958400000, + "vipType": 0, + "vipDueDate": 0, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": { - "id": 326, - "name": "圣诞节快乐", - "image": "http://i0.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", - "jump_url": "", - "type": "vip" - }, + "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "可怜二楼没人", - "plat": 2, + "message": "不会吧不会吧,不会真的有人上P站不是为了学习吧", + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -5128,35 +4168,41 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } }, { - "rpid": 451059061, - "oid": 2, + "rpid": 3030881609, + "oid": 201022189, "type": 1, - "mid": 41075238, - "root": 476670, - "parent": 476670, - "dialog": 451059061, + "mid": 393121222, + "root": 3030790837, + "parent": 3030802207, + "dialog": 3030802207, "count": 0, "rcount": 0, - "state": 6, - "fansgrade": 1, - "attr": 4, - "ctime": 1508168753, - "rpid_str": "451059061", - "root_str": "476670", - "parent_str": "476670", - "like": 111, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1592019208, + "rpid_str": "3030881609", + "root_str": "3030790837", + "parent_str": "3030802207", + "like": 110, "action": 0, "member": { - "mid": "41075238", - "uname": "废爪萌狼", + "mid": "393121222", + "uname": "鱼氏博物馆", "sex": "保密", - "sign": "赫萝是天!!!!!!!!!!!!!!!!", - "avatar": "http://i0.hdslb.com/bfs/face/4e3b1610b40d3901516b09ba6d593e8cf68cf8f1.jpg", + "sign": "", + "avatar": "http://i1.hdslb.com/bfs/face/f61a8ea36828884d760d855293136a838fa9e848.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 5, "current_min": 0, @@ -5168,59 +4214,75 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 61, - "name": "饭圈楷模", - "image": "http://i2.hdslb.com/bfs/face/5a90f715451325c642a6ac39e01195cb6d075734.png", - "image_small": "http://i0.hdslb.com/bfs/face/5bfc1b4fb3f4b411495dddb0b2127ad80f6fbcac.png", - "level": "普通勋章", - "condition": "当前持有粉丝勋章最高等级>=10级" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, "desc": "" }, "vip": { - "vipType": 2, - "vipDueDate": 1643385600000, + "vipType": 1, + "vipDueDate": 1602691200000, "dueRemark": "", "accessStatus": 0, - "vipStatus": 1, + "vipStatus": 0, "vipStatusWarn": "", "themeType": 0, "label": { "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": { - "uid": 41075238, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 3, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, + "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "好可怜啊(=・ω・=)", - "plat": 2, + "message": "回复 @中等校级的努力 :p是什么,当然是plane啦,plane站其实就是✈场[doge]所以去p站就是去✈场啦", + "plat": 0, "device": "", "members": [], + "emote": { + "[doge]": { + "id": 26, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[doge]", + "url": "http://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + }, + "mtime": 1645206695, + "jump_title": "doge" + } + }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -5233,35 +4295,41 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } }, { - "rpid": 451154733, - "oid": 2, + "rpid": 3030978856, + "oid": 201022189, "type": 1, - "mid": 15094738, - "root": 476670, - "parent": 451059061, - "dialog": 451059061, + "mid": 11814633, + "root": 3030790837, + "parent": 3030790837, + "dialog": 3030978856, "count": 0, "rcount": 0, - "state": 6, + "state": 0, "fansgrade": 0, - "attr": 4, - "ctime": 1508175639, - "rpid_str": "451154733", - "root_str": "476670", - "parent_str": "451059061", - "like": 107, + "attr": 0, + "ctime": 1592020635, + "rpid_str": "3030978856", + "root_str": "3030790837", + "parent_str": "3030790837", + "like": 60, "action": 0, "member": { - "mid": "15094738", - "uname": "御坂妹妹10492號", + "mid": "11814633", + "uname": "我到四川省来", "sex": "保密", - "sign": "", - "avatar": "http://i1.hdslb.com/bfs/face/6484b0e77b554f43237c78f383199ad211e8b3bd.jpg", + "sign": "保持内心的平静", + "avatar": "http://i0.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { "current_level": 6, "current_min": 0, @@ -5269,19 +4337,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "next_exp": 0 }, "pendant": { - "pid": 326, - "name": "圣诞节快乐", - "image": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", + "pid": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", "expire": 0, - "image_enhance": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png" + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" }, "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i1.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" + "nid": 3, + "name": "白银殿堂", + "image": "http://i0.hdslb.com/bfs/face/f6a31275029365ae5dc710006585ddcf1139bde1.png", + "image_small": "http://i0.hdslb.com/bfs/face/b09cdb4c119c467cf2d15db5263b4f539fa6e30b.png", + "level": "高级勋章", + "condition": "单个自制视频总播放数>=10万" }, "official_verify": { "type": -1, @@ -5289,7 +4358,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ }, "vip": { "vipType": 2, - "vipDueDate": 1621958400000, + "vipDueDate": 1715270400000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -5298,31 +4367,42 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { "pendant": { - "id": 326, - "name": "圣诞节快乐", - "image": "http://i0.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", + "id": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", "jump_url": "", - "type": "vip" + "type": "vip", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" }, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "回复 @负能量使者:你你你..你是怎么找到这里来的Σ(゚д゚;)", - "plat": 2, + "message": "看有机化学考研视频", + "plat": 0, "device": "", "members": [], "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -5335,38 +4415,44 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } } ], "root": { - "rpid": 476670, - "oid": 2, + "rpid": 3030790837, + "oid": 201022189, "type": 1, - "mid": 58426, + "mid": 342581997, "root": 0, "parent": 0, "dialog": 0, - "count": 1893, - "rcount": 1843, + "count": 268, + "rcount": 230, "state": 0, "fansgrade": 0, - "attr": 0, - "ctime": 1291350931, - "rpid_str": "476670", + "attr": 768, + "ctime": 1592017909, + "rpid_str": "3030790837", "root_str": "0", "parent_str": "0", - "like": 53759, + "like": 8018, "action": 0, "member": { - "mid": "58426", - "uname": "残星什么的就是残星", - "sex": "男", - "sign": "少说话多做事 _微博@残星", - "avatar": "http://i1.hdslb.com/bfs/face/56ac36b37662e3746228f30eb4acf2cd332b66a5.jpg", - "rank": "20000", + "mid": "342581997", + "uname": "VAN样斯基", + "sex": "保密", + "sign": "", + "avatar": "http://i0.hdslb.com/bfs/face/bc9c6d37b5a4c8b3b0a3cd483fd66e63b1ae0cec.jpg", + "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 6, + "current_level": 5, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -5376,15 +4462,16 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { - "nid": 30, - "name": "字幕君", - "image": "http://i1.hdslb.com/bfs/face/383c3fed3dc162c93a8d616a272693f6650e98f1.png", - "image_small": "http://i1.hdslb.com/bfs/face/7ad18084e40b725210e22696e0efdae408cd378c.png", - "level": "稀有勋章", - "condition": "弹幕大赛获得" + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" }, "official_verify": { "type": -1, @@ -5392,7 +4479,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ }, "vip": { "vipType": 1, - "vipDueDate": 1550851200000, + "vipDueDate": 1626364800000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -5401,8 +4488,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -5411,15 +4504,33 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { - "message": "貌似没人来", - "plat": 1, + "message": "去P站当然只是为了学习啊[doge]", + "plat": 0, "device": "", "members": [], + "emote": { + "[doge]": { + "id": 26, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[doge]", + "url": "http://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + }, + "mtime": 1645206695, + "jump_title": "doge" + } + }, "jump_url": {}, - "max_line": 0 + "max_line": 999 }, "replies": null, "assist": 0, @@ -5429,781 +4540,47 @@ curl -G 'http://api.bilibili.com/x/v2/reply/reply' \ "rule": "https://www.bilibili.com/blackboard/foldingreply.html" }, "up_action": { - "like": false, - "reply": false + "like": true, + "reply": true }, - "show_follow": false + "show_follow": false, + "invisible": false, + "card_label": [ + { + "rpid": 3030790837, + "text_content": "UP主觉得很赞", + "text_color_day": "#757575", + "text_color_night": "#939393", + "label_color_day": "#F4F4F4", + "label_color_night": "#1E1E1E", + "image": "", + "type": 0, + "background": "", + "background_width": 0, + "background_height": 0, + "jump_url": "" + } + ], + "reply_control": { + "up_reply": true, + "sub_reply_entry_text": "共230条回复", + "sub_reply_title_text": "相关回复共230条", + "time_desc": "627天前发布" + } }, "show_bvid": true, + "show_text": "", + "show_type": 2, "upper": { - "mid": 2 + "mid": 92586428 } } } ``` - + - - -## 获取指定评论条目及二级回复明细(嵌套结构 带有楼层号) - -> http://api.bilibili.com/x/v2/reply/detail - -*请求方式:GET* - -认证方式:Cookie(SESSDATA)或APP - -按照楼层排列 - -**url参数:** - -| 参数名 | 类型 | 内容 | 必要性 | 备注 | -| ---------- | ---- | -------------- | ----------- | ---------------------------------------- | -| access_key | str | APP登录Token | APP方式必要 | | -| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | -| oid | num | 目标评论区id | 必要 | | -| root | num | 根回复rpid | 必要 | | -| next | num | 评论页选择 | 非必要 | 第一页为0
默认为0
顺序楼层号 | -| ps | num | 每页项数 | 非必要 | 默认为0 | - -**json回复:** - -根对象: - -| 字段 | 类型 | 内容 | 备注 | -| ------- | ----------------------------- | -------- | ------------------------------------------------------------ | -| code | num | 返回值 | 0:成功
-400:请求错误
-404:无此项
12002:评论区已关闭
12009:评论主体的type不合法 | -| message | str | 错误信息 | 默认为0 | -| ttl | num | 1 | | -| data | 正确时:obj
错误时:null | 数据本体 | | - -`data`对象: - -| 字段 | 类型 | 内容 | 备注 | -| --------- | ---- | -------------- | -------------------------------------- | -| cursor | obj | 页信息 | | -| assist | num | 0 | **作用尚不明确** | -| blacklist | num | 0 | **作用尚不明确** | -| vote | num | 0 | **作用尚不明确** | -| lottery | num | 0 | **作用尚不明确** | -| config | obj | 评论区显示控制 | | -| upper | obj | UP主mid | | -| show_bvid | bool | true | **作用尚不明确** | -| control | obj | 评论区输入属性 | | -| root | obj | 根评论 | [对象定义见表](readme.md#评论条目对象) | -| Mid | num | 0 | **作用尚不明确** | - -`data`中的`cursor`对象: - -| 字段 | 类型 | 内容 | 备注 | -| -------- | ---- | ------------ | ----------------------- | -| is_begin | bool | 是否为第一页 | false:否
true:是 | -| prev | num | 上页楼层 | | -| next | num | 下页楼层 | | -| is_end | bool | 是否为最后页 | false:否
true:是 | - -`data`中的`config`对象: - -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | ------------------------ | ---- | -| showadmin | num | 是否显示管理置顶 | | -| showentry | num | ? | | -| showfloor | num | 是否显示楼层号 | | -| showtopic | num | 是否显示话题 | | -| show_up_flag | bool | 是否显示“UP觉得很赞”标志 | | -| read_only | bool | 是否只读评论区 | | -| show_del_log | bool | 是否显示删除记录 | | - -`data`中的`upper`对象: - -| 字段 | 类型 | 内容 | 备注 | -| ---- | ---- | ------- | ---- | -| mid | num | UP主mid | | - -`data`中的`control`对象: - -| 字段 | 类型 | 内容 | 备注 | -| ------------------------ | ---- | ------------------ | ----------------------------------- | -| input_disable | bool | false | **作用尚不明确** | -| root_input_text | str | 评论框文字 | | -| child_input_text | str | 评论框文字 | | -| bg_text | str | 空评论区文字 | | -| web_selection | bool | 评论是否筛选后可见 | false:无需筛选
true:需要筛选 | -| answer_guide_text | str | 答题页面链接文字 | | -| answer_guide_icon_url | str | 答题页面图标url | | -| answer_guide_ios_url | str | 答题页面ios url | | -| answer_guide_android_url | str | 答题页面安卓url | | - -**示例:** - -获取视频`av2`下评论`rpid=476670`的二级评论,每页5项,查看第1页 - -```shell -curl -G 'http://api.bilibili.com/x/v2/reply/detail' \ ---data-urlencode 'type=1' \ ---data-urlencode 'oid=2' \ ---data-urlencode 'root=476670' \ ---data-urlencode 'ps=5' \ ---data-urlencode 'next=0' \ --b 'SESSDATA=xxx' -``` - -
-查看响应示例: - -```json -{ - "code": 0, - "message": "0", - "ttl": 1, - "data": { - "cursor": { - "is_begin": true, - "prev": 0, - "next": 6, - "is_end": false - }, - "assist": 0, - "blacklist": 0, - "vote": 0, - "lottery": 0, - "config": { - "showadmin": 1, - "showentry": 1, - "showfloor": 0, - "showtopic": 1, - "show_up_flag": true, - "read_only": false, - "show_del_log": true - }, - "upper": { - "mid": 2 - }, - "show_bvid": true, - "control": { - "input_disable": false, - "root_input_text": "", - "child_input_text": "", - "bg_text": "看看下面~来发评论吧", - "web_selection": false, - "answer_guide_text": "需要升级成为lv2会员后才可以评论,先去答题转正吧!", - "answer_guide_icon_url": "http://i0.hdslb.com/bfs/emote/96940d16602cacbbac796245b7bb99fa9b5c970c.png", - "answer_guide_ios_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=12", - "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6" - }, - "root": { - "rpid": 476670, - "oid": 2, - "type": 1, - "mid": 58426, - "root": 0, - "parent": 0, - "dialog": 0, - "count": 1922, - "rcount": 1871, - "floor": 2, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1291350931, - "rpid_str": "476670", - "root_str": "0", - "parent_str": "0", - "like": 54765, - "action": 0, - "member": { - "mid": "58426", - "uname": "残星什么的就是残星", - "sex": "男", - "sign": "少说话多做事 _微博@残星", - "avatar": "http://i0.hdslb.com/bfs/face/56ac36b37662e3746228f30eb4acf2cd332b66a5.jpg", - "rank": "20000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 30, - "name": "字幕君", - "image": "http://i1.hdslb.com/bfs/face/383c3fed3dc162c93a8d616a272693f6650e98f1.png", - "image_small": "http://i1.hdslb.com/bfs/face/7ad18084e40b725210e22696e0efdae408cd378c.png", - "level": "稀有勋章", - "condition": "弹幕大赛获得" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 1, - "vipDueDate": 1550851200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "貌似没人来", - "plat": 1, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": [ - { - "rpid": 214198179, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198179, - "count": 0, - "rcount": 0, - "floor": 1, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888303, - "rpid_str": "214198179", - "root_str": "476670", - "parent_str": "476670", - "like": 1113, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i1.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i0.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "可怜的二楼(=・ω・=)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 214198733, - "oid": 2, - "type": 1, - "mid": 18370638, - "root": 476670, - "parent": 476670, - "dialog": 214198733, - "count": 0, - "rcount": 0, - "floor": 2, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1488888369, - "rpid_str": "214198733", - "root_str": "476670", - "parent_str": "476670", - "like": 1208, - "action": 0, - "member": { - "mid": "18370638", - "uname": "初音ハク", - "sex": "保密", - "sign": "我是艾尔的利刃", - "avatar": "http://i1.hdslb.com/bfs/face/50b3a20369f4358beca8078ef6ac652093ce7414.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i0.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1620403200000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "划了4千多条评论找到的啊ε=ε=(ノ≧∇≦)ノ", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 225269192, - "oid": 2, - "type": 1, - "mid": 15094738, - "root": 476670, - "parent": 476670, - "dialog": 225269192, - "count": 0, - "rcount": 0, - "floor": 3, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1490666434, - "rpid_str": "225269192", - "root_str": "476670", - "parent_str": "476670", - "like": 240, - "action": 0, - "member": { - "mid": "15094738", - "uname": "御坂妹妹10492號", - "sex": "保密", - "sign": "", - "avatar": "http://i1.hdslb.com/bfs/face/6484b0e77b554f43237c78f383199ad211e8b3bd.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 326, - "name": "圣诞节快乐", - "image": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", - "expire": 0, - "image_enhance": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i2.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1621958400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 326, - "name": "圣诞节快乐", - "image": "http://i0.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "可怜二楼没人", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 451059061, - "oid": 2, - "type": 1, - "mid": 41075238, - "root": 476670, - "parent": 476670, - "dialog": 451059061, - "count": 0, - "rcount": 0, - "floor": 4, - "state": 6, - "fansgrade": 1, - "attr": 4, - "ctime": 1508168753, - "rpid_str": "451059061", - "root_str": "476670", - "parent_str": "476670", - "like": 112, - "action": 0, - "member": { - "mid": "41075238", - "uname": "废爪萌狼", - "sex": "保密", - "sign": "赫萝是天!!!!!!!!!!!!!!!!", - "avatar": "http://i2.hdslb.com/bfs/face/4e3b1610b40d3901516b09ba6d593e8cf68cf8f1.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 61, - "name": "饭圈楷模", - "image": "http://i0.hdslb.com/bfs/face/5a90f715451325c642a6ac39e01195cb6d075734.png", - "image_small": "http://i2.hdslb.com/bfs/face/5bfc1b4fb3f4b411495dddb0b2127ad80f6fbcac.png", - "level": "普通勋章", - "condition": "当前持有粉丝勋章最高等级>=10级" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1643385600000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": { - "uid": 41075238, - "medal_id": 29058, - "medal_name": "逸国", - "score": 0, - "level": 3, - "intimacy": 0, - "master_status": 1, - "is_receive": 1 - }, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "好可怜啊(=・ω・=)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - }, - { - "rpid": 451154733, - "oid": 2, - "type": 1, - "mid": 15094738, - "root": 476670, - "parent": 451059061, - "dialog": 451059061, - "count": 0, - "rcount": 0, - "floor": 5, - "state": 6, - "fansgrade": 0, - "attr": 4, - "ctime": 1508175639, - "rpid_str": "451154733", - "root_str": "476670", - "parent_str": "451059061", - "like": 108, - "action": 0, - "member": { - "mid": "15094738", - "uname": "御坂妹妹10492號", - "sex": "保密", - "sign": "", - "avatar": "http://i1.hdslb.com/bfs/face/6484b0e77b554f43237c78f383199ad211e8b3bd.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 6, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 326, - "name": "圣诞节快乐", - "image": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", - "expire": 0, - "image_enhance": "http://i1.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png" - }, - "nameplate": { - "nid": 74, - "name": "大会员2018年度勋章", - "image": "http://i2.hdslb.com/bfs/face/421179426c929dfeaed4117461c83f5d07ffb148.png", - "image_small": "http://i2.hdslb.com/bfs/face/682001c2e1c2ae887bdf2a0e18eef61180c48f84.png", - "level": "稀有勋章", - "condition": "2018.6.26-7.8某一天是年度大会员" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1621958400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": { - "id": 326, - "name": "圣诞节快乐", - "image": "http://i0.hdslb.com/bfs/face/b72dbf785e810e94fce2481265e71b6f16c64681.png", - "jump_url": "", - "type": "vip" - }, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "回复 @负能量使者:你你你..你是怎么找到这里来的Σ(゚д゚;)", - "plat": 2, - "device": "", - "members": [], - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false - } - ], - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "https://www.bilibili.com/blackboard/foldingreply.html" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": true - }, - "Mid": 0 - } -} -``` - -
- -## 获取指定评论对话树(带有楼层) +## 获取指定评论对话树 > http://api.bilibili.com/x/v2/reply/dialog/cursor @@ -6211,18 +4588,19 @@ curl -G 'http://api.bilibili.com/x/v2/reply/detail' \ 认证方式:Cookie(SESSDATA)或APP -按照楼层排列 +按照对话链排列 **url参数:** -| 参数名 | 类型 | 内容 | 必要性 | 备注 | -| ---------- | ---- | -------------- | ----------- | ---------------------------------------- | -| access_key | str | APP登录Token | APP方式必要 | | -| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | -| oid | num | 目标评论区id | 必要 | | -| root | num | 根回复rpid | 必要 | | -| dialog | num | 对话树根rpid | 必要 | | -| size | num | 每页最大项数 | 必要 | | +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ---------- | ---- | -------------- | ------------ | ---------------------------------------- | +| access_key | str | APP登录 Token | APP 方式必要 | | +| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | +| oid | num | 目标评论区 id | 必要 | | +| root | num | 根回复 rpid | 必要 | | +| dialog | num | 对话树根 rpid | 必要 | | +| size | num | 每页最大项数 | 必要 | | +| min_floor | num | (?) | 非必要 | | **json回复:** @@ -6237,19 +4615,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/detail' \ `data`对象: -| 字段 | 类型 | 内容 | 备注 | -| --------- | ----- | -------------- | ---------------- | -| cursor | obj | 页楼层信息 | | -| dialog | obj | 对话楼层信息 | | -| replies | array | 评论对话树列表 | | -| assist | num | 0 | **作用尚不明确** | -| blacklist | num | 0 | **作用尚不明确** | -| vote | num | 0 | **作用尚不明确** | -| lottery | num | 0 | **作用尚不明确** | -| config | obj | 评论区显示控制 | | -| upper | obj | UP主mid | | -| show_bvid | bool | true | **作用尚不明确** | -| control | obj | 评论区输入属性 | | +| 字段 | 类型 | 内容 | 备注 | +| --------- | ----- | -------------- | ---- | +| cursor | obj | 页楼层信息 | | +| dialog | obj | 对话楼层信息 | | +| replies | array | 评论对话树列表 | | +| assist | num | (?) | | +| blacklist | num | (?) | | +| vote | num | (?) | | +| lottery | num | (?) | | +| config | obj | 评论区显示控制 | | +| upper | obj | UP主 mid | | +| show_bvid | bool | 显示 bvid? | | +| control | obj | 评论区输入属性 | | +| note | num | (?) | | `data`中的`cursor`对象: @@ -6268,43 +4647,43 @@ curl -G 'http://api.bilibili.com/x/v2/reply/detail' \ `data`中的`replies`数组: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | ----------------- | -------------------------------------- | -| 0 | obj | 对话评论条目1 | [对象定义见表](readme.md#评论条目对象) | -| n | obj | 对话评论条目(n+1) | 按照对话顺序排列 | -| …… | obj | …… | …… | +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | ------------------ | -------------------------------------- | +| 0 | obj | 对话评论条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 对话评论条目 (n+1) | 按照对话链排列 | +| …… | obj | …… | …… | `data`中的`config`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | ------------------------ | ---- | -| showadmin | num | 是否显示管理置顶 | | -| showentry | num | ? | | -| showfloor | num | 是否显示楼层号 | | -| showtopic | num | 是否显示话题 | | -| show_up_flag | bool | 是否显示“UP觉得很赞”标志 | | -| read_only | bool | 是否只读评论区 | | -| show_del_log | bool | 是否显示删除记录 | | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ------------------------- | ---- | +| showadmin | num | 是否显示管理置顶 | | +| showentry | num | ? | | +| showfloor | num | 是否显示楼层号 | | +| showtopic | num | 是否显示话题 | | +| show_up_flag | bool | 是否显示“UP 觉得很赞”标志 | | +| read_only | bool | 是否只读评论区 | | +| show_del_log | bool | 是否显示删除记录 | | `data`中的`upper`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---- | ---- | ------- | ---- | -| mid | num | UP主mid | | +| 字段 | 类型 | 内容 | 备注 | +| ---- | ---- | --------- | ---- | +| mid | num | UP 主 mid | | `data`中的`control`对象: | 字段 | 类型 | 内容 | 备注 | | ------------------------ | ---- | ------------------ | ----------------------------------- | -| input_disable | bool | false | **作用尚不明确** | +| input_disable | bool | (?) | | | root_input_text | str | 评论框文字 | | | child_input_text | str | 评论框文字 | | | bg_text | str | 空评论区文字 | | | web_selection | bool | 评论是否筛选后可见 | false:无需筛选
true:需要筛选 | | answer_guide_text | str | 答题页面链接文字 | | -| answer_guide_icon_url | str | 答题页面图标url | | -| answer_guide_ios_url | str | 答题页面ios url | | -| answer_guide_android_url | str | 答题页面安卓url | | +| answer_guide_icon_url | str | 答题页面图标 url | | +| answer_guide_ios_url | str | 答题页面 ios url | | +| answer_guide_android_url | str | 答题页面安卓 url | | **示例:** @@ -6331,11 +4710,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "data": { "cursor": { "min_floor": 5, - "max_floor": 94, + "max_floor": 99, "size": 5 }, "dialog": { - "min_floor": 5, + "min_floor": 0, "max_floor": 243 }, "replies": [ @@ -6357,36 +4736,39 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "rpid_str": "3030978856", "root_str": "3030790837", "parent_str": "3030790837", - "like": 55, + "like": 60, "action": 0, "member": { "mid": "11814633", "uname": "我到四川省来", "sex": "保密", - "sign": "保持half-sugar-life", - "avatar": "http://i2.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", + "sign": "保持内心的平静", + "avatar": "http://i0.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 6, "current_min": 0, "current_exp": 0, "next_exp": 0 }, "pendant": { - "pid": 0, - "name": "", - "image": "", + "pid": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", "expire": 0, - "image_enhance": "" + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" }, "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" + "nid": 3, + "name": "白银殿堂", + "image": "http://i2.hdslb.com/bfs/face/f6a31275029365ae5dc710006585ddcf1139bde1.png", + "image_small": "http://i0.hdslb.com/bfs/face/b09cdb4c119c467cf2d15db5263b4f539fa6e30b.png", + "level": "高级勋章", + "condition": "单个自制视频总播放数>=10万" }, "official_verify": { "type": -1, @@ -6394,7 +4776,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ }, "vip": { "vipType": 2, - "vipDueDate": 1617638400000, + "vipDueDate": 1715270400000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -6403,21 +4785,38 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": null, + "pendant": { + "id": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "jump_url": "", + "type": "vip", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" + }, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "看有机化学考研视频", - "plat": 1, + "plat": 0, "device": "", "members": [], "jump_url": {}, @@ -6434,168 +4833,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "like": false, "reply": false }, - "show_follow": false - }, - { - "rpid": 3032092982, - "oid": 201022189, - "type": 1, - "mid": 80396483, - "root": 3030790837, - "parent": 3030978856, - "dialog": 3030978856, - "count": 0, - "rcount": 0, - "floor": 7, - "state": 0, - "fansgrade": 0, - "attr": 0, - "ctime": 1592036860, - "rpid_str": "3032092982", - "root_str": "3030790837", - "parent_str": "3030978856", - "like": 210, - "action": 0, - "member": { - "mid": "80396483", - "uname": "緑箭口香糖", - "sex": "保密", - "sign": "交个朋友吧。", - "avatar": "http://i1.hdslb.com/bfs/face/ca4b00a0e68f61559812ddc146b627ed6dd4d481.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 58, - "name": "收集达人", - "image": "http://i0.hdslb.com/bfs/face/3f5539e1486303422ffc8595862ccb6606e0b745.png", - "image_small": "http://i2.hdslb.com/bfs/face/cf85e7908095d256e595ec9759f4e7795f23bc22.png", - "level": "普通勋章", - "condition": "同时拥有粉丝勋章>=15个" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - }, - "fans_detail": null, - "following": 0, - "is_followed": 0, - "user_sailing": { - "pendant": null, - "cardbg": null, - "cardbg_with_focus": null - } - }, - "content": { - "message": "回复 @我到四川省来 :有一说一,上p站看原本要收费或者不好找的考研视频真的香[吃瓜]", - "plat": 2, - "device": "", - "members": [ - { - "mid": "11814633", - "uname": "我到四川省来", - "sex": "保密", - "sign": "保持half-sugar-life", - "avatar": "http://i2.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1617638400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - } - } - ], - "emote": { - "[吃瓜]": { - "id": 415, - "package_id": 1, - "state": 0, - "type": 1, - "attr": 0, - "text": "[吃瓜]", - "url": "http://i0.hdslb.com/bfs/emote/4191ce3c44c2b3df8fd97c33f85d3ab15f4f3c84.png", - "meta": { - "size": 1 - }, - "mtime": 1577702898 - } - }, - "jump_url": {}, - "max_line": 999 - }, - "replies": null, - "assist": 0, - "folder": { - "has_folded": false, - "is_folded": false, - "rule": "" - }, - "up_action": { - "like": false, - "reply": false - }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "627天前发布" + } }, { "rpid": 3049044835, @@ -6615,28 +4857,31 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "rpid_str": "3049044835", "root_str": "3030790837", "parent_str": "3032092982", - "like": 0, + "like": 1, "action": 0, "member": { "mid": "34598825", "uname": "人宇君sayo", "sex": "男", - "sign": "一个兴趣很乱的人hah", - "avatar": "http://i2.hdslb.com/bfs/face/cd3bf8b9f4b6cc759cf29424c3017c41c8d018d7.jpg", + "sign": "", + "avatar": "http://i2.hdslb.com/bfs/face/bf61490cabaedd8e98740f2c98a342ac6d2c607d.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 6, "current_min": 0, "current_exp": 0, "next_exp": 0 }, "pendant": { - "pid": 149, - "name": "快把我哥带走", - "image": "http://i2.hdslb.com/bfs/face/6b45cf8ceb8cd6eeefbbcb202659e62a56356814.png", + "pid": 0, + "name": "", + "image": "", "expire": 0, - "image_enhance": "http://i2.hdslb.com/bfs/face/6b45cf8ceb8cd6eeefbbcb202659e62a56356814.png" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -6652,7 +4897,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ }, "vip": { "vipType": 1, - "vipDueDate": 1591545600000, + "vipDueDate": 1629561600000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -6661,78 +4906,31 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": { - "id": 149, - "name": "快把我哥带走", - "image": "http://i0.hdslb.com/bfs/face/6b45cf8ceb8cd6eeefbbcb202659e62a56356814.png", - "jump_url": "", - "type": "vip" - }, + "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "回复 @緑箭口香糖 :牛的", - "plat": 3, - "device": "phone", - "members": [ - { - "mid": "80396483", - "uname": "緑箭口香糖", - "sex": "保密", - "sign": "交个朋友吧。", - "avatar": "http://i1.hdslb.com/bfs/face/ca4b00a0e68f61559812ddc146b627ed6dd4d481.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 58, - "name": "收集达人", - "image": "http://i0.hdslb.com/bfs/face/3f5539e1486303422ffc8595862ccb6606e0b745.png", - "image_small": "http://i2.hdslb.com/bfs/face/cf85e7908095d256e595ec9759f4e7795f23bc22.png", - "level": "普通勋章", - "condition": "同时拥有粉丝勋章>=15个" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - } - } - ], + "plat": 0, + "device": "", + "members": [], "jump_url": {}, "max_line": 999 }, @@ -6747,7 +4945,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "623天前发布" + } }, { "rpid": 3049581999, @@ -6767,18 +4969,20 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "rpid_str": "3049581999", "root_str": "3030790837", "parent_str": "3030978856", - "like": 1, + "like": 2, "action": 0, "member": { "mid": "479083152", - "uname": "转手告别旧生活", + "uname": "人间多了许茫然", "sex": "保密", "sign": "无聊...\n", - "avatar": "http://i1.hdslb.com/bfs/face/6b0f326614a787aa83a8a87a3aeb2b90b3976ea1.jpg", + "avatar": "http://i0.hdslb.com/bfs/face/6e7ee177b5cc681b9609c07f8d5eb574b52d409c.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 3, + "current_level": 5, "current_min": 0, "current_exp": 0, "next_exp": 0 @@ -6788,7 +4992,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "name": "", "image": "", "expire": 0, - "image_enhance": "" + "image_enhance": "", + "image_enhance_frame": "" }, "nameplate": { "nid": 0, @@ -6803,8 +5008,8 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "desc": "" }, "vip": { - "vipType": 0, - "vipDueDate": 0, + "vipType": 1, + "vipDueDate": 1632240000000, "dueRemark": "", "accessStatus": 0, "vipStatus": 0, @@ -6813,8 +5018,14 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "label": { "path": "", "text": "", - "label_theme": "" - } + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" }, "fans_detail": null, "following": 0, @@ -6823,62 +5034,15 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "pendant": null, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "回复 @我到四川省来 :哈哈,考研不考化学吧", - "plat": 2, + "plat": 0, "device": "", - "members": [ - { - "mid": "11814633", - "uname": "我到四川省来", - "sex": "保密", - "sign": "保持half-sugar-life", - "avatar": "http://i2.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 5, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 2, - "vipDueDate": 1617638400000, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 1, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "年度大会员", - "label_theme": "annual_vip" - } - } - } - ], + "members": [], "jump_url": {}, "max_line": 999 }, @@ -6893,7 +5057,11 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "623天前发布" + } }, { "rpid": 3049578129, @@ -6913,36 +5081,39 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "rpid_str": "3049578129", "root_str": "3030790837", "parent_str": "3049581999", - "like": 0, + "like": 1, "action": 0, "member": { "mid": "11814633", "uname": "我到四川省来", "sex": "保密", - "sign": "保持half-sugar-life", - "avatar": "http://i2.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", + "sign": "保持内心的平静", + "avatar": "http://i0.hdslb.com/bfs/face/1c7cad967633c718ddef302f4aa39efaed53a2e4.jpg", "rank": "10000", "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, "level_info": { - "current_level": 5, + "current_level": 6, "current_min": 0, "current_exp": 0, "next_exp": 0 }, "pendant": { - "pid": 0, - "name": "", - "image": "", + "pid": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", "expire": 0, - "image_enhance": "" + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" }, "nameplate": { - "nid": 4, - "name": "青铜殿堂", - "image": "http://i0.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", - "image_small": "http://i2.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", - "level": "普通勋章", - "condition": "单个自制视频总播放数>=1万" + "nid": 3, + "name": "白银殿堂", + "image": "http://i2.hdslb.com/bfs/face/f6a31275029365ae5dc710006585ddcf1139bde1.png", + "image_small": "http://i0.hdslb.com/bfs/face/b09cdb4c119c467cf2d15db5263b4f539fa6e30b.png", + "level": "高级勋章", + "condition": "单个自制视频总播放数>=10万" }, "official_verify": { "type": -1, @@ -6950,7 +5121,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ }, "vip": { "vipType": 2, - "vipDueDate": 1617638400000, + "vipDueDate": 1715270400000, "dueRemark": "", "accessStatus": 0, "vipStatus": 1, @@ -6959,72 +5130,40 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "label": { "path": "", "text": "年度大会员", - "label_theme": "annual_vip" - } + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" }, "fans_detail": null, "following": 0, "is_followed": 0, "user_sailing": { - "pendant": null, + "pendant": { + "id": 1885, + "name": "公主连结凯露", + "image": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "jump_url": "", + "type": "vip", + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/ecf1b11044845abc92e576dfdf93ad4f5e5a0958.png", + "image_enhance_frame": "" + }, "cardbg": null, "cardbg_with_focus": null - } + }, + "is_contractor": false, + "contract_desc": "" }, "content": { "message": "回复 @转手告别旧生活 :专业课 考啊", - "plat": 3, - "device": "phone", - "members": [ - { - "mid": "479083152", - "uname": "转手告别旧生活", - "sex": "保密", - "sign": "无聊...\n", - "avatar": "http://i1.hdslb.com/bfs/face/6b0f326614a787aa83a8a87a3aeb2b90b3976ea1.jpg", - "rank": "10000", - "DisplayRank": "0", - "level_info": { - "current_level": 3, - "current_min": 0, - "current_exp": 0, - "next_exp": 0 - }, - "pendant": { - "pid": 0, - "name": "", - "image": "", - "expire": 0, - "image_enhance": "" - }, - "nameplate": { - "nid": 0, - "name": "", - "image": "", - "image_small": "", - "level": "", - "condition": "" - }, - "official_verify": { - "type": -1, - "desc": "" - }, - "vip": { - "vipType": 0, - "vipDueDate": 0, - "dueRemark": "", - "accessStatus": 0, - "vipStatus": 0, - "vipStatusWarn": "", - "themeType": 0, - "label": { - "path": "", - "text": "", - "label_theme": "" - } - } - } - ], + "plat": 0, + "device": "", + "members": [], "jump_url": {}, "max_line": 999 }, @@ -7039,7 +5178,131 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "like": false, "reply": false }, - "show_follow": false + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "623天前发布" + } + }, + { + "rpid": 3049748009, + "oid": 201022189, + "type": 1, + "mid": 39891232, + "root": 3030790837, + "parent": 3032092982, + "dialog": 3030978856, + "count": 0, + "rcount": 0, + "floor": 99, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1592382373, + "rpid_str": "3049748009", + "root_str": "3030790837", + "parent_str": "3032092982", + "like": 1, + "action": 0, + "member": { + "mid": "39891232", + "uname": "夏次一町and庵野一洋", + "sex": "保密", + "sign": "嘚儿~驾!", + "avatar": "http://i1.hdslb.com/bfs/face/79fbbc56271053565f6dd4395cd77120bad7c568.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 5, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 452, + "name": "灵笼", + "image": "http://i1.hdslb.com/bfs/face/9c5f14d6749daded668f3f66998baf4a50e7d8da.png", + "expire": 0, + "image_enhance": "http://i1.hdslb.com/bfs/face/9c5f14d6749daded668f3f66998baf4a50e7d8da.png", + "image_enhance_frame": "" + }, + "nameplate": { + "nid": 0, + "name": "", + "image": "", + "image_small": "", + "level": "", + "condition": "" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 1, + "vipDueDate": 1628870400000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 0, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": { + "pendant": { + "id": 452, + "name": "灵笼", + "image": "http://i0.hdslb.com/bfs/face/9c5f14d6749daded668f3f66998baf4a50e7d8da.png", + "jump_url": "", + "type": "vip", + "image_enhance": "http://i0.hdslb.com/bfs/face/9c5f14d6749daded668f3f66998baf4a50e7d8da.png", + "image_enhance_frame": "" + }, + "cardbg": null, + "cardbg_with_focus": null + }, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "回复 @緑箭口香糖 :不收费啊", + "plat": 0, + "device": "", + "members": [], + "jump_url": {}, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": { + "time_desc": "623天前发布" + } } ], "assist": 0, @@ -7058,18 +5321,474 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ "upper": { "mid": 92586428 }, - "show_bvid": true, + "show_bvid": false, "control": { "input_disable": false, - "root_input_text": "", + "root_input_text": "发一条友善的评论", "child_input_text": "", + "giveup_input_text": "不发没关系,请继续友善哦~", "bg_text": "看看下面~来发评论吧", "web_selection": false, "answer_guide_text": "需要升级成为lv2会员后才可以评论,先去答题转正吧!", "answer_guide_icon_url": "http://i0.hdslb.com/bfs/emote/96940d16602cacbbac796245b7bb99fa9b5c970c.png", "answer_guide_ios_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=12", - "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6" - } + "answer_guide_android_url": "https://www.bilibili.com/h5/newbie/entry?navhide=1&re_src=6", + "show_type": 1, + "show_text": "", + "disable_jump_emote": false + }, + "note": 1 + } +} +``` + + + +## 获取评论区热评 + +> http://api.bilibili.com/x/v2/reply/hot + +*请求方式:GET* + +认证方式:Cookie(SESSDATA)或APP + +按照热评排列 + +**url参数:** + +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ---------- | ---- | -------------- | ------------ | ---------------------------------------- | +| access_key | str | APP登录 Token | APP 方式必要 | | +| type | num | 评论区类型代码 | 必要 | [类型代码见表](readme.md#评论区类型代码) | +| oid | num | 目标评论区 id | 必要 | | +| root | num | 根回复 rpid | 必要 | | +| ps | num | 每页项数 | 非必要 | 默认为20
定义域:1-49 | +| pn | num | 页码 | 非必要 | 默认为1 | + +**json回复:** + +根对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------- | ----------------------------- | -------- | ------------------------------------------------------------ | +| code | num | 返回值 | 0:成功
-400:请求错误
-404:无此项
12002:评论区已关闭
12009:评论主体的type不合法 | +| message | str | 错误信息 | 默认为0 | +| ttl | num | 1 | | +| data | 正确时:obj
错误时:null | 数据本体 | | + +`data`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------- | ---- | -------- | ---- | +| page | obj | 页面信息 | | +| replies | obj | 热评列表 | | + +`data`中的`page`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------ | ---- | -------- | ---- | +| acount | num | 总评论数 | | +| count | num | 热评数 | | +| num | num | 当前页码 | | +| size | num | 每页项数 | | + +`data`中的`replies`数组: + +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | -------------- | -------------------------------------- | +| 0 | obj | 热评条目 1 | [对象定义见表](readme.md#评论条目对象) | +| n | obj | 热评条目 (n+1) | 按照热评排列 | +| …… | obj | …… | …… | + +**示例:** + +获取视频`av2`的评论区热评,每页5项,查看第1页 + +```shell +curl -G 'http://api.bilibili.com/x/v2/reply/hot' \ +--data-urlencode 'type=1' \ +--data-urlencode 'oid=2' \ +--data-urlencode 'ps=5' \ +--data-urlencode 'pn=1' \ +-b 'SESSDATA=xxx' +``` + +
+查看响应示例: + +```json +{ + "code": 0, + "message": "0", + "ttl": 1, + "data": { + "page": { + "acount": 76796, + "count": 60975, + "num": 1, + "size": 5 + }, + "replies": [ + { + "rpid": 476670, + "oid": 2, + "type": 1, + "mid": 58426, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 2733, + "rcount": 2608, + "floor": 2, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1291350931, + "like": 90425, + "action": 0, + "member": null, + "content": { + "message": "貌似没人来", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} + }, + { + "rpid": 917945205, + "oid": 2, + "type": 1, + "mid": 34762090, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 461, + "rcount": 365, + "floor": 17977, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1532071373, + "like": 29795, + "action": 0, + "member": null, + "content": { + "message": "7.20日,站长被封7天\n\n历史性留名[2233娘_卖萌]", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} + }, + { + "rpid": 2576184175, + "oid": 2, + "type": 1, + "mid": 24512285, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 1066, + "rcount": 1000, + "floor": 40932, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1584945297, + "like": 44309, + "action": 0, + "member": null, + "content": { + "message": "人类最古のav号(挂了的不算)也变成bv了[大哭][大哭][大哭]青春结束了", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} + }, + { + "rpid": 495059, + "oid": 2, + "type": 1, + "mid": 2, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 898, + "rcount": 838, + "floor": 5, + "state": 2, + "fansgrade": 0, + "attr": 0, + "ctime": 1291918239, + "like": 34224, + "action": 0, + "member": null, + "content": { + "message": "wwwww", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} + }, + { + "rpid": 646408628, + "oid": 2, + "type": 1, + "mid": 33066927, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 173, + "rcount": 160, + "floor": 10914, + "state": 0, + "fansgrade": 0, + "attr": 0, + "ctime": 1519135750, + "like": 7197, + "action": 0, + "member": null, + "content": { + "message": "第一首:来夢緑 - kagome-kagome ~ 月の眷属達カラオケ\n第二首:dBu music - 千年幻想郷 -Aurora sky edition-\n第三首:Sensitive Heart - 千年幻想郷 ~ History of the Moon\n第四首:Yellow-Zebra - 月の律动~Rhythm of the moon~(东方永夜抄 “千年幻想郷 ~ History of the Moon”)\n第五首:工藤舞 - D.S.F.S(ヴォヤージュ1969)\n第六首:Angelic Quasar - かの郷は永き幻の\n第七首:東方永夜抄 - 黒髪のアマンダ\n第八首:君の美術館 - 千年幻想郷 ~ History of the Moon\n\n------------------------\n这些是av:2出现的音乐,应该不会缺少的喵~。(笑) 如果有需要有兴趣的话欢迎复制喵~~(`・ω・´)\n复制的9818楼的\n前排提示:本视频只有大会员能看", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} + } + ] + } +} +``` + +
+ +## 获取指定评论信息 + +> http://api.bilibili.com/x/v2/reply/info + +*请求方式:GET* + +**url参数:** + +| 参数名 | 类型 | 内容 | 必要性 | 备注 | +| ------ | ---- | -------------- | ------ | -------------------------------------------- | +| type | num | 评论区类型代码 | 非必要 | **[类型代码见表](readme.md#评论区类型代码)** | +| oid | num | 目标评论区 id | 非必要 | | +| rpid | num | 目标评论 rpid | 必要 | | + +**json回复:** + +根对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------- | ----------------------------- | -------- | --------------------------------------------- | +| code | num | 返回值 | 0:成功
-400:请求错误
-404:无此项 | +| message | str | 错误信息 | 默认为0 | +| ttl | num | 1 | | +| data | 正确时:obj
错误时:null | 评论条目 | [对象定义见表](readme.md#评论条目对象) | + +**示例:** + +获取视频`av379743801`评论区下`rpid=95737567200`的信息 + +```bash +curl -G 'http://api.bilibili.com/x/v2/reply/info' \ +--data-urlencode 'type=1' \ +--data-urlencode 'oid=379743801' \ +--data-urlencode 'rpid=95737567200' \ +-b 'SESSDATA=xxx' +``` + +
+查看响应示例: + +```json +{ + "code": 0, + "message": "0", + "ttl": 1, + "data": { + "rpid": 95737567200, + "oid": 379743801, + "type": 1, + "mid": 293793435, + "root": 0, + "parent": 0, + "dialog": 0, + "count": 34, + "rcount": 34, + "floor": 382, + "state": 0, + "fansgrade": 0, + "attr": 514, + "ctime": 1639916028, + "like": 154, + "action": 0, + "member": { + "mid": "293793435", + "uname": "社会易姐QwQ", + "sex": "男", + "sign": "普通带砖技术宅,爱好MC 编程 电子,是车万人也是术术人,粉丝群:1136462265,博客:shakianee.top", + "avatar": "http://i0.hdslb.com/bfs/face/aebb2639a0d47f2ce1fec0631f412eaf53d4a0be.jpg", + "rank": "10000", + "DisplayRank": "0", + "face_nft_new": 0, + "is_senior_member": 0, + "level_info": { + "current_level": 6, + "current_min": 0, + "current_exp": 0, + "next_exp": 0 + }, + "pendant": { + "pid": 2511, + "name": "初音未来13周年", + "image": "http://i0.hdslb.com/bfs/garb/item/4f8f3f1f2d47f0dad84f66aa57acd4409ea46361.png", + "expire": 0, + "image_enhance": "http://i0.hdslb.com/bfs/garb/item/fe0b83b53e2342b16646f6e7a9370d8a867decdb.webp", + "image_enhance_frame": "http://i0.hdslb.com/bfs/garb/item/127c507ec8448be30cf5f79500ecc6ef2fd32f2c.png" + }, + "nameplate": { + "nid": 4, + "name": "青铜殿堂", + "image": "http://i2.hdslb.com/bfs/face/2879cd5fb8518f7c6da75887994c1b2a7fe670bd.png", + "image_small": "http://i0.hdslb.com/bfs/face/6707c120e00a3445933308fd9b7bd9fad99e9ec4.png", + "level": "普通勋章", + "condition": "单个自制视频总播放数>=1万" + }, + "official_verify": { + "type": -1, + "desc": "" + }, + "vip": { + "vipType": 2, + "vipDueDate": 1675785600000, + "dueRemark": "", + "accessStatus": 0, + "vipStatus": 1, + "vipStatusWarn": "", + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "avatar_subscript_url": "http://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png", + "nickname_color": "#FB7299" + }, + "fans_detail": null, + "following": 0, + "is_followed": 0, + "user_sailing": null, + "is_contractor": false, + "contract_desc": "" + }, + "content": { + "message": "这款机器背后发热超级严重。。。。。最烫的时候有60-70℃手不敢摸,而发烫后会降频,最低会降到0.6Ghz[笑哭][笑哭]\n现在解决办法已经出来了https://b23.tv/suUd3g7", + "plat": 0, + "device": "", + "members": null, + "jump_url": null, + "max_line": 999 + }, + "replies": null, + "assist": 0, + "folder": { + "has_folded": false, + "is_folded": false, + "rule": "" + }, + "up_action": { + "like": false, + "reply": false + }, + "show_follow": false, + "invisible": false, + "reply_control": {} } } ``` @@ -7087,7 +5806,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply/dialog/cursor' \ | 参数名 | 类型 | 内容 | 必要性 | 备注 | | ------ | ---- | -------------- | ------ | -------------------------------------------- | | type | num | 评论区类型代码 | 必要 | **[类型代码见表](readme.md#评论区类型代码)** | -| oid | num | 目标评论区id | 必要 | | +| oid | num | 目标评论区 id | 必要 | | **json回复:** @@ -7132,4 +5851,3 @@ curl -G 'http://api.bilibili.com/x/v2/reply/count' \
- diff --git a/comment/readme.md b/comment/readme.md index 539343c..77a2da1 100644 --- a/comment/readme.md +++ b/comment/readme.md @@ -15,73 +15,75 @@ (PS:以下部分内容来源不明,有待验证) -| 代码 | 评论区类型 | oid的意义 | -| ---- | ----------------------- | ---------- | -| 1 | 视频稿件 | 稿件avid | -| 2 | 话题 | 话题id | -| 4 | 活动 | 活动id | -| 5 | 小视频 | 小视频id | -| 6 | 小黑屋封禁信息 | 封禁公示id | -| 7 | 公告信息 | 公告id | -| 8 | 直播活动 | 直播间id | -| 9 | 活动稿件 | | -| 10 | 直播公告 | | -| 11 | 相簿(图片动态) | 相簿id | -| 12 | 专栏 | 专栏cvid | -| 13 | 票务 | | -| 14 | 音频 | 音频auid | -| 15 | 风纪委员会 | 众裁项目id | -| 16 | 点评 | | -| 17 | 动态(纯文字动态&分享) | 动态id | -| 18 | 播单 | | -| 19 | 音乐播单 | | -| 20 | 漫画 | | -| 21 | 漫画 | | -| 22 | 漫画 | 漫画mcid | -| 33 | 课程 | 课程epid | +| 代码 | 评论区类型 | oid 的意义 | +| ---- | ----------------------- | ----------- | +| 1 | 视频稿件 | 稿件 avid | +| 2 | 话题 | 话题 id | +| 4 | 活动 | 活动 id | +| 5 | 小视频 | 小视频 id | +| 6 | 小黑屋封禁信息 | 封禁公示 id | +| 7 | 公告信息 | 公告 id | +| 8 | 直播活动 | 直播间 id | +| 9 | 活动稿件 | (?) | +| 10 | 直播公告 | (?) | +| 11 | 相簿(图片动态) | 相簿 id | +| 12 | 专栏 | 专栏 cvid | +| 13 | 票务 | (?) | +| 14 | 音频 | 音频 auid | +| 15 | 风纪委员会 | 众裁项目 id | +| 16 | 点评 | (?) | +| 17 | 动态(纯文字动态&分享) | 动态 id | +| 18 | 播单 | (?) | +| 19 | 音乐播单 | (?) | +| 20 | 漫画 | (?) | +| 21 | 漫画 | (?) | +| 22 | 漫画 | 漫画 mcid | +| 33 | 课程 | 课程 epid | ## 评论条目对象 -| 字段 | 类型 | 内容 | 备注 | -| ----------- | ------------------------------- | ---------------- | ------------------------------------------------------------ | -| rpid | num | 评论rpid | | -| oid | num | 评论区对象id | | -| type | num | 评论区类型代码 | **类型代码见上表** | -| mid | num | 发送者mid | | -| root | num | 根评论rpid | 若为一级评论则为0
大于一级评论则为根评论id | -| parent | num | 回复父评论rpid | 若为一级评论则为0
若为二级评论则为根评论rpid
大于二级评论为上一级评论rpid | -| dialog | num | 回复对方rpid | 若为一级评论则为0
若为二级评论则为该评论rpid
大于二级评论为上一级评论rpid | -| count | num | 二级评论条数 | | -| rcount | num | 回复评论条数 | | -| floor | num | 评论楼层号 | **注:若不支持楼层则无此项** | -| state | num | 0 | **作用尚不明确** | -| fansgrade | num | 是否具有粉丝标签 | 0:无
1:有 | -| attr | num | 某属性位? | **作用尚不明确** | -| ctime | num | 评论发送时间 | 时间戳 | -| rpid_str | str | 评论rpid | 字串格式 | -| root_str | str | 根评论rpid | 字串格式 | -| parent_str | str | 回复父评论rpid | 字串格式 | -| like | num | 评论获赞数 | | -| action | num | 当前用户操作状态 | 需要登录(Cookie或APP)
否则恒为0
0:无
1:已点赞
2:已点踩 | -| member | obj | 评论发送者信息 | | -| content | obj | 评论信息 | | -| replies | 无效时:null
有效时:array | 评论回复条目预览 | **仅嵌套一层**
否则为null | -| assist | num | | **作用尚不明确** | -| folder | obj | ??? | | -| up_action | obj | 评论UP主操作信息 | | -| show_follow | bool | false | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------------- | ------------------------------- | ------------------ | ------------------------------------------------------------ | +| rpid | num | 评论 rpid | | +| oid | num | 评论区对象 id | | +| type | num | 评论区类型代码 | **类型代码见上表** | +| mid | num | 发送者 mid | | +| root | num | 根评论 rpid | 若为一级评论则为 0
大于一级评论则为根评论 id | +| parent | num | 回复父评论 rpid | 若为一级评论则为 0
若为二级评论则为根评论 rpid
大于二级评论为上一级评 论 rpid | +| dialog | num | 回复对方 rpid | 若为一级评论则为 0
若为二级评论则为该评论 rpid
大于二级评论为上一级评论 rpid | +| count | num | 二级评论条数 | | +| rcount | num | 回复评论条数 | | +| floor | num | 评论楼层号 | **注:若不支持楼层则无此项** | +| state | num | (?) | | +| fansgrade | num | 是否具有粉丝标签 | 0:无
1:有 | +| attr | num | 某属性位? | | +| ctime | num | 评论发送时间 | 时间戳 | +| rpid_str | str | 评论rpid | 字串格式 | +| root_str | str | 根评论rpid | 字串格式 | +| parent_str | str | 回复父评论rpid | 字串格式 | +| like | num | 评论获赞数 | | +| action | num | 当前用户操作状态 | 需要登录(Cookie 或 APP)
否则恒为 0
0:无
1:已点赞
2:已点踩 | +| member | obj | 评论发送者信息 | | +| content | obj | 评论信息 | | +| replies | 无效时:null
有效时:array | 评论回复条目预览 | **仅嵌套一层**
否则为 null | +| assist | num | (?) | | +| folder | obj | 折叠信息 | | +| up_action | obj | 评论 UP 主操作信息 | | +| show_follow | bool | (?) | | +| invisible | bool | | | +| reply_control | obj | 评论提示文案信息 | | `评论条目`中的`member`对象: | 字段 | 类型 | 内容 | 备注 | | --------------- | ----------------------------- | ---------------------- | ------------------------------------------------------------ | -| mid | str | 发送者mid | | +| mid | str | 发送者 mid | | | uname | str | 发送者昵称 | | | sex | str | 发送者性别 | 男 女 保密 | | sign | str | 发送者签名 | | -| avatar | str | 发送者头像 | | -| rank | str | 10000 | **作用尚不明确** | -| DisplayRank | str | 0 | **作用尚不明确** | +| avatar | str | 发送者头像 url | | +| rank | str | (?) | | +| DisplayRank | str | (?) | | | level_info | obj | 发送者等级 | | | pendant | obj | 发送者头像框信息 | | | nameplate | obj | 发送者勋章信息 | | @@ -92,36 +94,38 @@ | is_followed | num | 是否被该用户关注 | 需要登录(Cookie或APP)
否则恒为0
0:未关注
1:已关注 | | user_sailing | obj | 发送者评论条目装扮信息 | | | is_contractor | bool | 是否为合作用户? | | +| contract_desc | str | 合作用户说明? | | `member`中的`level_info`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------- | ---- | -------- | ---------------- | -| current_level | num | 用户等级 | | -| current_min | num | 0 | **作用尚不明确** | -| current_exp | num | 0 | **作用尚不明确** | -| next_exp | num | 0 | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------------- | ---- | -------- | ---- | +| current_level | num | 用户等级 | | +| current_min | num | 0 | | +| current_exp | num | 0 | | +| next_exp | num | 0 | | `member`中的`pendant`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------- | ---- | ------------- | -------------------- | -| pid | num | 头像框id | **详细说明有待补充** | -| name | str | 头像框名称 | | -| image | str | 头像框图片url | | -| expire | num | 0 | **作用尚不明确** | -| image_enhance | str | 头像框图片url | | +| 字段 | 类型 | 内容 | 备注 | +| ------------------- | ---- | -------------- | ---- | +| pid | num | 头像框 id | | +| name | str | 头像框名称 | | +| image | str | 头像框图片 url | | +| expire | num | 0 | | +| image_enhance | str | 头像框图片 url | | +| image_enhance_frame | str | (?) | | `member`中的`nameplate`对象: -| 字段 | 类型 | 内容 | 备注 | -| ----------- | ---- | ---------------- | -------------------- | -| nid | num | 勋章id | **详细说明有待补充** | -| name | str | 勋章名称 | | -| image | str | 挂件图片url 正常 | | -| image_small | str | 勋章图片url 小 | | -| level | str | 勋章等级 | | -| condition | str | 勋章条件 | | +| 字段 | 类型 | 内容 | 备注 | +| ----------- | ---- | ----------------- | ---- | +| nid | num | 勋章 id | | +| name | str | 勋章名称 | | +| image | str | 挂件图片 url 正常 | | +| image_small | str | 勋章图片 url 小 | | +| level | str | 勋章等级 | | +| condition | str | 勋章条件 | | `member`中的`official_verify`对象: @@ -132,66 +136,75 @@ `member`中的`vip`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------- | ---- | -------------- | --------------------------------------- | -| vipType | num | 大会员类型 | 0:无
1:月会员
2:年以上会员 | -| vipDueDate | num | 大会员到期时间 | 毫秒 时间戳 | -| dueRemark | str | 空 | **作用尚不明确** | -| accessStatus | num | 0 | **作用尚不明确** | -| vipStatus | num | 大会员状态 | 0:无
1:有 | -| vipStatusWarn | str | 空 | **作用尚不明确** | -| theme_type | num | 会员样式id | | -| label | obj | 会员铭牌样式 | | +| 字段 | 类型 | 内容 | 备注 | +| -------------------- | ---- | -------------- | --------------------------------------- | +| vipType | num | 大会员类型 | 0:无
1:月会员
2:年以上会员 | +| vipDueDate | num | 大会员到期时间 | 毫秒 时间戳 | +| dueRemark | str | (?) | | +| accessStatus | num | (?) | | +| vipStatus | num | 大会员状态 | 0:无
1:有 | +| vipStatusWarn | str | (?) | | +| theme_type | num | 会员样式 id | | +| label | obj | 会员铭牌样式 | | +| avatar_subscript | num | (?) | | +| avatar_subscript_url | str | (?) | | +| nickname_color | str | 昵称颜色 | | `vip`中的`label`对象: -| 字段 | 类型 | 内容 | 备注 | -| ----------- | ---- | ------------ | ------------------------------------------------------------ | -| path | str | 空 | **作用尚不明确** | -| text | str | 会员类型文案 | | -| label_theme | str | 会员类型 | vip:大会员
annual_vip:年度大会员
ten_annual_vip:十年大会员
hundred_annual_vip:百年大会员 | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ------------ | ------------------------------------------------------------ | +| path | str | (?) | | +| text | str | 会员类型文案 | | +| label_theme | str | 会员类型 | vip:大会员
annual_vip:年度大会员
ten_annual_vip:十年大会员
hundred_annual_vip:百年大会员 | +| text_color | str | 文字颜色? | | +| bg_style | num | (?) | | +| bg_color | str | 背景颜色? | | +| border_color | str | 描边颜色? | | `member`中的`fans_detail`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------- | ---- | ------------ | -------------------- | -| uid | num | 用户mid | | -| medal_id | num | 粉丝标签id | **详细说明有待补充** | -| medal_name | str | 粉丝标签名 | | -| score | num | 0 | **作用尚不明确** | -| level | num | 当前标签等级 | | -| intimacy | num | 0 | **作用尚不明确** | -| master_status | num | 1 | **作用尚不明确** | -| is_receive | num | 1 | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ------------- | ---- | ------------ | ---- | +| uid | num | 用户 mid | | +| medal_id | num | 粉丝标签 id | | +| medal_name | str | 粉丝标签名 | | +| score | num | (?) | | +| level | num | 当前标签等级 | | +| intimacy | num | (?) | | +| master_status | num | (?) | | +| is_receive | num | (?) | | `member`中的`user_sailing`对象: -| 字段 | 类型 | 内容 | 备注 | -| ----------------- | ----------------------------- | ------------ | ---------------- | -| pendant | 无效时:null
有效时:obj | 头像框信息 | | -| cardbg | 无效时:null
有效时:obj | 评论卡片装扮 | | -| cardbg_with_focus | null | - | **作用尚不明确** | +| 字段 | 类型 | 内容 | 备注 | +| ----------------- | ----------------------------- | ------------ | ---- | +| pendant | 无效时:null
有效时:obj | 头像框信息 | | +| cardbg | 无效时:null
有效时:obj | 评论卡片装扮 | | +| cardbg_with_focus | null | (?) | | `user_sailing`中的`pendant`对象: -| 字段 | 类型 | 内容 | 备注 | -| -------- | ---- | ------------- | ------------------------------------- | -| id | num | 头像框id | | -| name | str | 头像框名称 | | -| image | str | 头像框图片url | | -| jump_url | str | 空 | | -| type | str | 装扮类型 | suit:一般装扮
vip_suit:vip装扮 | +| 字段 | 类型 | 内容 | 备注 | +| ------------------- | ---- | -------------- | -------------------------------------- | +| id | num | 头像框 id | | +| name | str | 头像框名称 | | +| image | str | 头像框图片 url | | +| jump_url | str | 空 | | +| type | str | 装扮类型 | suit:一般装扮
vip_suit:vip 装扮 | +| image_enhance | str | (?) | | +| image_enhance_frame | str | (?) | | `user_sailing`中的`cardbg`对象: -| 字段 | 类型 | 内容 | 备注 | -| -------- | ---- | ----------------------- | ------------------------------------- | -| id | num | 评论条目装扮id | | -| name | str | 评论条目装扮名称 | | -| image | str | 评论条目装扮图片url | | -| jump_url | str | 评论条目装扮商城页面url | | -| fan | obj | 粉丝专属信息 | | -| type | str | 装扮类型 | suit:一般装扮
vip_suit:vip装扮 | +| 字段 | 类型 | 内容 | 备注 | +| -------- | ---- | ------------------------ | -------------------------------------- | +| id | num | 评论条目装扮 id | | +| name | str | 评论条目装扮名称 | | +| image | str | 评论条目装扮图片 url | | +| jump_url | str | 评论条目装扮商城页面 url | | +| fan | obj | 粉丝专属信息 | | +| type | str | 装扮类型 | suit:一般装扮
vip_suit:vip 装扮 | `cardbg`中的`fan`对象: @@ -208,41 +221,42 @@ | 字段 | 类型 | 内容 | 备注 | | -------- | ----- | ------------------ | ------------------------------------------------------------ | | message | str | 评论内容 | **重要** | -| plat | num | 评论发送端 | 1:web端
2:安卓客户端
3:ios客户端
4:wp客户端 | +| plat | num | 评论发送端 | 1:web端
2:安卓客户端
3:ios 客户端
4:wp 客户端 | | device | str | 评论发送平台设备 | | -| members | array | at到的用户信息 | | +| members | array | at 到的用户信息 | | | emote | obj | 需要渲染的表情转义 | 评论内容无表情则无此项 | | jump_url | obj | 需要高亮的超链转义 | | | max_line | num | 6 | 收起最大行数 | `content`中的`members`数组: -| 项 | 类型 | 内容 | 备注 | -| ---- | ---- | --------------- | -------------------------------- | -| 0 | obj | at到的用户1 | 基本同`评论条目`中的`member`对象 | -| n | obj | at到的用户(n+1) | 项数为at到的不同的用户数 | -| …… | obj | …… | …… | +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | ---------------- | -------------------------------- | +| 0 | obj | at到的用户 1 | 基本同`评论条目`中的`member`对象 | +| n | obj | at到的用户 (n+1) | 项数为at到的不同的用户数 | +| …… | obj | …… | …… | `content`中的`emote`对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ---- | --------------- | -------- | -| {表情转义符} | obj | 表情转义符信息1 | | -| …… | obj | 表情转义符信息n | 向下扩展 | +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ---------------- | -------- | +| {表情转义符} | obj | 表情转义符信息 1 | | +| …… | obj | 表情转义符信息 n | 向下扩展 | `emote`中的`{表情转义符}`对象: | 字段 | 类型 | 内容 | 备注 | | ---------- | ---- | ------------ | -------------------------------------------------------- | -| id | num | 表情id | | -| package_id | num | 表情包id | | +| id | num | 表情 id | | +| package_id | num | 表情包 id | | | state | num | 0 | | | type | num | 表情类型 | 1:免费
2:会员专属
3:购买所得
4:颜文字 | -| attr | num | 0 | **作用尚不明确** | +| attr | num | (?) | | | text | str | 表情转义符 | | -| url | str | 表情图片url | | +| url | str | 表情图片 url | | | meta | obj | 属性信息 | | | mtime | num | 表情创建时间 | 时间戳 | +| jump_title | str | 表情名称 | | `{表情转义符}`中的`meta`对象: @@ -253,22 +267,22 @@ `content`中的`jump_url`对象: -| 字段 | 类型 | 内容 | 备注 | -| ---------- | ---- | ------------- | -------- | -| {超链转义} | obj | 超链转义信息1 | | -| …… | obj | 超链转义信息n | 向下扩展 | +| 字段 | 类型 | 内容 | 备注 | +| ---------- | ---- | -------------- | -------- | +| {超链转义} | obj | 超链转义信息 1 | | +| …… | obj | 超链转义信息 n | 向下扩展 | `jump_url`中的`{超链转义}`对象: -| 字段 | 类型 | 内容 | 备注 | -| -------------- | ---- | ------- | ---- | -| title | str | 标题 | | -| state | num | 图标url | | -| prefixIcon | str | | | -| appUrlSchema | str | | | -| appName | str | | | -| appPackageName | str | | | -| clickReport | str | 上报id | | +| 字段 | 类型 | 内容 | 备注 | +| -------------- | ---- | -------- | ---- | +| title | str | 标题 | | +| state | num | 图标 url | | +| prefixIcon | str | (?) | | +| appUrlSchema | str | (?) | | +| appName | str | (?) | | +| appPackageName | str | (?) | | +| clickReport | str | 上报 id | | `评论条目`中的`replies`数组: @@ -284,11 +298,19 @@ | ---------- | ---- | ---------------------- | ---- | | has_folded | bool | 是否有被折叠的二级评论 | | | is_folded | bool | 评论是否被折叠 | | -| rule | str | 相关规则页面uel | | +| rule | str | 相关规则页面 url | | `评论条目`中的`up_action`对象: | 字段 | 类型 | 内容 | 备注 | | ----- | ---- | ---------------- | ----------------------- | | like | bool | 是否UP主觉得很赞 | false:否
true:是 | -| reply | bool | 是否被UP主回复 | false:否
true:是 | \ No newline at end of file +| reply | bool | 是否被UP主回复 | false:否
true:是 | + +`评论条目`中的`reply_control`对象: + +| 字段 | 类型 | 内容 | 备注 | +| -------------------- | ---- | -------- | -------------------- | +| sub_reply_entry_text | str | 回复提示 | `共 xx 条回复` | +| sub_reply_title_text | str | 回复提示 | `相关回复共有 xx 条` | +| time_desc | str | 时间提示 | `xx 天/小时 前发布` | \ No newline at end of file