---
title: "Check Alive"
method: GET
path: "/api/live/check-alive"
tags: ["Live"]
---

# Check Alive

`GET /api/live/check-alive`

Check if the specified user is currently live on TikTok

## Query parameters

- `uniqueId` string, required — Unique ID

## Response `200`

Success

- object
  - `data` object[]
    - `alive` boolean — Indicates whether the user is currently livestreaming
    - `room_id` number — Room ID
    - `room_id_str` string — Room ID in string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/revisions/892e18b9f5af/schema)
