Skip to main content
GET
Check if a user is currently live
Returns a boolean is_alive flag indicating whether the user is currently broadcasting a live stream. Always returns 200; is_alive will be false if the user is not live.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

username
string
required

TikTok username (with or without @)

Response

Success

meta
object

Response metadata present in every API response

data
object

Live status for a TikTok user

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

Error details. Present only when the request failed; null on success.