{
  "openapi": "3.0.0",
  "info": {
    "title": "小红书用户发布笔记 API (V4)",
    "version": "1.0.0",
    "description": "获取小红书（RedNote）用户发布笔记数据，包括笔记元数据、封面和发布时间，用于账户监控。"
  },
  "paths": {
    "/api/xiaohongshu/get-user-note-list/v4": {
      "get": {
        "tags": [
          "小红书"
        ],
        "summary": "用户发布笔记",
        "description": "获取小红书（RedNote）用户发布笔记数据，包括笔记元数据、封面和发布时间，用于账户监控。",
        "operationId": "getUserNoteListV4",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "description": "小红书用户的唯一标识符。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastCursor",
            "in": "query",
            "description": "上一页的分页游标（最后一个笔记的游标值）。",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "notes": [
                      {
                        "last_update_time": 0,
                        "nice_count": 0,
                        "sticky": true,
                        "time_desc": "2023-01-03",
                        "id": "63b38c37000000001e03de92",
                        "title": "“终于”！！让我找到“真鱼尾裙”！！！",
                        "images_list": [
                          {
                            "height": 1707,
                            "width": 1280,
                            "url": "https://sns-i8.rednotecdn.com/1000g0081r44dto6f20005n1f6e51roe6erg0lp8?imageView2/2/w/576/format/hei...",
                            "url_size_large": "https://sns-i8.rednotecdn.com/1000g0081r44dto6f20005n1f6e51roe6erg0lp8?imageView2/2/w/1440/format/he...",
                            "original": "",
                            "trace_id": "1000g0081r44dto6f20005n1f6e51roe6erg0lp8",
                            "fileid": "1000g0081r44dto6f20005n1f6e51roe6erg0lp8"
                          }
                        ],
                        "level": 4,
                        "comments_count": 21,
                        "create_time": 1672711223,
                        "likes": 1481,
                        "has_music": false,
                        "collected_count": 383,
                        "infavs": false,
                        "niced": false,
                        "cursor": "63b38c37000000001e03de92",
                        "widgets_context": "{\"flags\":{},\"author_id\":\"5c2f338a000000000701e1c6\",\"author_name\":\"是六金呀～\"}",
                        "view_count": 0,
                        "is_goods_note": false,
                        "user": {
                          "nickname": "是六金呀～",
                          "images": "https://sns-avatar-qc.xhscdn.com/avatar/63d36aae9a0594dbc226012e.jpg?imageView2/2/w/80/format/jpg",
                          "red_official_verify_type": 0,
                          "userid": "5c2f338a000000000701e1c6",
                          "followed": false,
                          "fstatus": "none"
                        },
                        "recommend": {
                          "type": "",
                          "desc": "",
                          "icon": "",
                          "target_id": "",
                          "target_name": "",
                          "track_id": ""
                        },
                        "advanced_widgets_groups": {
                          "groups": [
                            {
                              "mode": 1,
                              "fetch_types": [
                                "guos_test"
                              ]
                            }
                          ]
                        },
                        "desc": "162｜110斤。梨形身材真的很难不爱包臀裙！！\n#笔记灵感[话题]# #鱼尾裙[话题]# #包臀裙[话题]# #纯欲风[话题]# #梨形身材[话题]# #梨形身材穿搭[话题]# #秋冬穿搭[话题]#",
                        "inlikes": false,
                        "price": 0,
                        "share_count": 46,
                        "ats": [],
                        "display_title": "“终于”！！让我找到“真鱼尾裙”！！！",
                        "type": "normal"
                      }
                    ],
                    "tags": [],
                    "has_more": true
                  }
                }
              }
            }
          }
        },
        "x-order": "12001300"
      }
    }
  },
  "components": {}
}