bilibili-API-collect/README.md

81 lines
2.3 KiB
Markdown
Raw Normal View History

2020-03-04 09:58:10 +08:00
# 哔哩哔哩-API收集整理
2020-03-04 09:29:53 +08:00
本项目对B站的野生api进行收集整理以及研究使用方法并对其进行说明
2020-03-04 19:57:24 +08:00
2020-03-04 09:29:53 +08:00
所有api均为标准http协议返回值均为json
**不断更新中....**
2020-03-04 12:30:32 +08:00
计划整理分类&目录:
2020-03-06 17:23:49 +08:00
- cookie
2020-03-07 16:14:18 +08:00
- [登录](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/login)
- [二维码登录](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/login/QR.md)√
- 密码&短信登录
- qq&微博登录
- 登录基本信息
- 在线用户
- 消息
- 私信
- [用户](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)√
- 关系
- 个人空间
- [视频](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/video)
- 基本信息
- [状态数](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/video/status_number.md)√
- [快照](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/video/snapshot.md)√
- [点赞&投币&收藏](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/video/like_coin_fav.md)√
- TAG
- 视频推荐
- 播放&下载地址
- 专栏
- 基本信息
- 点赞&投币&收藏
- 文集基本信息
2020-03-04 09:29:53 +08:00
- 音频
- 番剧
2020-03-07 16:14:18 +08:00
- 排行榜
- 搜索
- 默认搜索
2020-03-04 09:29:53 +08:00
- 小黑屋
- 评论区
2020-03-07 16:14:18 +08:00
- 评论区明细
- 表情
- 发表评论
- 评论操作
2020-03-04 09:29:53 +08:00
- 创作中心
- 弹幕
2020-03-06 17:23:49 +08:00
- 实时弹幕
- 历史弹幕
2020-03-07 16:14:18 +08:00
- 快照
2020-03-06 17:23:49 +08:00
- 弹幕操作
2020-03-04 09:29:53 +08:00
- 动态
2020-03-06 17:23:49 +08:00
- 发送动态
- 动态列表
- 历史&收藏
- 历史记录
- 稍后再看
- 收藏夹
2020-03-04 09:29:53 +08:00
- 直播
2020-03-04 09:58:10 +08:00
B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/readlist/rl207146)系列,欢迎关注
2020-03-04 09:29:53 +08:00
**注意:请勿滥用,仅用于学习和测试!**
2020-03-04 09:36:07 +08:00
2020-03-04 09:29:53 +08:00
**注意:请勿滥用,仅用于学习和测试!**
2020-03-04 09:36:07 +08:00
2020-03-04 09:29:53 +08:00
**注意:请勿滥用,仅用于学习和测试!**
2020-03-04 09:58:10 +08:00
2020-03-04 19:57:24 +08:00
![](https://i2.hdslb.com/bfs/face/480e2e98513aaeb65d2f2c76dbae750c4de722e9.jpg)
2020-03-04 09:59:47 +08:00
**--by [社会易姐QwQ](https://space.bilibili.com/293793435)**
2020-03-06 17:23:49 +08:00
备注:
不了解http的请移步[传送门](https://www.cnblogs.com/an-wen/p/11180076.html)
不了解json的请移步[传送门](https://www.sojson.com/json/json_index.html)