mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-03-12 01:10:07 +08:00
更新 user/search 接口 (#608)
* Update space.md * Update space.md * Update space.md
This commit is contained in:
parent
47e95cbf92
commit
526e506a50
@ -2670,10 +2670,19 @@ curl -L -X GET 'https://api.bilibili.com/x/space/like/video?vmid=15858903'
|
||||
|
||||
### 查询用户投稿视频明细
|
||||
|
||||
> https://api.bilibili.com/x/space/arc/search
|
||||
> https://api.bilibili.com/x/space/wbi/arc/search
|
||||
|
||||
> https://api.bilibili.com/x/space/arc/search (旧)
|
||||
|
||||
PS:旧 api 存在一些不同,比如某些情况下,例如 mid=2 时如果没有设置 Cookie 则出现非法访问(-401),但新 api 不会。
|
||||
|
||||
|
||||
*请求方式:GET*
|
||||
|
||||
**header字段:**
|
||||
|
||||
必须要有 `user-agent`,且不能为 `空字符串`,以及含有 `python`、`node`、`curl` 等的字符串。
|
||||
|
||||
**url参数:**
|
||||
|
||||
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
|
||||
@ -2788,10 +2797,11 @@ curl -L -X GET 'https://api.bilibili.com/x/space/like/video?vmid=15858903'
|
||||
以每页2项查询用户`mid=53456`的第1页投稿视频明细
|
||||
|
||||
```shell
|
||||
curl -G 'https://api.bilibili.com/x/space/arc/search' \
|
||||
curl -G 'https://api.bilibili.com/x/space/wbi/arc/search' \
|
||||
--data-urlencode 'mid=53456' \
|
||||
--data-urlencode 'ps=2' \
|
||||
--data-urlencode 'pn=1'
|
||||
--data-urlencode 'pn=1' \
|
||||
--user-agent 'go'
|
||||
```
|
||||
|
||||
<details>
|
||||
|
Loading…
Reference in New Issue
Block a user