Unofficial TikTok Live Recorder API — Recordings

GET/api/v1/recorder_recordings

List the live recordings captured for the accounts your key tracks, newest first. Optionally filter by a tracked username.

ParameterDescription
usernameoptionalLimit to one tracked username. Omit for all.
limitoptionalMax rows to return (1-500). Omit for all.
offsetoptionalRows to skip (for pagination). Default 0.
keyrequiredYour API key (query ?key=, ?api_key=, or header X-API-Key).

Returns

count (returned), total (all matching), limit, offset, and recordings — each with a signed thumb_url, expires_at, room_id, and part/part_count (segments of one broadcast, same room_id, split on a CDN drop — group by room_id, order by part). events_url (when present) is the synced chat + gift track: JSONL, one event per line, each with t = ms from the start of the video.

Example Request

https://dev.omar-thing.site/api/v1/recorder_recordings?username=purrglitter&limit=50&offset=0&key=YOUR_API_KEY&key=YOUR_API_KEY
Sends a live request using your API key above.

More Other endpoints