Skip to main content
GET
/
api
/
live
/
check-alive
Check Alive
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/live/check-alive \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": [
    {
      "alive": false,
      "room_id": 7576300889943182000,
      "room_id_str": "7576300889943182000"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

uniqueId
string
required

Unique ID

Minimum string length: 1
Example:

"soloz___"

Response

Success

data
object[]