bac

剧集地区一览

ID 名称
1 中国大陆
2 日本
3 美国
4 英国
5 加拿大
6 中国香港
7 中国台湾
8 韩国
9 法国
10 泰国
11 马来西亚
12 新加坡
13 西班牙
14 俄罗斯
15 德国
16 其他
17 丹麦
18 乌克兰
19 以色列
20 伊朗
21 保加利亚
22 克罗地亚
23 冰岛
24 匈牙利
25 南非
26 印尼
27 印度
28 哥伦比亚
30 土耳其
31 墨西哥
32 委内瑞拉
33 巴西
34 希腊
35 意大利
36 挪威
37 捷克
38 摩洛哥
39 新西兰
40 智利
41 比利时
42 波兰
43 澳大利亚
44 爱尔兰
45 瑞典
46 瑞士
47 芬兰
48 苏联
49 荷兰
50 越南
51 阿根廷
52 马耳他
53 古巴
54 菲律宾
55 哈萨克斯坦
56 黎巴嫩
57 塞浦路斯
58 卡塔尔
59 阿联酋
60 奥地利
61 西德
62 卢森堡
63 罗马尼亚
64 印度尼西亚
65 南斯拉夫
66 蒙古
70 葡萄牙

剧集基本信息

剧集基本信息(mdid方式)

https://api.bilibili.com/pgc/review/user

请求方式:GET

鉴权方式:Cookie(SESSDATA)或APP

url参数:

参数名 类型 内容 必要性 备注
media_id str 剧集mdid 必要  

json回复:

根对象:

字段 类型 内容 备注
code num 返回值 0:成功
-400:请求错误
-404:错误
message str 错误信息 默认为success
result obj 信息本体  

result对象:

字段 类型 内容 备注
media obj 剧集信息  
review obj 用户操作信息 仅登录时存在此项

result中的media对象:

字段 类型 内容 备注
areas array 地区  
cover str 封面图片url  
horizontal_picture str 横板封面图片url  
media_id num 剧集mdid  
new_ep obj 最新一话信息  
rating obj 评分信息  
season_id num 剧集ssid  
share_url url 剧集详情页连接  
title str 标题  
type num 剧集类型id 1:番剧
2:电影
3:纪录片
4:国创
5:电视剧
6:漫画
7:综艺
type_name str 剧集类型  

media中的areas数组:

类型 内容 备注
0 obj 地区信息1  
n obj 地区信息(n+1)  
…… obj ……  

areas数组中的对象:

字段 类型 内容 备注
id num 所属地区编号 剧集地区一览
name str 所属地区名称  

media中的new_ep对象:

字段 类型 内容 备注
id num 最新一话的epid  
index str 最新一话名称  
index_show str 最新一话显示名称 eg. 第1话更新至第4话

media中的rating对象:

字段 类型 内容 备注
count num 总计评分人数  
score num 评分  

result中的review对象:

字段 类型 内容 备注
is_coin num 0 作用尚不明确
is_open num 1 作用尚不明确

示例:

查询剧集md28220978的基本信息

curl -G 'https://api.bilibili.com/pgc/review/user' \
--data-urlencode 'media_id=28220978' \
-b 'SESSDATA=xxx'
查看响应示例: ```json { "code": 0, "message": "success", "result": { "media": { "areas": [ { "id": 2, "name": "日本" } ], "cover": "http://i0.hdslb.com/bfs/bangumi/8aa0bfce050c72c6626b63d3093a88527c251026.jpg", "horizontal_picture": "http://i0.hdslb.com/bfs/bangumi/8aa0bfce050c72c6626b63d3093a88527c251026.jpg", "media_id": 28220978, "new_ep": { "id": 21278, "index": "14", "index_show": "全14话" }, "rating": { "count": 80693, "score": 9.9 }, "season_id": 1172, "share_url": "https://www.bilibili.com/bangumi/media/md28220978", "title": "轻音少女 第一季", "type": 1, "type_name": "番剧" } } } ```

获取剧集明细(web端)(ssid/epid方式)

https://api.bilibili.com/pgc/view/web/season

请求方式:GET

url参数:

参数名 类型 内容 必要性 备注
season_id num 番剧ssid 必要(可选) season_id与ep_id任选其一
ep_id num 剧集epid 必要(可选) season_id与ep_id任选其一

