稳定、快速、免费的 API 接口服务
小红薯视频评论
接口地址: https://api.itfaba.com/xhs/videoComment
返回格式: JSON
请求方式: POST
请求示例: https://api.itfaba.com/xhs/videoComment?apiKey=testkey
直连路由服务地址1: https://api-1.itfaba.com/xhs/videoComment?apiKey=xxx
直连路由服务地址2: https://api-2.itfaba.com/xhs/videoComment?apiKey=xxx
注意:{apiKey}参数接口密钥登陆用户平台获取
请求参数说明:
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| note_id | 是 | string | 笔记ID |
| cursor | 否 | string | 翻页游标,默认为空 |
| root_comment_id | 否 | string | 父级评论ID默认为空 |
| cookie | 否 | string | 登录COOKIE,只有登录COOKIE才能翻页 |
| xsec_token | 是 | string | 笔记xsec_token |
返回参数说明:
| 名称 | 类型 | 说明 |
|---|
返回示例:
{
"result": 1,
"info": "成功",
"data": {
"cursor": "649831e9000000002b0076ad",
"comments": [
{
"note_id": "64942dce0000000013009431",
"sub_comment_cursor": "64a0d5fa0000000016034030",
"like_count": "0",
"sub_comment_count": "1",
"create_time": 1687481205000,
"liked": false,
"content": "他们的书都找不到中文版的",
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/605e87b30c5bd1c4b9150d75.jpg?imageView2/2/w/120/format/jpg",
"user_id": "583e6b847fc5b8776944f53e",
"nickname": "子琰妈妈"
},
"show_tags": [],
"sub_comment_has_more": false,
"id": "6494eb75000000001603697f",
"at_users": [],
"sub_comments": [
{
"note_id": "64942dce0000000013009431",
"like_count": "4",
"create_time": 1688262138000,
"target_comment": {
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/605e87b30c5bd1c4b9150d75.jpg?imageView2/2/w/120/format/jpg",
"user_id": "583e6b847fc5b8776944f53e",
"nickname": "子琰妈妈"
},
"id": "6494eb75000000001603697f"
},
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/61efbb7fd1f37633e610a9ae.jpg?imageView2/2/w/120/format/jpg",
"user_id": "5ff0743c0000000001005960",
"nickname": "Ruan.o"
},
"show_tags": [],
"id": "64a0d5fa0000000016034030",
"at_users": [],
"liked": false,
"ip_location": "福建",
"content": "人家在法国啊 母语是法语啊 我们国家小图书馆也找不到外文版的吧 更别说只是村里一个小图书角了",
"status": 0
}
],
"status": 0
}
],
"user_id": "64c47429000000000b0043ce",
"has_more": false,
"time": 1690596393853
}
}
请求参数设置:
| 参数名称 | 参数值 |
|---|---|
{
"result": 1,
"info": "成功",
"data": {
"cursor": "649831e9000000002b0076ad",
"comments": [
{
"note_id": "64942dce0000000013009431",
"sub_comment_cursor": "64a0d5fa0000000016034030",
"like_count": "0",
"sub_comment_count": "1",
"create_time": 1687481205000,
"liked": false,
"content": "他们的书都找不到中文版的",
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/605e87b30c5bd1c4b9150d75.jpg?imageView2/2/w/120/format/jpg",
"user_id": "583e6b847fc5b8776944f53e",
"nickname": "子琰妈妈"
},
"show_tags": [],
"sub_comment_has_more": false,
"id": "6494eb75000000001603697f",
"at_users": [],
"sub_comments": [
{
"note_id": "64942dce0000000013009431",
"like_count": "4",
"create_time": 1688262138000,
"target_comment": {
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/605e87b30c5bd1c4b9150d75.jpg?imageView2/2/w/120/format/jpg",
"user_id": "583e6b847fc5b8776944f53e",
"nickname": "子琰妈妈"
},
"id": "6494eb75000000001603697f"
},
"user_info": {
"image": "https://sns-avatar-qc.xhscdn.com/avatar/61efbb7fd1f37633e610a9ae.jpg?imageView2/2/w/120/format/jpg",
"user_id": "5ff0743c0000000001005960",
"nickname": "Ruan.o"
},
"show_tags": [],
"id": "64a0d5fa0000000016034030",
"at_users": [],
"liked": false,
"ip_location": "福建",
"content": "人家在法国啊 母语是法语啊 我们国家小图书馆也找不到外文版的吧 更别说只是村里一个小图书角了",
"status": 0
}
],
"status": 0
}
],
"user_id": "64c47429000000000b0043ce",
"has_more": false,
"time": 1690596393853
}
}
错误码格式说明:
| 名称 | 类型 | 说明 |
|---|---|---|
| code | int | 0:异常消息,1:正常,2:警告 |
| result | int | 0:异常消息,1:正常 |
代码示例:
apiKey登录用户平台获取