Get TikTok live info

Get current room details and engagement counts for a TikTok live broadcast.

GET/v1/tiktok/live
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
roomIdstringrequiredquery

TikTok live room id, available from the profile live lookup when the creator is broadcasting.

min 1 chars · pattern: ^\d+$

userIdstringrequiredquery

TikTok numeric user id for the live owner, available from the profile live lookup.

min 1 chars · pattern: ^\d+$

Response fields
18

Endpoint-specific response payload.

datalookupStatus
string

Whether the requested live room was found.

one of: found, not_found

Live room details when found; null when the room was not found.

dataliveroomId
string

TikTok live room identifier.

min 1 chars

datalivelikeCount
integer

Like count reported for the live room.

≥ 0

dataliveviewerCount
integer

Current viewer count reported for the live room.

≥ 0

datalivestatus
string

Live room status reported by TikTok.

min 1 chars

datalivetitle
stringnullable

Live stream title when available.

datalivecoverUrl
stringnullable

Cover image URL for the live stream.

Owner of the live room.

dataliveownerplatformUserId
string

TikTok numeric user id for the live owner.

min 1 chars

dataliveownerhandle
string

TikTok username of the live owner, without the leading @.

min 1 chars

dataliveownerdisplayName
stringnullable

Public display name shown on the TikTok profile.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/tiktok/live?roomId=123&userId=6659752019493208069" \
  -H "x-api-key: YOUR_API_KEY"

Responses

TikTok live room info.