获取作品的评论列表/Get video comments
GET/api/tiktok/web/fetch_post_comment
[中文]
用途:
- 获取作品的评论列表
参数:
- aweme_id: 作品id
- cursor: 翻页游标
- count: 每页数量
- current_region: 当前地区,默认为空。
返回:
- 作品的评论列表
[English]
Purpose:
- Get video comments
Parameters:
- aweme_id: Video id
- cursor: Page cursor
- count: Number per page
- current_region: Current region, default is empty.
Return:
- Video comments
[示例/Eample]
aweme_id = "7304809083817774382" cursor = 0 count = 20 current_region = ""
Request
Responses
- 200
- 422
Successful Response
Validation Error