Skip to main content

获取作品的评论回复列表/Get video comment replies

GET 

/api/tiktok/web/fetch_post_comment_reply

[中文]

用途:

  • 获取作品的评论回复列表

参数:

  • item_id: 作品id
  • comment_id: 评论id
  • cursor: 翻页游标
  • count: 每页数量
  • current_region: 当前地区,默认为空。

返回:

  • 作品的评论回复列表

[English]

Purpose:

  • Get video comment replies

Parameters:

  • item_id: Video id
  • comment_id: Comment id
  • cursor: Page cursor
  • count: Number per page
  • current_region: Current region, default is empty.

Return:

  • Video comment replies

[示例/Eample]

item_id = "7304809083817774382" comment_id = "7304877760886588191" cursor = 0 count = 20 current_region = ""

Request

Responses

Successful Response