v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Post

Get Post Comments

Get Post Comments

get/api/post/comments

Query parameters

videoIdstring required

Video ID

Example:7306132438047116586
countinteger

The number of results to be returned. The default and maximum value is 50

Example:50
cursorinteger

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

Success

hasMorenumber

Indicates whether there are more data available to fetch

cursornumber

Cursor for pagination. Use this value in subsequent requests to fetch more data

totalnumber

Total number of comments the post currently has

Example response

{
  "hasMore": 1,
  "cursor": 50,
  "total": 248,
  "comments": [
    {
      "allow_download_photo": true,
      "aweme_id": "7306132438047116586",
      "cid": "7500675626996744968",
      "comment_language": "en",
      "create_time": 1746387170,
      "digg_count": 6,
      "is_comment_translatable": true,
      "reply_comment_total": 6,
      "reply_id": "0",
      "reply_to_reply_id": "0",
      "sort_extra_score": {
        "reply_score": 0.006336,
        "show_more_score": 0.085608
      },
      "status": 1,
      "text": "Hello guys",
      "user": {
        "avatar_thumb": {
          "uri": "tos-alisg-avt-0068/5fee0198a94bfb49960780fa8ff42e72",
          "url_list": [
            "https://p16-sign-sg.tiktokcdn.com/tos-alisg-avt-0068/5fee0198a94bfb49960780fa8ff42e72~tplv-tiktokx-cropcenter:100:100.jpg?dr=14579&refresh_token=de42bc37&x-expires=1763629200&x-signature=6OEuZ0tmvBa7DZaz8Dt6dPfmaxk%3D&t=4d5b0474&ps=13740610&shp=30310797&shcp=ff37627b&idc=my",
            "https://p16-sign-sg.tiktokcdn.com/tos-alisg-avt-0068/5fee0198a94bfb49960780fa8ff42e72~tplv-tiktokx-cropcenter:100:100.jpeg?dr=14579&refresh_token=66560ee7&x-expires=1763629200&x-signature=Y9IXcfNdP3yi6259tCG1Id5bFOM%3D&t=4d5b0474&ps=13740610&shp=30310797&shcp=ff37627b&idc=my"
          ]
        },
        "nickname": "Taylor Swift",
        "sec_uid": "MS4wLjABAAAAqB08cUbXaDWqbD6MCga2RbGTuhfO2EsHayBYx08NDrN7IE3jQuRDNNN6YwyfH6_6",
        "uid": "6881290705605477381",
        "unique_id": "taylorswift"
      }
    }
  ]
}