bilibili-API-collect/README.md
SocialSisterYi 92793a7634 例行更新
2020-03-17 21:52:59 +08:00

98 lines
3.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 哔哩哔哩-API收集整理
本项目对B站的野生web端api进行收集整理以及研究使用方法并对其进行说明
所有api均为标准http协议返回值大都为json
**不断更新中....**
(打对勾的已经完成)
计划整理分类&目录:
- cookie
- [登录](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/login/login_info.md)√
- 在线用户
- 消息
- 私信
- [用户](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/blob/master/user/relation.md)√
- 个人空间
- [视频](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/video)
- [视频分区一览(分区代码)](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/video/video_zone.md)√
- [基本信息](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/video/info.md)√
- [状态数](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
- 视频推荐
- 播放&下载地址
- 实时观看人数
- 专栏
- 基本信息
- 点赞&投币&收藏
- 文集基本信息
- 音频
- 番剧
- 排行榜
- 搜索
- 默认搜索
- 小黑屋
- 评论区
- 评论区明细
- 表情
- 发表评论
- 评论操作
- 创作中心
- 视频弹幕
- 实时弹幕
- 历史弹幕
- 快照
- 弹幕操作
- 动态
- 发送动态
- 动态列表
- 动态内容
- 小视频
- 历史&收藏再看
- 历史记录
- 稍后再看
- 收藏夹
- 课程
- 直播
- 直播间基本信息
- 直播视频流
- 直播信息流
- B币钱包
- 漫画
- 轻视频
- 哔哩哔哩游戏
- 会员购
B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/readlist/rl207146)系列,欢迎关注
**注意:请勿滥用,仅用于学习和测试!**
**注意:请勿滥用,仅用于学习和测试!**
**注意:请勿滥用,仅用于学习和测试!**
(重要的话说三遍,本人不承担任何责任)
<img src="https://i2.hdslb.com/bfs/face/480e2e98513aaeb65d2f2c76dbae750c4de722e9.jpg" style="zoom:50%;" />
**--by [社会易姐QwQ](https://space.bilibili.com/293793435)**
备注:
不了解http的请移步[传送门](https://www.cnblogs.com/an-wen/p/11180076.html)
不了解json的请移步[传送门](https://www.sojson.com/json/json_index.html)