Get collection videos — TikTok API
Returns a paginated list of videos in a TikTok collection (playlist or mix). Maximum 35 per page. Includes full video details and engagement counts.
GET
/v1/tiktok/collections/{collectionId}1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/collections/{collectionId}. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Creator curated playlist analysis and theme mapping
- Playlist-based content recommendation system building
- Audience content grouping preferences research
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/collections/3333", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters3
- collectionIdrequiredIn · PathType · stringTikTok collection ID (mix ID)
- countIn · QueryType · integerNumber of videos to fetch (maximum: 35)1–35default 20
- cursorIn · QueryType · stringPagination cursordefault 0
What you will probably call next.
The TikTok endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.