From 5062e3ea19768447eb1ba6ce2520f9351779e337 Mon Sep 17 00:00:00 2001 From: SocialSisterYi <45892418+SocialSisterYi@users.noreply.github.com> Date: Wed, 4 Mar 2020 12:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=8B=E8=A1=8C=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- user/info.md | 3 +++ user/status_number.md | 10 ++++++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05094e5..a96172c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # 哔哩哔哩-API收集整理 -------- 本项目对B站的野生api进行收集整理,以及研究使用方法并对其进行说明 所有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)系列,欢迎关注 diff --git a/user/info.md b/user/info.md index 0637da1..d6962d1 100644 --- a/user/info.md +++ b/user/info.md @@ -58,6 +58,7 @@ vip 对象: | theme_type | num | 0 | 作用尚不明确 | 示列: + http://api.bilibili.com/x/space/acc/info?mid=2 ``` { @@ -210,6 +211,7 @@ space 对象: | l_img | str | 主页头图链接 正常 | png | 示列: + http://api.bilibili.com/x/web-interface/card?mid=2&photo=true ``` { @@ -377,6 +379,7 @@ level_exp 对象: | next_exp | num | 0 | 作用尚不明确 | 示例: + http://api.bilibili.com/x/space/myinfo ``` { diff --git a/user/status_number.md b/user/status_number.md index 3d27be2..da0bb78 100644 --- a/user/status_number.md +++ b/user/status_number.md @@ -1,6 +1,6 @@ # 状态数 -## 用户状态数 +## 关系状态数 api.bilibili.com/x/relation/stat *方式:GET* @@ -28,6 +28,7 @@ data 对象: | follower | num | 粉丝数 | | 示例: + 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 *方式:GET* + 参数: | 参数名 | 内容 | 必要性 | 备注 | | -------| ------- | ------ |------| @@ -80,6 +82,7 @@ article 对象: | view | num | 专栏阅读量 | | 示例: + 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 *方式:GET* + +参数: | 参数名 | 内容 | 必要性 | 备注 | | -------| ------- | ------ |------| | mid | 用户UID | 必要 | | @@ -143,6 +148,7 @@ favourite 对象: | guest | num | 收藏夹数 | 无视隐私设置 | 示例: + http://api.bilibili.com/x/space/navnum?mid=23920239 ``` {