{
  "openapi": "3.0.0",
  "info": {
    "title": "哔哩哔哩用户发布视频 API (V2)",
    "version": "1.0.0",
    "description": "获取哔哩哔哩用户发布视频数据，包括标题、封面和发布时间，用于创作者监控和内容性能分析。"
  },
  "paths": {
    "/api/bilibili/get-user-video-list/v2": {
      "get": {
        "tags": [
          "哔哩哔哩"
        ],
        "summary": "用户发布视频",
        "description": "获取哔哩哔哩用户发布视频数据，包括标题、封面和发布时间，用于创作者监控和内容性能分析。",
        "operationId": "getUserVideoListV2",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "API 的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "query",
            "description": "哔哩哔哩用户ID (UID)。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "param",
            "in": "query",
            "description": "来自先前响应的分页参数。",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "code": 0,
                    "message": "OK",
                    "ttl": 1,
                    "data": {
                      "episodic_button": {
                        "text": "播放全部",
                        "uri": "bilibili://music/playlist/spacepage/472747194?desc=1&offset=0&oid=0&order=time&page_type=1&playlist_..."
                      },
                      "order": [
                        {
                          "title": "最新发布",
                          "value": "pubdate"
                        }
                      ],
                      "count": 91,
                      "item": [
                        {
                          "title": "【巫师】美国干伊朗02，藏着对我们的资本阴招儿",
                          "translated_title": "",
                          "translate_status": "",
                          "subtitle": "",
                          "tname": "财经商业",
                          "cover": "http://i0.hdslb.com/bfs/archive/ee2702eb7b94310391bc0a71a4112ece2f35ffe5.jpg",
                          "cover_icon": "",
                          "uri": "bilibili://video/116176164232467?cid=36474193273&history_progress=0&player_height=1080&player_preloa...",
                          "param": "116176164232467",
                          "goto": "av",
                          "length": "",
                          "duration": 474,
                          "is_popular": false,
                          "is_steins": false,
                          "is_ugcpay": false,
                          "is_cooperation": false,
                          "is_pgc": false,
                          "is_live_playback": false,
                          "is_pugv": false,
                          "is_fold": false,
                          "is_oneself": false,
                          "view_self_type": 0,
                          "play": 480257,
                          "danmaku": 705,
                          "ctime": 1772707693,
                          "ugc_pay": 0,
                          "author": "巫师财经",
                          "state": false,
                          "bvid": "BV1CYPCzWEi4",
                          "videos": 1,
                          "three_point": [
                            {
                              "type": "addtoview",
                              "icon": "https://i0.hdslb.com/bfs/activity-plat/static/0X5s0d3xaY.png",
                              "text": "添加至稍后再看",
                              "translate": null
                            }
                          ],
                          "first_cid": 36474193273,
                          "cursor_attr": {
                            "is_last_watched_arc": false,
                            "rank": 0
                          },
                          "view_content": "48万",
                          "icon_type": 0,
                          "publish_time_text": "3月5日",
                          "cover_left_icon": "",
                          "cover_left_text": "",
                          "sub_title_icon": ""
                        }
                      ],
                      "last_watched_locator": {
                        "display_threshold": 10,
                        "insert_ranking": 6,
                        "text": "定位至上次观看"
                      },
                      "has_next": true,
                      "has_prev": false
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": 18001100
      }
    }
  },
  "components": {}
}