Get comment replies — TikTok API
Returns a paginated list of replies to a TikTok comment. Maximum 50 per page. Includes author info, like counts, and reply timestamps.
GET
/v1/tiktok/videos/{videoId}/comments/{commentId}/replies1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/videos/{videoId}/comments/{commentId}/replies. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Full thread analysis and conversation depth mapping
- Reply chain monitoring for community health scoring
- Nested sentiment analysis for engagement quality research
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/videos/7403212/comments/123456/replies", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters4
- videoIdrequiredIn · PathType · stringTikTok video ID
- commentIdrequiredIn · PathType · stringTikTok comment ID
- countIn · QueryType · integerNumber of replies to fetch (maximum: 50)1–50default 50
- cursorIn · QueryType · stringPagination cursordefault 0
What you will probably call next.
The TikTok endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.