获取微博用户全部视频/Get user all videos

Weiboapi

About

获取微博用户全部视频/Get user all videos

Documentation

获取微博用户全部视频/Get user all videos

[中文]

用途:

  • 获取指定用户发布的所有视频内容(瀑布流展示)。

参数:

  • uid: 用户ID(必填)
  • cursor: 翻页游标,初次请求传"0",后续请求使用返回的next_cursor值

返回:

  • 视频列表数据,包含视频标题、封面、播放量等信息
  • 包含 next_cursor 和 has_more 字段用于翻页

注意:

  • 与收藏夹接口的区别:本接口获取用户发布的视频,收藏夹接口获取用户收藏的视频

[English]

Purpose:

  • Get all videos published by specified user (waterfall layout).

Parameters:

  • uid: User ID (required)
  • cursor: Pagination cursor, pass "0" for first request, use returned next_cursor for subsequent requests

Return:

  • Video list data, including video title, cover, views, etc.
  • Contains next_cursor and has_more fields for pagination

Note:

  • Difference from collection APIs: this API gets user published videos, collection APIs get user collected videos

[示例/Example]

uid = "7277477906" cursor = "0"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取微博用户全部视频/Get user all videos

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models