小红书服务
  1. 用户
小红书服务
  • 文档首页
  • 实例
    • 创建实例
      POST
  • 登录
    • 获取登录二维码
      POST
    • 获取二维码状态
      POST
  • 用户
    • 我的信息
      POST
    • 查询用户信息
      POST
    • 获取用户的笔记
      POST
    • 获取用户的收藏
      POST
  • 笔记
    • 获取评论
      POST
    • 评论
      POST
    • 点赞
      POST
    • 取消点赞
      POST
    • 收藏
      POST
    • 取消收藏
      POST
  • 通知
    • 赞和收藏
      POST
    • 新增关注
      POST
    • 评论和@
      POST
  • 推荐
    • 首页推荐
      POST
  • 发布笔记
    • 初始化
      POST
    • 获取上传许可
      POST
    • 上传图片
      POST
    • 上传视频
      POST
    • 发布图文笔记
      POST
    • 发布视频笔记
      POST
  1. 用户

获取用户的笔记

开发中
POST
/user/get_user_posts

请求参数

Body 参数application/json
guid
string 
必需
user_id
string 
必需
示例
{
  "guid": "{{guid}}",
  "user_id": "5fd96a700000000001001dde"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/get_user_posts' \
--header 'Content-Type: application/json' \
--data-raw '{
    "guid": "{{guid}}",
    "user_id":"5fd96a700000000001001dde"
}'

返回响应

🟢200成功
application/json
Body
err_code
integer 
必需
data
object 
必需
code
integer 
必需
success
boolean 
必需
msg
string 
必需
data
object 
必需
hint
string 
必需
示例
{
  "err_code": 0,
  "data": {
    "code": 0,
    "success": true,
    "msg": "成功",
    "data": {
      "cursor": "655b6cab000000003202cb4a",
      "notes": [
        {
          "note_id": "657ea61c000000000901e26f",
          "type": "normal",
          "display_title": "白色+粉色更有韵味。",
          "user": {
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice",
            "nick_name": "FanIceice"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "3",
            "sticky": false
          },
          "cover": {
            "file_id": "",
            "height": 1861,
            "width": 1280,
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/04aa50af59b0ab5ee7a1997f64524fe5/1040g2sg30spc0ln6k40g5nupd9o087eujjcj1bg!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/14d8bd4120a1a661002042cecfa515ea/1040g2sg30spc0ln6k40g5nupd9o087eujjcj1bg!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/04aa50af59b0ab5ee7a1997f64524fe5/1040g2sg30spc0ln6k40g5nupd9o087eujjcj1bg!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/14d8bd4120a1a661002042cecfa515ea/1040g2sg30spc0ln6k40g5nupd9o087eujjcj1bg!nc_n_webp_mw_1"
          }
        },
        {
          "type": "normal",
          "display_title": "突破传统,释放属于我的性感魅力",
          "user": {
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice",
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "44",
            "sticky": false
          },
          "cover": {
            "file_id": "",
            "height": 1024,
            "width": 672,
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/cb1168aa4382b757ec716e9d8967ee67/1040g00830sp2fg5t46005nupd9o087eudpmrcl8!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/7d302b6ec4228955a8d0c54ec2ac196c/1040g00830sp2fg5t46005nupd9o087eudpmrcl8!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/cb1168aa4382b757ec716e9d8967ee67/1040g00830sp2fg5t46005nupd9o087eudpmrcl8!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/7d302b6ec4228955a8d0c54ec2ac196c/1040g00830sp2fg5t46005nupd9o087eudpmrcl8!nc_n_webp_mw_1"
          },
          "note_id": "657e57fd000000000901c6cd"
        },
        {
          "type": "normal",
          "display_title": "白色不比黑色强啊 ",
          "user": {
            "nickname": "FanIceice",
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "8",
            "sticky": false
          },
          "cover": {
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/9dabbbbdbf32fce74358b49d8824c995/1040g00830s4rafbsii005nupd9o087euicahp3o!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/6519a43d4efe3ef60a48ea2be8223aca/1040g00830s4rafbsii005nupd9o087euicahp3o!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/9dabbbbdbf32fce74358b49d8824c995/1040g00830s4rafbsii005nupd9o087euicahp3o!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/6519a43d4efe3ef60a48ea2be8223aca/1040g00830s4rafbsii005nupd9o087euicahp3o!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1920,
            "width": 1274,
            "url": ""
          },
          "note_id": "6569a27a000000000902012b"
        },
        {
          "type": "normal",
          "display_title": "美女写真 ",
          "user": {
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice",
            "nick_name": "FanIceice"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "20",
            "sticky": false
          },
          "cover": {
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/27f864d5e7f711846659247236aeccb0/1040g2sg30s3fsojaie005nupd9o087euiehc2e8!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1024,
            "width": 736,
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/277be9771bd5284134269ced9317f580/1040g2sg30s3fsojaie005nupd9o087euiehc2e8!nc_n_webp_prv_1",
                "image_scene": "WB_PRV"
              },
              {
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/27f864d5e7f711846659247236aeccb0/1040g2sg30s3fsojaie005nupd9o087euiehc2e8!nc_n_webp_mw_1",
                "image_scene": "WB_DFT"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/277be9771bd5284134269ced9317f580/1040g2sg30s3fsojaie005nupd9o087euiehc2e8!nc_n_webp_prv_1"
          },
          "note_id": "65683eb50000000032034b26"
        },
        {
          "type": "normal",
          "display_title": "美的像个精灵~ ",
          "user": {
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice",
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58"
          },
          "interact_info": {
            "sticky": false,
            "liked": false,
            "liked_count": "38"
          },
          "cover": {
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/826690e4c03d0ad625690cf538ae140c/1040g2sg30s1360bj2s005nupd9o087eurrgn5n0!nc_n_webp_prv_1"
              },
              {
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/f1c57aa4e0cedf800aef9248c5656e74/1040g2sg30s1360bj2s005nupd9o087eurrgn5n0!nc_n_webp_mw_1",
                "image_scene": "WB_DFT"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/826690e4c03d0ad625690cf538ae140c/1040g2sg30s1360bj2s005nupd9o087eurrgn5n0!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/f1c57aa4e0cedf800aef9248c5656e74/1040g2sg30s1360bj2s005nupd9o087eurrgn5n0!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1536,
            "width": 1024,
            "url": "",
            "trace_id": ""
          },
          "note_id": "6565ca4a000000003203350f"
        },
        {
          "user": {
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "10",
            "sticky": false
          },
          "cover": {
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/afb574ff9e47b001f1fe0e9bb95ba264/1040g2sg30ru3v523ig005nupd9o087eukomho90!nc_n_webp_prv_1",
                "image_scene": "WB_PRV"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/96536f2bccec66a180c53cea46930404/1040g2sg30ru3v523ig005nupd9o087eukomho90!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/afb574ff9e47b001f1fe0e9bb95ba264/1040g2sg30ru3v523ig005nupd9o087eukomho90!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/96536f2bccec66a180c53cea46930404/1040g2sg30ru3v523ig005nupd9o087eukomho90!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1536,
            "width": 1024
          },
          "note_id": "6562be4c000000003203a5fa",
          "type": "normal",
          "display_title": "高级写真 "
        },
        {
          "type": "video",
          "display_title": "周五了动起来。 ",
          "user": {
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "2",
            "sticky": false
          },
          "cover": {
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/f13da77d1458261a70fd1758e5d5218d/1040g2sg30rrnht1cis005nupd9o087euurv88ug!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/74253dc78b0b7c1b4b03a4765c7b356c/1040g2sg30rrnht1cis005nupd9o087euurv88ug!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/f13da77d1458261a70fd1758e5d5218d/1040g2sg30rrnht1cis005nupd9o087euurv88ug!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/74253dc78b0b7c1b4b03a4765c7b356c/1040g2sg30rrnht1cis005nupd9o087euurv88ug!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1440,
            "width": 1080
          },
          "note_id": "65604c51000000000f0243ba"
        },
        {
          "type": "normal",
          "display_title": "你认为哪个更好看? ",
          "user": {
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "5",
            "sticky": false
          },
          "cover": {
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/a22845d840158d06bda82194ea6c5fd9/1040g2sg30rq3h3o4ik005nupd9o087eubh50f6g!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/43d61a68b2127d8e59ebec4b17ba0ad8/1040g2sg30rq3h3o4ik005nupd9o087eubh50f6g!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/a22845d840158d06bda82194ea6c5fd9/1040g2sg30rq3h3o4ik005nupd9o087eubh50f6g!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/43d61a68b2127d8e59ebec4b17ba0ad8/1040g2sg30rq3h3o4ik005nupd9o087eubh50f6g!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1616,
            "width": 1080
          },
          "note_id": "655ea2200000000033009976"
        },
        {
          "type": "normal",
          "display_title": "这身材我都羡慕 ",
          "user": {
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde",
            "nickname": "FanIceice",
            "nick_name": "FanIceice"
          },
          "interact_info": {
            "sticky": false,
            "liked": false,
            "liked_count": "7"
          },
          "cover": {
            "file_id": "",
            "height": 1920,
            "width": 960,
            "url": "",
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/4e8f5a8d940e185f0c0c8b2284424c07/1040g00830rnn87dtik705nupd9o087euhbspvi0!nc_n_webp_prv_1"
              },
              {
                "image_scene": "WB_DFT",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/1269646b173fd699d3f084607f9cbd55/1040g00830rnn87dtik705nupd9o087euhbspvi0!nc_n_webp_mw_1"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/4e8f5a8d940e185f0c0c8b2284424c07/1040g00830rnn87dtik705nupd9o087euhbspvi0!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/1269646b173fd699d3f084607f9cbd55/1040g00830rnn87dtik705nupd9o087euhbspvi0!nc_n_webp_mw_1"
          },
          "note_id": "655c314400000000320349bc"
        },
        {
          "note_id": "655b6cab000000003202cb4a",
          "type": "normal",
          "display_title": "万分想念沙滩大海!!",
          "user": {
            "nickname": "FanIceice",
            "nick_name": "FanIceice",
            "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo30rkvc2912i005nupd9o087euu7glq58",
            "user_id": "5fd96a700000000001001dde"
          },
          "interact_info": {
            "liked": false,
            "liked_count": "291",
            "sticky": false
          },
          "cover": {
            "trace_id": "",
            "info_list": [
              {
                "image_scene": "WB_PRV",
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/04e419fed0f44ae4774249db740c2005/1040g2sg30rmv89o4iq005nupd9o087eu0ol4osg!nc_n_webp_prv_1"
              },
              {
                "url": "http://sns-webpic-qc.xhscdn.com/202401061015/4e880000a1cf89ab91c6f13bb5522c52/1040g2sg30rmv89o4iq005nupd9o087eu0ol4osg!nc_n_webp_mw_1",
                "image_scene": "WB_DFT"
              }
            ],
            "url_pre": "http://sns-webpic-qc.xhscdn.com/202401061015/04e419fed0f44ae4774249db740c2005/1040g2sg30rmv89o4iq005nupd9o087eu0ol4osg!nc_n_webp_prv_1",
            "url_default": "http://sns-webpic-qc.xhscdn.com/202401061015/4e880000a1cf89ab91c6f13bb5522c52/1040g2sg30rmv89o4iq005nupd9o087eu0ol4osg!nc_n_webp_mw_1",
            "file_id": "",
            "height": 1920,
            "width": 960,
            "url": ""
          }
        }
      ],
      "has_more": true
    }
  },
  "hint": "170450735236527858406868"
}
上一页
查询用户信息
下一页
获取用户的收藏
Built with