添加bvID相关和POST参数类型

This commit is contained in:
SocialSisterYi
2020-03-23 16:46:13 +08:00
parent 30a6f2c275
commit 8521edff89
13 changed files with 213 additions and 161 deletions

View File

@@ -1,7 +1,7 @@
# 视频状态数
## 视频状态数1备用 不封python
http://api.bilibili.com/archive_stat/stat
## 视频状态数1备用 不封python 暂不支持bvID
> http://api.bilibili.com/archive_stat/stat
*方式:GET*
@@ -40,6 +40,7 @@ http://api.bilibili.com/archive_stat/stat
示例:
http://api.bilibili.com/archive_stat/stat?aid=91572143
```json
{
"code": 0,
@@ -63,8 +64,8 @@ http://api.bilibili.com/archive_stat/stat?aid=91572143
}
```
## 视频状态数2常用 封杀python
http://api.bilibili.com/x/web-interface/archive/stat
## 视频状态数2常用 封杀pythonavID/bvID互转
> http://api.bilibili.com/x/web-interface/archive/stat
*方式:GET*
@@ -75,9 +76,10 @@ http://api.bilibili.com/x/web-interface/archive/stat
**此API克pythonUA中只要存在\*python\*字眼就无法获取正确内容如用py请改UA**
参数:
| 参数名 | 内容 | 必要性 | 备注 |
| -------| -------- | ------ |------|
| aid | 视频avID | 必要 | |
| 参数名 | 内容 | 必要性 | 备注 |
| ------ | -------- | ------ | ------------------ |
| aid | 视频avID | 必要 | avID与bvID任选一个 |
| bvid | 视频bvID | 非必要 | avID与bvID任选一个 |
**json回复**
@@ -93,7 +95,7 @@ http://api.bilibili.com/x/web-interface/archive/stat
| 字段 | 类型 | 内容 | 备注 |
| ---------- | ---------------------- | -------------------------------- | ---------------- |
| aid | num | 视频avID | |
| bvid | str | | 作用尚不明确 |
| bvid | str | 视频bvID | |
| view | 普通num<br />屏蔽时str | 普通:观看次数<br />屏蔽时:"--" | |
| danmaku | num | 弹幕条数 | |
| reply | num | 评论条数 | |
@@ -112,6 +114,9 @@ http://api.bilibili.com/x/web-interface/archive/stat
示例:
http://api.bilibili.com/x/web-interface/archive/stat?aid=2271112
同http://api.bilibili.com/x/web-interface/archive/stat?bvid=BV1es411D7sW
```json
{
"code": 0,
@@ -119,14 +124,14 @@ http://api.bilibili.com/x/web-interface/archive/stat?aid=2271112
"ttl": 1,
"data": {
"aid": 2271112,
"bvid": "",
"view": 25719725,
"danmaku": 159249,
"reply": 52007,
"favorite": 879004,
"coin": 586071,
"share": 235709,
"like": 594645,
"bvid": "BV1es411D7sW",
"view": 26408224,
"danmaku": 161919,
"reply": 52825,
"favorite": 892560,
"coin": 599649,
"share": 240573,
"like": 628592,
"now_rank": 0,
"his_rank": 4,
"no_reprint": 0,