-
Notifications
You must be signed in to change notification settings - Fork 76
Bilibili API 视频页
Nintha edited this page Feb 27, 2018
·
1 revision
https://api.bilibili.com/x/web-interface/archive/stat?aid={video_id}
输入: video_id => 视频的av号
输出: JSON格式如下
"data":
{
"aid": "av号",
"view": "播放数",
"danmaku": "弹幕数",
"reply": "评论数",
"favorite": "收藏数",
"coin": "硬币数",
"share": "分享数",
"now_rank": "未知",
"his_rank": "最高全站日排名(0表示未曾上榜)",
"no_reprint": "0表示默认 1表示未经作者授权禁止转载",
"copyright": "1表示原创 2表示搬运"
}