获取用户视频列表/Get user videos

Weiboapi

About

获取用户视频列表/Get user videos

Documentation

获取用户视频列表/Get user videos

[中文]

用途:

  • 获取指定用户发布的视频列表(瀑布流展示)。

参数:

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

返回:

  • 视频列表数据,包含视频标题、封面、播放量等信息
  • 包含 moreInfo.params.since_id 字段用于翻页

注意:

  • 只返回包含视频的微博
  • 使用游标翻页(since_id),不使用页码翻页

[English]

Purpose:

  • Get the video list published by specified user (waterfall layout).

Parameters:

  • uid: User ID (required)
  • since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests

Return:

  • Video list data, including video title, cover, views, etc.
  • Contains moreInfo.params.since_id field for pagination

Note:

  • Only returns posts with videos
  • Uses cursor pagination (since_id), not page numbers

[示例/Example]

First page

uid = "7648703289" since_id = None

Next page (use since_id from previous response)

since_id = "4763250669650541"

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

Try 获取用户视频列表/Get user videos

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

Open in Playground

Related Models