获取单个作品评论数据
GET
/douyin/fetch_work_comments最后修改时间: 2 个月前
注意
合辑作品无法获取暂时无法获取对应评论数据
请求参数
Query 参数
url
string
作品分享连接
示例值:
https://v.douyin.com/irR1p5NM/
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
status_code
integer
必需
comments
null
必需
cursor
integer
必需
has_more
integer
必需
reply_style
integer
必需
total
integer
必需
extra
object
必需
log_pb
object
必需
hotsoon_filtered_count
integer
必需
user_commented
integer
必需
fast_response_comment
object
必需
comment_config
object
必需
general_comment_config
object
必需
show_management_entry_point
integer
必需
comment_common_data
string
必需
folded_comment_count
integer
必需
示例
{
"code": 0,
"message": "string",
"data": {
"status_code": 0,
"comments": null,
"cursor": 0,
"has_more": 0,
"reply_style": 0,
"total": 0,
"extra": {
"now": 0,
"fatal_item_ids": null
},
"log_pb": {
"impr_id": "string"
},
"hotsoon_filtered_count": 0,
"user_commented": 0,
"fast_response_comment": {
"constant_response_words": [
"string"
],
"timed_response_words": [
"string"
]
},
"comment_config": {},
"general_comment_config": {},
"show_management_entry_point": 0,
"comment_common_data": "string",
"folded_comment_count": 0
}
}
最后修改时间: 2 个月前