Weibo modelsapi generation api

weibo/web-v2/user-video-collection-detail

Get detailed content of specified collection, including video list.

Input
Idle

Example output — click Run to generate your own

API README

Get user video collection detail

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.

Related Models