---
title: "Get Post Comments"
method: GET
path: "/api/post/comments"
tags: ["Post"]
---

# Get Post Comments

`GET /api/post/comments`

Get Post Comments

## Query parameters

- `videoId` string, required — Video ID
- `count` integer — The number of results to be returned. The default and maximum value is 50
- `cursor` integer — cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request

## Response `200`

Success

- object
  - `hasMore` number — Indicates whether there are more data available to fetch
  - `cursor` number — Cursor for pagination. Use this value in subsequent requests to fetch more data
  - `total` number — Total number of comments the post currently has
  - `comments` object[]
    - `allow_download_photo` boolean — Indicates whether users are allowed to download photos from this comment
    - `author_pin` boolean — Indicates whether the author of the post has pinned this comment
    - `aweme_id` string — Post ID
    - `cid` string — Comment ID
    - `collect_stat` number — Number of times this comment has been collected
    - `comment_language` string — Language code of the comment (ISO 639-1)
    - `create_time` number — Timestamp when the comment was created (Unix epoch time)
    - `digg_count` number — Number of likes the comment has received
    - `is_author_digged` boolean — Indicates whether the author of the post has liked this comment
    - `is_comment_translatable` boolean — Whether the comment can be translated using TikTok translation feature
    - `is_high_purchase_intent` boolean — Indicates whether the comment shows high purchase intent
    - `reply_comment_total` number — Total number of replies to this comment
    - `reply_id` string — ID of this reply comment
    - `reply_to_reply_id` string — If this comment is a reply to another reply, this field contains that reply ID
    - `sort_extra_score` object
      - `reply_score` number — Score used for ranking replies
      - `show_more_score` number — Score used for “show more” sorting logic
    - `status` number — Status of the comment
    - `stick_position` number — If pinned, indicates the pinned position
    - `text` string — Content of the comment
    - `user` object
      - `account_labels` string, nullable — Labels or tags associated with the user account
      - `ad_cover_url` string, nullable — URL of the advertisement cover image
      - `advance_feature_item_order` string, nullable — Order information for advanced feature items
      - `advanced_feature_info` string, nullable — Additional info about advanced features for the user account
      - `avatar_thumb` object
        - `uri` string — Relative URI of the user avatar thumbnail
        - `url_list` string[] — Full URLs for the user avatar thumbnail in multiple formats
        - `url_prefix` string, nullable — Optional URL prefix for avatar resources
      - `bold_fields` string, nullable — Fields that should be displayed in bold on the user profile
      - `can_message_follow_status_list` string, nullable — Indicates messaging permissions based on follow status
      - `can_set_geofencing` string, nullable — Indicates whether the user can set geofencing for content
      - `cha_list` string, nullable — List of challenges the user is associated with
      - `cover_url` string, nullable — Cover image URL for the user profile
      - `custom_verify` string — Custom verification badge or label for the user
      - `enterprise_verify_reason` string — Reason for enterprise verification
      - `events` string, nullable — Events associated with the user
      - `followers_detail` string, nullable — Details about the user’s followers
      - `geofencing` string, nullable — Geofencing information for user content
      - `homepage_bottom_toast` string, nullable — Toast message displayed at the bottom of the user homepage
      - `item_list` string, nullable — List of items associated with the user account
      - `mutual_relation_avatars` string, nullable — Avatars of mutual followers or relations
      - `need_points` string, nullable — Indicates if user requires points for certain actions
      - `nickname` string — Nickname of the user
      - `platform_sync_info` string, nullable — Information about platform synchronization
      - `relative_users` string, nullable — Related users
      - `search_highlight` string, nullable — Highlighted text when this user appears in search results
      - `sec_uid` string — User secUid
      - `shield_edit_field_info` string, nullable — Information about fields shielded from editing
      - `type_label` string, nullable — Label describing the type of user account
      - `uid` string — User ID
      - `unique_id` string — User Unique ID
      - `user_profile_guide` string, nullable — Guide for user profile actions
      - `user_tags` string, nullable — Tags associated with the user account
      - `white_cover_url` string, nullable — Alternative cover image URL for user profile

## 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)
