TikTok

Collection Videos

Fetches the videos saved in a public TikTok collection, which TikTok also calls a playlist. Pass the collection URL. Returns videos using TikTok's native web video object format, including id, desc, author, stats, and video. To fetch the next page, pass the previous response's max_cursor as cursor when has_more is true.

get/v1/tiktok/collection/videos

Query parameters

urlstring required

Public TikTok collection URL

cursorstring

Cursor to get more videos. Use max_cursor from the previous response.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.