Get user live stream — TikTok API
Returns the current live stream for a user, including stream URLs and viewer count. Returns 404 if the user is not currently live.
GET
/v1/tiktok/users/{username}/live1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/users/{username}/live. 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
- Real-time live event monitoring and webhook alerting
- Streaming activity tracking for creator analytics tools
- Live audience size measurement and peak viewer reporting
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/users/khaby.lame/live", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters1
- usernamerequiredIn · PathType · stringTikTok username (with or without @ symbol)
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.