获取用户收藏作品数据/Get user collection video data
GET/api/douyin/web/fetch_user_collection_videos
[中文]
用途:
- 获取用户收藏作品数据
参数:
- cookie: 用户网页版抖音Cookie(此接口需要用户提供自己的Cookie)
- max_cursor: 最大游标
- count: 最大数量
返回:
- 用户作品数据
[English]
Purpose:
- Get user collection video data
Parameters:
- cookie: User's web version of Douyin Cookie (This interface requires users to provide their own Cookie)
- max_cursor: Maximum cursor
- count: Maximum number
Return:
- User video data
[示例/Example]
cookie = "YOUR_COOKIE" max_cursor = 0 counts = 20
Request
Responses
- 200
- 422
Successful Response
Validation Error