获取指定视频的评论回复数据/Get comment replies data of specified video
GET/api/douyin/web/fetch_video_comment_replies
[中文]
用途:
- 获取指定视频的评论回复数据
参数:
- item_id: 作品id
- comment_id: 评论id
- cursor: 游标
- count: 数量
返回:
- 评论回复数据
[English]
Purpose:
- Get comment replies data of specified video
Parameters:
- item_id: Video id
- comment_id: Comment id
- cursor: Cursor
- count: Number
Return:
- Comment replies data
[示例/Example]
aweme_id = "7354666303006723354" comment_id = "7354669356632638218" cursor = 0 count = 20
Request
Responses
- 200
- 422
Successful Response
Validation Error