json回复:

根对象:

字段 类型 内容 备注
code num 返回值 0:成功
-404:错误
message str 错误信息 默认为success
result obj 信息本体  

result对象:

字段 类型 内容 备注
activity obj 参与的活动  
actors str    
alias str 作用尚不明确
areas array    
bkg_cover str 网页背景图片url 无则为空
cover str 剧集封面图片url  
delivery_fragment_video bool    
enable_vt bool    
episodes array 正片剧集列表  
evaluate str 简介  
freya obj    
hide_ep_vv_vt_dm num    
icon_font obj    
jp_title str 作用尚不明确
link str 简介页面url  
media_id num 剧集mdid  
mode num 2 作用尚不明确
multi_view_info obj    
new_ep obj 更新信息  
payment obj 会员&付费信息 若无相关内容则无此项
payPack obj 付费包信息 目前只有霹雳布袋戏付费套餐一种
play_strategy obj    
positive obj    
publish obj 发布信息  
rating obj 评分信息 若无相关内容则无此项
record str 备案号 无则为空
rights obj 属性标志信息  
season_id num 番剧ssid  
season_title str 剧集标题  
seasons array 同系列所有季信息  
section array 花絮、PV、番外等非正片内容 若无相关内容则无此项
section_bottom_desc str    
series obj 系列信息  
share_copy str 《{标题}》+{备注}  
share_sub_title str 备注  
share_url str 番剧播放页面url  
show obj 网页全屏标志  
show_season_type num 1,2,3,4,5,7  
square_cover str 方形封面图片url  
staff str 制作人员信息  
stat obj 状态数  
status num    
styles array 标签  
subtitle str 剧集副标题  
title str 剧集标题  
total num 总计正片集数 未完结:大多为-1
已完结:正整数
type num 剧集类型 1:番剧
2:电影
3:纪录片
4:国创
5:电视剧
7:综艺
up_info obj UP主信息 若无相关内容则无此项
user_status obj    

result中的activity对象:

字段 类型 内容 备注
cover str    
head_bg_url str 作用尚不明确
id num 活动id  
link str    
pendants array    
title str 活动标题  

activity中的pendants数组

字段名 类型 内容 备注
image str    
name str    
pid num    

result中的areas数组

字段名 类型 内容 备注
id num 所属地区编号 剧集地区一览
name str 所属地区名称  

result中的episodes数组:

类型 内容 备注
0 obj 正片第1集  
n obj 正片第(n+1)集 按照顺序排列
…… obj    

episodes数组中的对象:

字段 类型 内容 备注
aid num 单集稿件avid  
archive_attr num    
badge str 标签文字 例如会员限免
badge_info obj    
badge_type num    
bvid str 单集稿件bvid  
cid num 视频cid  
cover str 单集封面url  
dimension obj 分辨率信息  
duration num    
enable_vt bool    
ep_id num    
from str    
id num 单集epid  
interaction obj    
is_sub_view bool    
is_view_hide bool    
link str 单集网页url  
long_title str 单集完整标题  
multi_view_eps array    
pub_time num 发布时间 时间戳
pv num 0 作用尚不明确
release_date str 作用尚不明确
rights obj    
section_type num    
share_copy str 《{标题}》+第n话+{单集完整标题}  
share_url str 单集网页url  
short_link str 单集网页url短链接  
show_title str    
showDrmLoginDialog bool    
skip obj    
status num    
subtitle str 单集副标题 观看次数文字
title str 单集标题  
toast_title str    
vid str 单集vid vupload_+{cid}

episodes中的badge_info对象

字段名 类型 内容 备注
bg_color str    
bg_color_night str    
text str    

episodes中的dimension对象

字段名 类型 内容 备注
height num    
rotate num    
width num    

episodes中的interaction对象

字段名 类型 内容 备注
graph_version num    
interaction bool    

episodes中的multi_view_eps数组

字段名 类型 内容 备注
ep_id num    

episodes中的rights对象

字段名 类型 内容 备注
allow_demand num    
allow_dm num    
allow_download num    
area_limit num    

episodes中的skip对象

字段名 类型 内容 备注
ed obj    
op obj    

skip对象中的ed对象

字段名 类型 内容 备注
end num    
start num    

skip对象中的op对象

