bilibili-API-collect/README.md

195 lines
6.2 KiB
Markdown
Raw Normal View History

2020-05-30 17:08:48 +08:00
<p align="center">
<img src="http://i0.hdslb.com/bfs/album/1ba8228cc208a12ac17f73a160081a0918ab7d14.png" width="250" height="200"/>
<p/>
<h1 align="center">哔哩哔哩-API收集整理</h1>
<p align="center">
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/issues" style="text-decoration:none">
<img src="https://img.shields.io/github/issues/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub issues"/>
</a>
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/stargazers" style="text-decoration:none" >
<img src="https://img.shields.io/github/stars/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub stars"/>
</a>
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/network" style="text-decoration:none" >
<img src="https://img.shields.io/github/forks/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub forks"/>
</a>
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/LICENSE" style="text-decoration:none" >
<img src="https://img.shields.io/github/license/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub license"/>
</a>
</p>
<h3 align="center">野生API文档</h3>
<h3 align="center">不断更新中....</h3>
本项目旨在对B站web端以及移动端散落在世界各地的野生api进行收集整理以及研究使用方法并对其进行说明运用了黑箱法、控制变量法、js逆向分析法等研究办法
2020-03-04 19:57:24 +08:00
2020-03-12 15:37:34 +08:00
所有api均为标准http协议返回值大都为json
2020-03-04 09:29:53 +08:00
2020-05-30 17:08:48 +08:00
---
2020-03-11 12:11:54 +08:00
计划整理分类&目录√代表已完成x代表正在施工...
2020-03-06 17:23:49 +08:00
- cookie
2020-04-25 18:15:21 +08:00
- [图片格式化](other/picture.md)√
2020-03-18 14:03:05 +08:00
- [登录](login)
- [二维码登录](login/QR.md)√
2020-03-07 16:14:18 +08:00
- 密码&短信登录
- qq&微博登录
2020-03-18 14:03:05 +08:00
- [登录基本信息](login/login_info.md)√
- [个人中心](login/member_center.md)×
- [消息](msg)
- [通知类消息](msg/msg.md)×
- [私信](msg/private_msg.md)×
2020-03-18 14:03:05 +08:00
- [用户](user)
- [基本信息](user/info.md)√
- [状态数](user/status_number.md)√
- [关系](user/relation.md)√
- [个人空间](user/space.md)x
- [检查昵称是否可注册](user/check_nickname.md)√
2020-03-18 14:03:05 +08:00
- [视频](video)
- [视频分区一览(分区代码)](video/video_zone.md)√
- [基本信息](video/info.md)√
- [状态数](video/status_number.md)√
- [快照](video/snapshot.md)√
- [点赞&投币&收藏](video/like_coin_fav.md)√
2020-04-25 18:15:21 +08:00
- [TAG](video/tags.md)x
2020-03-19 22:42:26 +08:00
- [视频推荐](video/recommend.md)√
- [播放&下载地址(视频流)](video/videostream_url.md)√
2020-03-21 14:37:55 +08:00
- 互动视频
2020-04-27 18:24:36 +08:00
- [高能进度条](video/pbp.md)√
- 番剧(影视)
2020-03-21 14:37:55 +08:00
- 基本信息
- 状态数
- 操作
2020-03-18 17:13:30 +08:00
- [视频弹幕](danmaku)
- [实时弹幕&弹幕格式](danmaku/danmaku_list.md)√
2020-03-21 00:26:16 +08:00
- [历史弹幕](danmaku/history.md)√
2020-03-18 17:13:30 +08:00
- [快照](danmaku/snapshot.md)√
- [弹幕操作](danmaku/action.md)×
2020-04-28 23:16:26 +08:00
- [专栏](article)
- [基本信息](article/info.md)×
2020-06-08 23:48:35 +08:00
- [点赞&投币&收藏](article/like_coin_fav.md)×
2020-03-07 16:14:18 +08:00
- 文集基本信息
2020-05-20 14:12:33 +08:00
- [音频](music)
- [歌曲基本信息](music/info.md)√
2020-05-29 10:58:29 +08:00
- [歌单&音频收藏夹详细信息](music/music_list.md)×
2020-05-20 14:15:56 +08:00
- [状态数](music/status_number.md)×
2020-05-20 14:12:33 +08:00
- [投币&收藏](music/coin&fav.md)×
- 播放&下载地址(音频流)
- 音频榜单
- [排行榜&最新动态](ranking&dynamic)
- [排行榜](ranking&dynamic/ranking.md)x
- [最新动态](ranking&dynamic/dynamic.md)x
2020-03-07 16:14:18 +08:00
- 搜索
- 普通搜索
- 热搜
- [小黑屋](blackroom)
- [封禁公示](blackroom/banlist.md)√
- 仲裁信息
- [评论区](comment)
2020-06-15 23:21:39 +08:00
- [评论区明细](comment/comment_list.md)√
2020-06-17 13:12:16 +08:00
- [操作](comment/action.md)√
2020-03-07 16:14:18 +08:00
- 表情
- [创作中心](creativecenter)
- [统计与数据](creativecenter/statistics&data.md)x
- 列表查询相关
- 电磁力相关
2020-05-03 00:03:37 +08:00
- [实时广播](broadcast)
- [总则](broadcast/general.md)√
- [视频内广播](broadcast/video_room.md)√
2020-04-28 23:16:26 +08:00
- 分区实时在线
- [充电](electric)
2020-03-22 15:21:09 +08:00
- [B币方式](electric/Bcoin.md)√
- [微信&支付宝方式](electric/WeChat&Alipay.md)√
2020-03-22 15:21:09 +08:00
- [充电留言](electric/charge_msg.md)√
- [充电列表](electric/charge_list.md)√
2020-04-11 20:57:23 +08:00
- [动态](dynamic)
- [发送&转载动态](dynamic/publish.md)x
2020-03-06 17:23:49 +08:00
- 动态列表
2020-03-11 12:11:54 +08:00
- 动态内容
- 小视频
- 操作
2020-05-07 18:35:47 +08:00
- [历史记录&稍后再看](history&toview)
- [历史记录](history&toview/play_history.md)√
- [稍后再看](history&toview/toview.md)√
- 收藏夹
- [课程](cheese)
- [课程基本信息](cheese/info.md)√
- 已购课程
- 分区推荐列表
- 操作
2020-06-08 13:11:47 +08:00
- [播放&下载地址(视频流)](cheese/videostream_url.md)√
- [直播](live)
- [直播间基本信息](live/info.md)x
- [直播分区](live/live_area.md)×
- [直播间管理](live/manage.md)×
- 直播间操作
2020-03-11 12:11:54 +08:00
- 直播视频流
2020-03-17 11:05:26 +08:00
- 直播信息流
- 答题
2020-03-12 15:37:34 +08:00
- B币钱包
- 基本信息
- B币充值
- 贝壳相关
2020-03-21 14:37:55 +08:00
- 哔哩哔哩漫画
2020-03-11 12:11:54 +08:00
- 哔哩哔哩游戏
- [其他](other)
2020-06-08 23:48:35 +08:00
- [基于ip的地理位置查询](other/ip.md)√
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-11 12:11:54 +08:00
(重要的话说三遍,本人不承担任何责任)
<img src="https://i2.hdslb.com/bfs/face/480e2e98513aaeb65d2f2c76dbae750c4de722e9.jpg@100w_100h" />
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)
2020-03-18 14:43:37 +08:00
不了解json的请移步[传送门](https://www.sojson.com/json/json_index.html)
**相关项目**
2020-04-25 18:15:21 +08:00
库及文档:
https://github.com/jingyuexing/bilibiliAPI
https://github.com/fython/BilibiliAPIDocs
https://github.com/czp3009/bilibili-api
https://github.com/Vespa314/bilibili-api
https://github.com/Hsury/Bilibili-Toolkit
https://github.com/adachi-sakura/openbilibili-go-common-1
2020-04-25 18:15:21 +08:00
成品:
https://github.com/zyzsdy/biliroku
https://github.com/bilibili-helper/bilibili-helper-o
https://github.com/apachecn/BiliDriveEx
https://github.com/apachecn/CDNDrive
https://github.com/Hsury/BiliDrive
https://github.com/Tsuk1ko/bilibili-live-chat
2020-04-25 18:15:21 +08:00
其他:
https://github.com/Hsury/Geetest3-Crack
2020-04-25 18:15:21 +08:00
https://github.com/SocialSisterYi/bv2av_convert