Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
fetch_user_video_list: 获取用户发布的所有视频(创作内容)/Get all videos published by user (created content)
fetch_user_video_collection_list: 获取用户的视频收藏夹列表(收藏分类)/Get user's video collection list (collection categories)
fetch_user_video_collection_detail: 获取收藏夹内的视频(收藏内容)/Get videos in collection (collected content)
{
"code": 200,
"data": {
"ok": 1,
"data": {
"user_info": {
"用户ID": "string",
"用户名": "string",
"头像": "string",
"认证信息": "string"
},
"video_list": [
{
"视频ID": "string",
"视频标题": "string",
"视频描述": "string",
"视频封面": "string",
"视频链接": "string",
"视频时长": "string",
"发布时间": "string",
"更新时间": "string",
"播放数": "number",
"点赞数": "number",
"评论数": "number",
"转发数": "number",
"视频标签": ["array"],
"视频分类": "string",
"视频质量": "string"
}
],
"next_cursor": "下一页游标",
"has_more": "是否还有更多",
"total_count": "视频总数"
}
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_video_list?uid=7277477906&cursor=0' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}