获取笔记详情html
POST
/api/xhs/note_detail_by_html请求参数
Header 参数
cookie
string
必需
登录的cookie或匿名cookie
示例值:
web_session=030037a1c2644009e6b0797689214ad29af909;acw_tc=1050426a0f65879c2f97ade6606b634f8c6d1e08b5b17ef431bb212fce9fc62a;abRequestId=ac5184fc-1eaf-563b-9fc2-ebc25810114e;webBuild=4.33.2;xsecappid=xhs-pc-web;a1=1921e24512cMOwsdhASmvQXRUTUwdARMkDToFzY8k50000307981;webId=9d59210601b34913e13fa8e548cb45b1;sec_poison_id=a5bffaba-783b-48e2-a438-242d16cb7ab3
Body 参数application/json
share_text
string
必需
分享链接或web端完整链接
示例
{
"share_text": "https://www.xiaohongshu.com/explore/66e3b48b00000000250323fe?xsec_token=AB8pMXXxCIKULI6L_q_3cP5sYwO_vuTiVJddh1Fb9Xgzk=&xsec_source=pc_feed"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
string
必需
data
object
必需
interact_info
object
必需
image_list
array [object {10}]
必需
at_user_list
array
必需
ip_location
string
必需
share_info
object
必需
type
string
必需
desc
string
必需
user
object
必需
time
integer
必需
last_update_time
integer
必需
note_id
string
必需
title
string
必需
tag_list
array [object {3}]
必需
示例
{
"code": 0,
"msg": "string",
"path": "string",
"data": {
"interact_info": {
"relation": "string",
"liked": true,
"liked_count": "string",
"collected": true,
"collected_count": "string",
"comment_count": "string",
"share_count": "string",
"followed": true
},
"image_list": [
{
"live_photo": true,
"height": 0,
"stream": {
"h264": [
{
"master_url": "string",
"backup_urls": [
"string"
]
}
],
"h265": [
null
],
"h266": [
null
],
"av1": [
null
]
},
"url": "string",
"trace_id": "string",
"info_list": [
{
"image_scene": "string",
"url": "string"
}
],
"url_pre": "string",
"url_default": "string",
"file_id": "string",
"width": 0
}
],
"at_user_list": [
null
],
"ip_location": "string",
"share_info": {
"un_share": true
},
"type": "string",
"desc": "string",
"user": {
"user_id": "string",
"nickname": "string",
"avatar": "string"
},
"time": 0,
"last_update_time": 0,
"note_id": "string",
"title": "string",
"tag_list": [
{
"id": "string",
"name": "string",
"type": "string"
}
]
}
}
最后修改时间: 1 个月前