获取视频二级评论
POST
/api/tiktok/video_sub_comment:::highlight green 💡
需使用境外服务器或境外代理
:::
请求参数
Body 参数application/json
aweme_id
string
可选
comment_id
string
可选
cursor
string
可选
proxy
string
可选
示例
{
"aweme_id": "7362951193825529121",
"comment_id": "7363339704505352961",
"cursor": "0",
"proxy": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
comments
array [object {25}]
必需
cursor
integer
必需
extra
object
必需
has_more
integer
必需
log_pb
object
必需
status_code
integer
必需
status_msg
string
必需
total
integer
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"comments": [
{
"aweme_id": "string",
"cid": "string",
"collect_stat": 0,
"comment_language": "string",
"comment_post_item_ids": null,
"create_time": 0,
"digg_count": 0,
"image_list": null,
"is_author_digged": true,
"label_list": null,
"no_show": true,
"reply_comment": null,
"reply_id": "string",
"reply_to_reply_id": "string",
"share_info": {
"acl": {
"code": 0,
"extra": "string"
},
"desc": "string",
"title": "string",
"url": "string"
},
"status": 0,
"text": "string",
"text_extra": [
null
],
"trans_btn_style": 0,
"user": {
"account_labels": null,
"ad_cover_url": null,
"advance_feature_item_order": null,
"advanced_feature_info": null,
"avatar_thumb": {
"uri": "string",
"url_list": [
"string"
],
"url_prefix": null
},
"bold_fields": null,
"can_message_follow_status_list": null,
"can_set_geofencing": null,
"cha_list": null,
"cover_url": null,
"custom_verify": "string",
"enterprise_verify_reason": "string",
"events": null,
"followers_detail": null,
"geofencing": null,
"homepage_bottom_toast": null,
"item_list": null,
"mutual_relation_avatars": null,
"need_points": null,
"nickname": "string",
"platform_sync_info": null,
"relative_users": null,
"search_highlight": null,
"sec_uid": "string",
"shield_edit_field_info": null,
"type_label": null,
"uid": "string",
"unique_id": "string",
"user_profile_guide": null,
"user_tags": null,
"white_cover_url": null
},
"user_buried": true,
"user_digged": 0,
"reply_to_nickname": "string",
"reply_to_userid": "string",
"reply_to_username": "string"
}
],
"cursor": 0,
"extra": {
"fatal_item_ids": [
null
],
"logid": "string",
"now": 0
},
"has_more": 0,
"log_pb": {
"impr_id": "string"
},
"status_code": 0,
"status_msg": "string",
"total": 0
}
}
最后修改时间: 3 个月前