字段名 类型 内容 备注
end num    
start num    

result中的freya对象

字段名 类型 内容 备注
bubble_desc str    
bubble_show_cnt num    
icon_show num    

result中的icon_font对象

字段名 类型 内容 备注
name str    
text str    

result中的multi_view_info对象

字段名 类型 内容 备注
changing_dance str    
is_multi_view_season bool    

result中的new_ep对象:

字段 类型 内容 备注
desc str 更新备注  
id num 最新一话epid  
is_new num 是否最新发布 0:否
1:是
title str 最新一话标题  

result中的payment对象:

字段 类型 内容 备注
discount num 折扣 100为原价
pay_type obj 支付相关  
price str 售价  
promotion str 推广信息  
tip str    
view_start_time num    
vip_discount num 大会员折扣  
vip_first_promotion str    
vip_price str 大会员售价  
vip_promotion str 大会员推广信息  

payment中的pay_type对象:

字段 类型 内容 备注
allow_discount num 启用折扣 0:否
1:是
下同
allow_pack num    
allow_ticket num 启用票券  
allow_time_limit num 启用时间限制  
allow_vip_discount num 启用大会员折扣  
forbid_bb num 禁止使用B币券  

result中的payPack对象

字段名 类型 内容 备注
id num    
not_paid_text_for_app str    
paid_text_for_app str    
pay_pack_url str    
status num    
title str    

result中的play_strategy对象

字段名 类型 内容 备注
strategies array    

result中的positive对象:

字段 类型 内容 备注
id num    
title str    

result中的publish对象:

字段 类型 内容 备注
is_finish num 完结状态 0:未完结
1:已完结
is_started num 是否发布 0:未发布
1:已发布
pub_time str 发布时间 YYYY-MM-DDD hh:mm:ss
pub_time_show str 发布时间文字介绍  
unknow_pub_date num 0 作用尚不明确
weekday num 0 作用尚不明确

result中的rating对象:

字段 类型 内容 备注
count num 总计评分人数  
score num 评分  

result中的rights对象:

字段 类型 内容 备注
allow_bp num    
allow_bp_rank num    
allow_download num    
allow_review num    
area_limit num    
ban_area_show num    
can_watch num    
copyright str 版权标志 bilibili:授权
dujia:独家
forbid_pre num    
freya_white num    
is_cover_show num    
is_preview num    
only_vip_download num    
resource str    
watch_platform num    

result中的seasons数组:

类型 内容 备注
0 obj 同系列剧集1  
n obj 同系列剧集(n+1) 按照顺序排列
…… obj    

seasons数组中的对象:

字段 类型 内容 备注
badge str    
badge_info obj    
badge_type num    
cover str    
enable_vt bool    
horizontal_cover_1610 str    
horizontal_cover_169 str    
icon_font obj    
media_id num    
new_ep obj    
season_id num    
season_title str    
season_type num    
stat obj    

seasons中的badge_info对象

字段名 类型 内容 备注
bg_color str    
bg_color_night str    
text str    

seasons中的icon_font对象

字段名 类型 内容 备注
name str    
text str    

seasons中的new_ep对象

字段名 类型 内容 备注
cover str    
id num    
index_show str    

seasons中的stat对象

字段名 类型 内容 备注
favorites num    
series_follow num    
views num    
vt num    

result中的section数组:

类型 内容 备注
0 obj 其他内容块1  
n obj 其他内容块(n+1) 按照顺序排列
…… obj    

section数组中的对象:

字段 类型 内容 备注
attr num    
episode_id num 0  
episode_ids array    
episodes array 板块内容  
id num 板块id?  
report obj    
title str 板块标题  
type num  
type2 num    

episodes数组中的对象

字段名 类型 内容 备注
aid num    
archive_attr num    
badge str    
badge_info obj    
badge_type num    
bvid str    
cid num    
cover str    
dimension obj    
duration num    
enable_vt bool    
ep_id num    
from str    
icon_font obj    
id num    
interaction obj    
is_view_hide bool    
link str    
link_type str    
long_title str    
pub_time num    
pv num    
release_date str    
report obj    
rights obj    
section_type num    
share_copy str    
share_url str    
short_link str    
show_title str    
showDrmLoginDialog bool    
skip obj    
stat obj    
stat_for_unity obj    
status num    
subtitle str    
title str    
toast_title str    
up_info obj    
vid str    

