获取笔记详情html
POST
/api/xhs/note_detail_by_html请求参数
Header 参数
cookie
string
必需
登录的cookie或匿名cookie
示例值:
web_session=030037a05a580a0742d7324a11204a2a60365e;acw_tc=0a00d49317349377250481434e2c46296b461cfb6d6f5a91b27c0681e2eb9e;abRequestId=81db8873-3a04-5e1f-bfac-4dafeffead26;webBuild=4.47.1;xsecappid=xhs-pc-web;a1=193f258c85fVbhIfeRoaggxxyMxYiTE3KOtp2rFOV50000118072;webId=340c4ef50ccebb43d2b2e29474c74abb;sec_poison_id=45ed9006-4365-4cc5-8c07-53916b76d574
Body 参数application/json
share_text
string
必需
分享链接或web端完整链接
示例
{
"share_text": "https://www.xiaohongshu.com/explore/6744c12c000000000201acfb?xsec_token=ABpwWQwM0zgZUOcWtU-9jbD5yMKKnWqnhCHkoPCzOaVCc=&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"
}
]
}
}
最后修改时间: 12 天前