Douyin (TikTok China)
User Published Videos
Retrieves videos published by a Douyin (TikTok China) user, with cursor pagination and newest or most-popular sorting. Use it to browse or monitor a creator's public video output.
get/api/douyin/get-user-video-list/v1
Query parameters
tokenstring required
Access token for this API service.
secUidstring required
The unique user ID (sec_user_id) on Douyin.
maxCursorstring
Pagination cursor; use 0 for the first page, and the max_cursor from the previous response for subsequent pages.
sortType'LATEST' | 'MOST_POPULAR'
Douyin user video list sort type
Sort order: LATEST for newest first (default), or MOST_POPULAR for most popular first.
Available Values:
- LATEST: Newest first (default)
- MOST_POPULAR: Most popular first
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.