badge_info对象

字段名 类型 内容 备注
bg_color str    
bg_color_night str    
text str    

dimension对象

字段名 类型 内容 备注
height num    
rotate num    
width num    

icon_font对象

字段名 类型 内容 备注
name str    
text str    

interaction对象

字段名 类型 内容 备注
graph_version num    
interaction bool    

report对象

字段名 类型 内容 备注
aid str    
ep_title str    
position str    
season_id str    
season_type str    
section_id str    
section_type str    

rights对象

字段名 类型 内容 备注
allow_demand num    
allow_dm num    
allow_download num    
area_limit num    

skip对象

字段名 类型 内容 备注
ed obj    
op obj    

ed对象

字段名 类型 内容 备注
end num    
start num    

op对象

字段名 类型 内容 备注
end num    
start num    

stat_for_unity对象

根对象 -> result对象 -> section数组中的对象 -> episodes数组中的对象 -> stat_for_unity对象

字段名 类型 内容 备注
coin num    
danmaku obj    
likes num    
reply num    
vt obj    

danmaku对象

字段名 类型 内容 备注
icon str    
pure_text str    
text str    
value num    

vt对象

字段名 类型 内容 备注
icon str    
pure_text str    
text str    
value num    

stat对象

字段名 类型 内容 备注
coin num    
danmakus num    
likes num    
play num    
reply num    
vt num    

up_info对象

字段名 类型 内容 备注
avatar str    
follower num    
is_follow num    
mid num    
uname str    
verify_type num    
verify_type2 num    

report对象

字段名 类型 内容 备注
season_id str    
season_type str    
sec_title str    
section_id str    
section_type str    

result中的series对象:

字段 类型 内容 备注
display_type num    
series_id num 系列id  
series_title str 系列名  

result中的show对象:

字段 类型 内容 备注
wide_screen num 是否全屏 0:正常
1:全屏

result中的stat对象:

字段 类型 内容 备注
coins num 投币数  
danmakus num 弹幕数  
favorite num    
favorites num 收藏数  
follow_text str    
hot num    
likes num 点赞数  
reply num 评论数  
share num 分享数  
views num 播放数  
vt num    

result中的up_info对象:

字段 类型 内容 备注
avatar str 头像图片url  
avatar_subscript_url str    
follower num 粉丝数  
is_follow num 0  
mid num UP主mid  
nickname_color str    
pendant obj    
theme_type num 0  
uname str UP主昵称  
verify_type num    
vip_label obj    
vip_status num    
vip_type num    

up_info中的pendant对象

字段名 类型 内容 备注
image str    
name str    
pid num    

up_info中的vip_label对象

字段名 类型 内容 备注
bg_color str    
bg_style num    
border_color str    
text str    
text_color str    

result中的user_status对象

字段名 类型 内容 备注
area_limit num    
ban_area_show num    
follow num    
follow_status num    
login num    
pay num    
pay_pack_paid num    
sponsor num    

获取剧集分集信息

https://api.bilibili.com/pgc/web/season/section

请求方式:GET

鉴权方式:Cookie(SESSDATA)或APP

url参数:

参数名 类型 内容 必要性 备注
season_id str 剧集ssid 必要  

json回复:

根对象:

字段 类型 内容 备注
code num 返回值 0:成功
-404:错误
message str 错误信息 默认为success
result obj 信息本体  

result对象:

字段 类型 内容 备注
main_section obj 正片信息  
section array 花絮、PV等  

result中的main_section对象:

字段 类型 内容 备注
episodes array 分集信息  
id num 分组id  
type num 0:正片
1:PV&其他
2:OP&ED
 
title str    

episodes数组中的对象:

字段 类型 内容 备注
aid num 视频av号  
badge str    
badge_info obj    
badge_type num 0  
cid num 分集cid  
cover str 分集封面  
from str bangumi  
id num 分集epId  
is_premiere num 0  
long_title str 长标题  
share_url str 分集播放页url  
status num 2  
title str 短标题  
vid str    

badge_info对象:

字段 类型 内容 备注
bg_color str    
bg_color_night str    
text str    

section数组中的对象:

main_section对象

示例:

