{
  "openapi": "3.0.0",
  "info": {
    "title": "微博用户资料 API (V3)",
    "version": "1.0.0",
    "description": "获取微博用户资料数据，包括粉丝数、验证状态和简介详情，用于创作者研究和账户分析。"
  },
  "paths": {
    "/api/weibo/get-user-detail/v3": {
      "get": {
        "tags": [
          "微博"
        ],
        "summary": "用户资料",
        "description": "获取微博用户资料数据，包括粉丝数、验证状态和简介详情，用于创作者研究和账户分析。",
        "operationId": "getUserProfileV3",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "API 访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "query",
            "description": "微博用户ID (UID)。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "ok": 1,
                    "data": {
                      "user": {
                        "id": 7448795925,
                        "idstr": "7448795925",
                        "pc_new": 7,
                        "screen_name": "A2O_WORLD",
                        "profile_image_url": "https://tvax1.sinaimg.cn/crop.0.0.1080.1080.50/00886o5Lly8iaq3yj8ssrj30u00u03ys.jpg?KID=imgbed,tva&Expires=1773077735&ssig=JkCC5UPCtr",
                        "profile_url": "/u/7448795925",
                        "verified": true,
                        "verified_type": 0,
                        "domain": "a2ozone",
                        "weihao": "",
                        "verified_type_ext": 2,
                        "status_total_counter": {
                          "total_cnt_format": "63.9万",
                          "comment_cnt": "74,298",
                          "repost_cnt": "26,171",
                          "like_cnt": "538,235",
                          "total_cnt": "638,704"
                        },
                        "avatar_large": "https://tvax1.sinaimg.cn/crop.0.0.1080.1080.180/00886o5Lly8iaq3yj8ssrj30u00u03ys.jpg?KID=imgbed,tva&Expires=1773077735&ssig=SLJr3Ap5A6",
                        "avatar_hd": "https://tvax1.sinaimg.cn/crop.0.0.1080.1080.1024/00886o5Lly8iaq3yj8ssrj30u00u03ys.jpg?KID=imgbed,tva&Expires=1773077735&ssig=0nYBMaDrfF",
                        "follow_me": false,
                        "following": false,
                        "mbrank": 1,
                        "mbtype": 12,
                        "v_plus": 0,
                        "user_ability": 2376200,
                        "planet_video": false,
                        "verified_reason": "A2O Entertainment官方微博",
                        "description": "A2O官方网站：https://www.a2oentertainment.com.cn",
                        "location": "北京",
                        "gender": "m",
                        "followers_count": 125870,
                        "followers_count_str": "12.6万",
                        "friends_count": 36,
                        "statuses_count": 326,
                        "url": "",
                        "svip": 1,
                        "vvip": 1,
                        "cover_image_phone": "https://wx2.sinaimg.cn/crop.0.0.640.640.640/00886o5Lgy1i6mf701fn5j31o01o0wkv.jpg",
                        "icon_list": [
                          {
                            "type": "vip",
                            "data": {
                              "mbrank": 1,
                              "mbtype": 12,
                              "svip": 1,
                              "vvip": 1
                            }
                          }
                        ],
                        "user_type": 0,
                        "is_star": "0",
                        "is_muteuser": false,
                        "special_follow": false
                      },
                      "tabList": [
                        {
                          "name": "home",
                          "tabName": "精选"
                        },
                        {
                          "name": "feed",
                          "tabName": "微博"
                        },
                        {
                          "name": "newVideo",
                          "tabName": "视频"
                        },
                        {
                          "name": "superTopic",
                          "tabName": "超话"
                        },
                        {
                          "name": "album",
                          "tabName": "相册"
                        }
                      ],
                      "blockText": ""
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "17001200"
      }
    }
  },
  "components": {}
}