TikTok

Comment Replies

Fetches replies to a specific TikTok comment by its ID. Returns comments, an array of comment objects each with text, user info, and create_time. Paginate with cursor from the previous response.

get/v1/tiktok/video/comment/replies

Query parameters

comment_idstring required

TikTok comment ID. This is the cid from the comments endpoint.

urlstring required

TikTok video URL. This is the url from the comments endpoint.

cursornumber

Cursor to get more replies. Get 'cursor' from previous response.

Response

Successful response

Changes