获取用户微博视频收藏夹详情/Get user video collection detail

Weiboapi

About

获取用户微博视频收藏夹详情/Get user video collection detail

Documentation

获取用户微博视频收藏夹详情/Get user video collection detail

[中文]

用途:

  • 获取指定收藏夹的详细内容,包括视频列表。

参数:

  • cid: 收藏夹ID(必填,从fetch_user_video_collection_list获取)
  • cursor: 分页游标,首次请求传空,后续使用返回的cursor
  • tab_code: 排序方式(0=默认,1=最热,2=最新)

返回:

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

注意:

  • 不同排序方式的cursor不通用,切换排序需重新开始分页

[English]

Purpose:

  • Get detailed content of specified collection, including video list.

Parameters:

  • cid: Collection ID (required, get from fetch_user_video_collection_list)
  • cursor: Pagination cursor, pass empty for first request, use returned cursor for subsequent
  • tab_code: Sort type (0=default, 1=hottest, 2=latest)

Return:

  • Collection info and video list, including video title, cover, duration, views
  • Contains next_cursor and has_more fields for pagination

Note:

  • Cursors for different sorting methods are not universal, switching sorting requires restarting pagination

[示例/Example]

cid = "4883992307236954" cursor = "" tab_code = 0

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

Try 获取用户微博视频收藏夹详情/Get user video collection detail

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

Open in Playground

Related Models