Skip to main content
GET
Get live room details by room ID
Returns full metadata for a specific live room including the streamer profile, viewer count, and live status. Room data is cached for 2 minutes.

Authorizations

x-rapidapi-key
string
header
required

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

Path Parameters

roomId
string<int64>
required

Numeric TikTok room ID

Pattern: ^\d+$

Response

Success

meta
object

Response metadata present in every API response

data
object

Details for a single TikTok live room

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.