curl -L -X GET 'https://api.bilibili.com/pgc/web/season/section?season_id=42290'
查看响应示例: ```json { "code": 0, "message": "success", "result": { "main_section": { "episodes": [ { "aid": 300876247, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 772096113, "cover": "http://i0.hdslb.com/bfs/archive/c09aec64c1787e287b0187498a4443177cc2112c.jpg", "from": "bangumi", "id": 606591, "is_premiere": 0, "long_title": "瞒天过海!罪犯新选组", "share_url": "https://www.bilibili.com/bangumi/play/ep606591", "status": 2, "title": "1", "vid": "" }, { "aid": 555940678, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 779868818, "cover": "http://i0.hdslb.com/bfs/archive/52ccef75fc179c7f8a4f2ff989a1249c78f564e0.jpg", "from": "bangumi", "id": 606592, "is_premiere": 0, "long_title": "光芒四射!遗物日本刀", "share_url": "https://www.bilibili.com/bangumi/play/ep606592", "status": 2, "title": "2", "vid": "" }, { "aid": 216208730, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 779450100, "cover": "http://i0.hdslb.com/bfs/archive/7eee64ff758fb426b6cd16bc7d525f4de98fd4dc.jpg", "from": "bangumi", "id": 606596, "is_premiere": 0, "long_title": "乔装打扮!潜入花街", "share_url": "https://www.bilibili.com/bangumi/play/ep606596", "status": 2, "title": "3", "vid": "" }, { "aid": 386385026, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 786667756, "cover": "http://i0.hdslb.com/bfs/archive/6851be597e1fa496a8b1486000e83654c2fac45c.jpg", "from": "bangumi", "id": 606597, "is_premiere": 0, "long_title": "一探究竟!神秘妖刀", "share_url": "https://www.bilibili.com/bangumi/play/ep606597", "status": 2, "title": "4", "vid": "" }, { "aid": 729094525, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 793386614, "cover": "http://i0.hdslb.com/bfs/archive/5dfa30d48188b26c616a05745132a59f6823dade.jpg", "from": "bangumi", "id": 606598, "is_premiere": 0, "long_title": "展现无遗!和尚与医生的决心", "share_url": "https://www.bilibili.com/bangumi/play/ep606598", "status": 2, "title": "5", "vid": "" }, { "aid": 599314561, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 798315932, "cover": "http://i0.hdslb.com/bfs/archive/3daae9ee434d335ff9e5a9d8244bc1e6b7ffa8d0.jpg", "from": "bangumi", "id": 606599, "is_premiere": 0, "long_title": "直捣敌巢!败德白川屋", "share_url": "https://www.bilibili.com/bangumi/play/ep606599", "status": 2, "title": "6", "vid": "" }, { "aid": 259686552, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 807199844, "cover": "http://i0.hdslb.com/bfs/archive/9ff73932c210abe64373be6f3959c2eee6c7470b.jpg", "from": "bangumi", "id": 606600, "is_premiere": 0, "long_title": "全力阻止!新选组解散", "share_url": "https://www.bilibili.com/bangumi/play/ep606600", "status": 2, "title": "7", "vid": "" }, { "aid": 514942530, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 814175863, "cover": "http://i0.hdslb.com/bfs/archive/31a19bf3af61e58f1e8c4a387779fc3272cb47a7.jpg", "from": "bangumi", "id": 606601, "is_premiere": 0, "long_title": "激烈战斗!池田屋事件", "share_url": "https://www.bilibili.com/bangumi/play/ep606601", "status": 2, "title": "8", "vid": "" }, { "aid": 515024193, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 819960797, "cover": "http://i0.hdslb.com/bfs/archive/68a0a12a74e99b6cd85cfa0fb7be70d82d8b6558.jpg", "from": "bangumi", "id": 606602, "is_premiere": 0, "long_title": "真心炸裂!人之思绪 鬼之念想", "share_url": "https://www.bilibili.com/bangumi/play/ep606602", "status": 2, "title": "9", "vid": "" }, { "aid": 430293537, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 827739564, "cover": "http://i0.hdslb.com/bfs/archive/6411f71c947ba9b011ca0fe2891334147ef1e14d.jpg", "from": "bangumi", "id": 606603, "is_premiere": 0, "long_title": "全力守护!美利坚黑船", "share_url": "https://www.bilibili.com/bangumi/play/ep606603", "status": 2, "title": "10", "vid": "" }, { "aid": 858116183, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 833436271, "cover": "http://i0.hdslb.com/bfs/archive/48736284b5cf0f3515cddb95f1c1b8658ec6c5ff.jpg", "from": "bangumi", "id": 606604, "is_premiere": 0, "long_title": "勇往直前!京都大决战", "share_url": "https://www.bilibili.com/bangumi/play/ep606604", "status": 2, "title": "11", "vid": "" }, { "aid": 773279679, "badge": "会员", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "会员" }, "badge_type": 0, "cid": 840839493, "cover": "http://i0.hdslb.com/bfs/archive/316f7c8a750699bf53ee44d43669fabb0271be86.jpg", "from": "bangumi", "id": 606605, "is_premiere": 0, "long_title": "替身传说!罪犯新选组", "share_url": "https://www.bilibili.com/bangumi/play/ep606605", "status": 13, "title": "12", "vid": "" } ], "id": 81861, "title": "正片", "type": 0 }, "section": [ { "episodes": [ { "aid": 898153042, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 766274696, "cover": "http://i0.hdslb.com/bfs/archive/ac27ed20081e99fc36720ef0714f81d8df2c279a.png", "from": "bangumi", "id": 576387, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep576387", "status": 2, "title": "PV", "vid": "" }, { "aid": 215937670, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 773008915, "cover": "http://i0.hdslb.com/bfs/archive/0a6b589e9175dfee1d9699fb55c5c0677941994a.png", "from": "bangumi", "id": 606995, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep606995", "status": 2, "title": "西川贵教", "vid": "" }, { "aid": 813460609, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 773007362, "cover": "http://i0.hdslb.com/bfs/archive/6c8f4136731c1c2f8171f5c006f79f0603d11bdf.png", "from": "bangumi", "id": 606998, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep606998", "status": 2, "title": "幕末替身声优采访", "vid": "" }, { "aid": 556287340, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 785468206, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 660464, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep660464", "status": 2, "title": "声优对谈 01", "vid": "" }, { "aid": 984099086, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 792637456, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 669591, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep669591", "status": 2, "title": "声优对谈 02", "vid": "" }, { "aid": 259364452, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 798995285, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 670446, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep670446", "status": 2, "title": "声优对谈 03", "vid": "" }, { "aid": 772146427, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 808201440, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 672539, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep672539", "status": 2, "title": "声优对谈 04", "vid": "" }, { "aid": 687381109, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 814826609, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 676133, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep676133", "status": 2, "title": "声优对谈 05", "vid": "" }, { "aid": 730289528, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 826951152, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 676134, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep676134", "status": 2, "title": "声优对谈 07", "vid": "" }, { "aid": 602813211, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 826951370, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 676135, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep676135", "status": 2, "title": "声优对谈 08", "vid": "" }, { "aid": 515295782, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 826951255, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 676137, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep676137", "status": 2, "title": "声优对谈 09", "vid": "" }, { "aid": 815269384, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 826951558, "cover": "http://i0.hdslb.com/bfs/archive/77564ca30f1a4d3a64cfc292a7fd989c09a30027.png", "from": "bangumi", "id": 676138, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep676138", "status": 2, "title": "声优对谈 10", "vid": "" } ], "id": 82126, "title": "PV&其他", "type": 1 }, { "episodes": [ { "aid": 556712105, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 794382832, "cover": "http://i0.hdslb.com/bfs/archive/1f4ab8b9af0689900e7c486c4e676e27988091be.png", "from": "bangumi", "id": 670062, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep670062", "status": 2, "title": "NCOP", "vid": "" }, { "aid": 259129266, "badge": "", "badge_info": { "bg_color": "#FB7299", "bg_color_night": "#BB5B76", "text": "" }, "badge_type": 0, "cid": 794382772, "cover": "http://i0.hdslb.com/bfs/archive/d08738a452187a0229c3b99beaf1cb4ff868a030.png", "from": "bangumi", "id": 670063, "is_premiere": 0, "long_title": "", "share_url": "https://www.bilibili.com/bangumi/play/ep670063", "status": 2, "title": "NCED", "vid": "" } ], "id": 85065, "title": "OP&ED", "type": 2 } ] } } ```