{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图直播观看分布 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图直播首页观看分布数据，包括粉丝或观众画像细分，如性别、年龄、城市等级、省份、设备品牌、兴趣标签及人群总结，用于直播观众分析。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/douyin-xingtu/gw/api/aggregator/get_author_live_watch_distribution/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "直播观看分布",
        "description": "获取抖音巨量星图直播首页观看分布数据，包括粉丝或观众画像细分，如性别、年龄、城市等级、省份、设备品牌、兴趣标签及人群总结，用于直播观众分析。",
        "operationId": "getApiDouyinXingtuGwApiAggregatorGetAuthorLiveWatchDistributionV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "作者唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "liveCrowdType",
            "in": "query",
            "description": "直播观众画像类型。\n\n可选值：\n- `AUDIENCE`：观众画像\n- `FANS`：粉丝画像",
            "required": false,
            "schema": {
              "type": "string",
              "default": "2",
              "description": "Live audience profile type",
              "enum": [
                "AUDIENCE",
                "FANS"
              ]
            }
          },
          {
            "name": "liveType",
            "in": "query",
            "description": "直播间类型筛选。\n\n可选值：\n- `ALL`：所有直播间\n- `GAME`：游戏直播间\n- `ECOMMERCE`：电商直播间\n- `OTHER`：其他直播间",
            "required": false,
            "schema": {
              "type": "string",
              "default": "1",
              "description": "Live room type",
              "enum": [
                "ALL",
                "GAME",
                "ECOMMERCE",
                "OTHER"
              ]
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "202",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "404",
                        "500",
                        "600",
                        "601",
                        "602"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    },
                    "requestId": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "15003087",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}