TikTok LIVE API
Pricing
Pay per usage
TikTok LIVE API
Detect live creators, pull room and creator data, gifts and leaderboards from any TikTok LIVE stream. Free tier included; full data at tik.tools.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
TikTools
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 hours ago
Last modified
Categories
Share
Real-time data from any TikTok LIVE stream. Detect who is live, pull room and creator data, gifts, and regional leaderboards - all from one Actor.
Powered by the tik.tools platform. The free tier here covers live detection, room data, gifts, and rankings so you can build today. Higher limits, full unmasked leaderboards, league and gaming boards, creator and gifter earnings intel, the eligible-creator recruiting feed, and the real-time event WebSocket are available direct at tik.tools/pricing - cheaper than metered marketplace pricing.
What it does
Pick a Data type, give it TikTok usernames (or a region), and get structured results in your dataset.
| Data type | Needs | Returns |
|---|---|---|
| Is creator live | usernames | Live status, room id, viewers, title |
| Instant live status | usernames | Zero-latency liveness flag |
| Room info | usernames | Host profile, title, viewer count, start time |
| Room cover image | usernames | Stream thumbnail URL |
| In-room rankings | usernames | Top gifters and audience ranking for the room |
| Creator gift gallery | usernames | The creator's pre-live gift wishlist |
| Creator profile | usernames | Full creator profile (Pro tier) |
| Creator earnings | usernames | Diamonds and coin equivalent (Basic tier) |
| Global gift catalog | - | Every gift, diamond cost, icon, id |
| Live feed by region | region | Currently live streams in a region (Pro tier) |
| Popular LIVE board | region | TikTok's real-time featured-creator board (Agency tier) |
| Eligible creators to recruit | region | Score-ranked creators to recruit (Agency tier) |
Input
{"endpoint": "check_alive","usernames": ["tv_asahi_news", "charlidamelio"],"region": "US","maxItems": 0}
- endpoint - which data type to fetch (see the table above)
- usernames - TikTok usernames without the @, one per line (per-creator types)
- region - region code for the region types (for example
US,KR,DE) - maxItems - cap the number of results,
0for no cap
Output
One dataset item per creator (or one per region call). Example:
{"username": "tv_asahi_news","endpoint": "check_alive","httpStatus": 200,"data": [{ "alive": true, "room_id": "7300000000000000000", "userCount": 12480 }],"_upgrade": "https://tik.tools/pricing"}
Free tier and upgrading
The free tier returns the sandbox surface: live detection, room data, gifts, and rankings, plus masked previews of the premium boards. Pro, Agency, and higher unlock the full unmasked data, higher request limits, and the real-time event WebSocket (chat, gifts, battles, captions) - get them direct at tik.tools/pricing.
Links
- Platform and pricing: https://tik.tools
- Full API docs and live examples: https://tik.tools/docs