例行更新

This commit is contained in:
SocialSisterYi
2020-03-04 12:30:32 +08:00
parent d3013e6478
commit 5062e3ea19
3 changed files with 15 additions and 5 deletions

View File

@@ -1,12 +1,11 @@
# 哔哩哔哩-API收集整理 # 哔哩哔哩-API收集整理
-------
本项目对B站的野生api进行收集整理以及研究使用方法并对其进行说明 本项目对B站的野生api进行收集整理以及研究使用方法并对其进行说明
所有api均为标准http协议返回值均为json 所有api均为标准http协议返回值均为json
**不断更新中....** **不断更新中....**
计划整理分类: 计划整理分类&目录
- 文章 - 文章
- 音频 - 音频
- 番剧 - 番剧
@@ -18,7 +17,9 @@
- 历史&稍后再看 - 历史&稍后再看
- 直播 - 直播
- 登录 - 登录
- 用户 - [用户](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/user)
- [基本信息](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/user/info.md)√
- [状态数](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/user/status_number.md)√
- 视频 - 视频
B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/readlist/rl207146)系列,欢迎关注 B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/readlist/rl207146)系列,欢迎关注

View File

@@ -58,6 +58,7 @@ vip 对象:
| theme_type | num | 0 | 作用尚不明确 | | theme_type | num | 0 | 作用尚不明确 |
示列: 示列:
http://api.bilibili.com/x/space/acc/info?mid=2 http://api.bilibili.com/x/space/acc/info?mid=2
``` ```
{ {
@@ -210,6 +211,7 @@ space 对象:
| l_img | str | 主页头图链接 正常 | png | | l_img | str | 主页头图链接 正常 | png |
示列: 示列:
http://api.bilibili.com/x/web-interface/card?mid=2&photo=true http://api.bilibili.com/x/web-interface/card?mid=2&photo=true
``` ```
{ {
@@ -377,6 +379,7 @@ level_exp 对象:
| next_exp | num | 0 | 作用尚不明确 | | next_exp | num | 0 | 作用尚不明确 |
示例: 示例:
http://api.bilibili.com/x/space/myinfo http://api.bilibili.com/x/space/myinfo
``` ```
{ {

View File

@@ -1,6 +1,6 @@
# 状态数 # 状态数
## 用户状态数 ## 关系状态数
api.bilibili.com/x/relation/stat api.bilibili.com/x/relation/stat
*方式:GET* *方式:GET*
@@ -28,6 +28,7 @@ data 对象:
| follower | num | 粉丝数 | | | follower | num | 粉丝数 | |
示例: 示例:
http://api.bilibili.com/x/relation/stat?vmid=332704117 http://api.bilibili.com/x/relation/stat?vmid=332704117
``` ```
{ {
@@ -48,6 +49,7 @@ http://api.bilibili.com/x/relation/stat?vmid=332704117
api.bilibili.com/x/space/upstat api.bilibili.com/x/space/upstat
*方式:GET* *方式:GET*
参数: 参数:
| 参数名 | 内容 | 必要性 | 备注 | | 参数名 | 内容 | 必要性 | 备注 |
| -------| ------- | ------ |------| | -------| ------- | ------ |------|
@@ -80,6 +82,7 @@ article 对象:
| view | num | 专栏阅读量 | | | view | num | 专栏阅读量 | |
示例: 示例:
http://api.bilibili.com/x/space/upstat?mid=456664753 http://api.bilibili.com/x/space/upstat?mid=456664753
``` ```
{ {
@@ -98,10 +101,12 @@ http://api.bilibili.com/x/space/upstat?mid=456664753
} }
``` ```
## 用户订阅数 ## 订阅&投稿状态
api.bilibili.com/x/space/navnum api.bilibili.com/x/space/navnum
*方式:GET* *方式:GET*
参数:
| 参数名 | 内容 | 必要性 | 备注 | | 参数名 | 内容 | 必要性 | 备注 |
| -------| ------- | ------ |------| | -------| ------- | ------ |------|
| mid | 用户UID | 必要 | | | mid | 用户UID | 必要 | |
@@ -143,6 +148,7 @@ favourite 对象:
| guest | num | 收藏夹数 | 无视隐私设置 | | guest | num | 收藏夹数 | 无视隐私设置 |
示例: 示例:
http://api.bilibili.com/x/space/navnum?mid=23920239 http://api.bilibili.com/x/space/navnum?mid=23920239
``` ```
{ {