mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-14 22:00:07 +08:00
81 lines
2.3 KiB
Markdown
81 lines
2.3 KiB
Markdown
# 哔哩哔哩-API收集整理
|
||
|
||
本项目对B站的野生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/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
|
||
- 视频推荐
|
||
- 播放&下载地址
|
||
- 专栏
|
||
- 基本信息
|
||
- 点赞&投币&收藏
|
||
- 文集基本信息
|
||
- 音频
|
||
- 番剧
|
||
- 排行榜
|
||
- 搜索
|
||
- 默认搜索
|
||
- 小黑屋
|
||
- 评论区
|
||
- 评论区明细
|
||
- 表情
|
||
- 发表评论
|
||
- 评论操作
|
||
- 创作中心
|
||
- 弹幕
|
||
- 实时弹幕
|
||
- 历史弹幕
|
||
- 快照
|
||
- 弹幕操作
|
||
- 动态
|
||
- 发送动态
|
||
- 动态列表
|
||
- 历史&收藏
|
||
- 历史记录
|
||
- 稍后再看
|
||
- 收藏夹
|
||
- 直播
|
||
|
||
B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/readlist/rl207146)系列,欢迎关注
|
||
|
||
**注意:请勿滥用,仅用于学习和测试!**
|
||
|
||
**注意:请勿滥用,仅用于学习和测试!**
|
||
|
||
**注意:请勿滥用,仅用于学习和测试!**
|
||
|
||
![](https://i2.hdslb.com/bfs/face/480e2e98513aaeb65d2f2c76dbae750c4de722e9.jpg)
|
||
|
||
**--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) |