- MoreAPI开放接口说明
- 更新记录
- 用户
- 抖音API
- 获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情 V2 POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取直播间信息与视频流直链POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 综合搜索POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题视频POST
- 获取视频弹幕POST
- 搜索用户POST
- 搜索用户V2POST
- 搜索用户V3POST
- 搜索直播用户POST
- 获取视频短连接POST
- 检查是否可投放DOU+POST
- 生成视频抖音码POST
- 获取用户主页发布POST
- 获取西瓜视频详情POST
- 获取直播间商品列表POST
- 搜索视频POST
- 搜索视频V2POST
- 获取用户最新作品POST
- 获取用户最新作品V2POST
- 获取用户合集POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- TikTok
- 快手API
- 小红书API
- 微博API
- 哔哩哔哩API
- 榜单API
- youtube
- cookie池
- Lemon8
获取笔记子评论
POST
https://pro.moreapi.wouldmissyou.com/api/xhs/note_sub_comment
最后修改时间:2024-06-05 05:52:28
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
Cookie
string
可选
Body 参数application/json
note_id
string
可选
share_text
string
可选
root_comment_id
string
父评论ID
cursor
string
下一页锚点
num
string
返回条数
示例
{
"note_id":"65a7d9c1000000002b001e1f",
"share_text":"",
"root_comment_id":"65a85752000000000103377c",
"num":5,
"cursor":"65a8614000000000010206e8"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pro.moreapi.wouldmissyou.com/api/xhs/note_sub_comment' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"note_id":"65a7d9c1000000002b001e1f",
"share_text":"",
"root_comment_id":"65a85752000000000103377c",
"num":5,
"cursor":"65a8614000000000010206e8"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
可选
comments
array [object {1}]
子评论列表
cursor
string
下一页锚点
has_more
boolean
是否有下一页
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"user_id": "60c81ef0000000000101ee73",
"comments": [
{
"content": "有的",
"at_users": [],
"like_count": "4",
"show_tags": [
"is_author"
],
"target_comment": {
"user_info": {
"user_id": "558bbf04a75c950a35e1386b",
"nickname": "Ham.b",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/63ecb41320bf68833bf5251f.jpg?imageView2/2/w/120/format/jpg"
},
"id": "64bfbd2c000000002b007152"
},
"id": "64bfbd69000000001700b2c1",
"note_id": "64bdf819000000001201a397",
"status": 0,
"liked": false,
"user_info": {
"user_id": "5c02a2a7000000000801254a",
"nickname": "蓝调骇客",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/622de1b915195d113d57a59f.jpg?imageView2/2/w/120/format/jpg"
},
"create_time": 1690287465000
},
{
"note_id": "64bdf819000000001201a397",
"status": 0,
"user_info": {
"user_id": "558bbf04a75c950a35e1386b",
"nickname": "Ham.b",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/63ecb41320bf68833bf5251f.jpg?imageView2/2/w/120/format/jpg"
},
"target_comment": {
"id": "64bfbd69000000001700b2c1",
"user_info": {
"nickname": "蓝调骇客",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/622de1b915195d113d57a59f.jpg?imageView2/2/w/120/format/jpg",
"user_id": "5c02a2a7000000000801254a"
}
},
"id": "64bfc3a5000000001803acdd",
"content": "后来才养的",
"at_users": [],
"liked": false,
"like_count": "1",
"show_tags": [],
"create_time": 1690289061000
},
{
"id": "64c0e50600000000180398ba",
"content": "后来不知道是什么时候,反正我08年搬过去的时候是有天鹅的[偷笑R]那时候天鹅湖还没啥人",
"at_users": [],
"user_info": {
"user_id": "5e43ee1d0000000001004c45",
"nickname": "i钟",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/1000g2jo2kpbf0amjc0005ni3toeg8j25qcn9v7o?imageView2/2/w/120/format/jpg"
},
"show_tags": [],
"create_time": 1690363142000,
"note_id": "64bdf819000000001201a397",
"status": 0,
"liked": false,
"like_count": "0",
"target_comment": {
"id": "64bfc3a5000000001803acdd",
"user_info": {
"user_id": "558bbf04a75c950a35e1386b",
"nickname": "Ham.b",
"image": "https://sns-avatar-qc.xhscdn.com/avatar/63ecb41320bf68833bf5251f.jpg?imageView2/2/w/120/format/jpg"
}
}
}
],
"cursor": "64c0e50600000000180398ba",
"has_more": false,
"time": 1701228176897
}
}

维护不易!赏口饭吃~
如果您觉得服务对您有用,请随意赞赏~支持开发者持续维护并更新项目~开发者将赠送解析次数


修改于 2024-06-05 05:52:28