SocialSisterYi / bilibili-API-collect

哔哩哔哩-API收集整理【不断更新中....】
https://socialsisteryi.github.io/bilibili-API-collect/
Other
15.3k stars 1.73k forks source link

[新增/更新请求] 检测是否有新动态 #1082

Closed SnhAenIgseAl closed 3 months ago

SnhAenIgseAl commented 3 months ago

提交前请确认

API 来源

Web 端(含 h5)

API 类型

REST

API 地址

https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all/update

详情描述

url: https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all/update method: GET 参数 含义 是否必要
type 动态类型
update_baseline 以当前第一条动态id为更新基线
web_location

response

{
    "code": 0,
    "message": "0",
    "ttl": 1,
    "data": {
        "update_num": 0
    }
}  

data中的update_num为新动态数量

SnhAenIgseAl commented 3 months ago

需要sessdata

SessionHu commented 3 months ago

Please close. See 检测是否有新动态.