# TikTok Comments Replies

Returns TikTok comment replies list based on comment id

Endpoint: GET /raw/tiktok/comments-replies
Security: accessToken

## Query parameters:

  - `url` (string, required)
    TikTok media ID

  - `comment_id` (string, required)
    TikTok comment ID (cid)

  - `after` (string)
    Use `maxCursor` from the last page to get the next page

## Response 200 fields (application/json):

  - `comments` (object, required)

  - `comments.comments` (array, required)

  - `comments.comments.cid` (string, required)

  - `comments.comments.text` (string, required)

  - `comments.comments.aweme_id` (string)

  - `comments.comments.create_time` (number)

  - `comments.comments.digg_count` (number)

  - `comments.comments.status` (number)

  - `comments.comments.user` (object, required)

  - `comments.comments.user.nickname` (string, required)

  - `comments.comments.user.avatar_thumb` (object, required)

  - `comments.comments.user.avatar_thumb.uri` (string)

  - `comments.comments.user.avatar_thumb.url_list` (array)

  - `comments.comments.user.custom_verify` (string)

  - `comments.comments.user.unique_id` (string)

  - `comments.comments.user.enterprise_verify_reason` (string)

  - `comments.comments.user.sec_uid` (string, required)

  - `comments.comments.reply_id` (string)

  - `comments.comments.text_extra` (array, required)

  - `comments.comments.text_extra.start` (number)

  - `comments.comments.text_extra.end` (number)

  - `comments.comments.text_extra.user_id` (string)

  - `comments.comments.text_extra.hashtag_name` (string)

  - `comments.comments.text_extra.hashtag_id` (string)

  - `comments.comments.text_extra.sec_uid` (string)

  - `comments.comments.label_text` (string)

  - `comments.comments.label_type` (number)

  - `comments.comments.reply_comment_total` (number)

  - `comments.comments.reply_to_reply_id` (string)

  - `comments.comments.reply_to_userid` (string)

  - `comments.comments.reply_to_username` (string)

  - `comments.comments.is_author_digged` (boolean, required)

  - `comments.comments.reply_comment` (any, required)

  - `comments.comments.reply_comment.cid` (string, required)

  - `comments.comments.reply_comment.text` (string, required)

  - `comments.comments.reply_comment.aweme_id` (string)

  - `comments.comments.reply_comment.create_time` (number)

  - `comments.comments.reply_comment.digg_count` (number)

  - `comments.comments.reply_comment.status` (number)

  - `comments.comments.reply_comment.user` (object, required)

  - `comments.comments.reply_comment.user.nickname` (string, required)

  - `comments.comments.reply_comment.user.avatar_thumb` (object, required)

  - `comments.comments.reply_comment.user.avatar_thumb.uri` (string)

  - `comments.comments.reply_comment.user.avatar_thumb.url_list` (array)

  - `comments.comments.reply_comment.user.custom_verify` (string)

  - `comments.comments.reply_comment.user.unique_id` (string)

  - `comments.comments.reply_comment.user.enterprise_verify_reason` (string)

  - `comments.comments.reply_comment.user.sec_uid` (string, required)

  - `comments.comments.reply_comment.reply_id` (string)

  - `comments.comments.reply_comment.text_extra` (array)

  - `comments.comments.reply_comment.text_extra.start` (number)

  - `comments.comments.reply_comment.text_extra.end` (number)

  - `comments.comments.reply_comment.text_extra.user_id` (string)

  - `comments.comments.reply_comment.text_extra.hashtag_name` (string)

  - `comments.comments.reply_comment.text_extra.hashtag_id` (string)

  - `comments.comments.reply_comment.text_extra.sec_uid` (string)

  - `comments.comments.reply_comment.label_text` (string)

  - `comments.comments.reply_comment.label_type` (number)

  - `comments.comments.reply_comment.reply_comment_total` (number)

  - `comments.comments.reply_comment.reply_to_reply_id` (string)

  - `comments.comments.reply_comment.reply_to_userid` (string)

  - `comments.comments.reply_comment.reply_to_username` (string)

  - `comments.comments.reply_comment.is_author_digged` (boolean, required)

  - `comments.total` (number)

  - `comments.has_more` (number, required)

  - `comments.cursor` (number, required)

  - `success` (boolean, required)

