v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Post

Get Post Reply Comments

Get Post Reply Comments

get/api/post/comment/replies

Query parameters

videoIdstring required

Video ID

Example:7306132438047116586
commentIdstring required

Comment ID

Example:7306133620770751250
countinteger

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

Example:6
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 replies comment the comment currently has

Example response

{
  "hasMore": 1,
  "cursor": 6,
  "total": 210,
  "comments": [
    {
      "aweme_id": "7306132438047116586",
      "cid": "7500675626996744968",
      "comment_language": "en",
      "create_time": 1701092134,
      "digg_count": 1191,
      "is_comment_translatable": true,
      "reply_id": "7306133620770751250",
      "reply_to_reply_id": "0",
      "status": 1,
      "text": "and nbnc 😞",
      "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"
      }
    }
  ]
}