weibo/web-v2/user-video-list
Get all videos published by specified user (waterfall layout).
Input
Idle
Example output — click Run to generate your own
API README
Get user all videos
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.

