{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图直播统计 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图直播首页统计数据，包括近期直播间数量、平均观看人数、ACU、PCU、观看时长、粉丝观看率、互动率、电商范围及转化指标，用于直播创作者评估和活动策划。"
  },
  "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_statistics/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "直播统计",
        "description": "获取抖音巨量星图直播首页统计数据，包括近期直播间数量、平均观看人数、ACU、PCU、观看时长、粉丝观看率、互动率、电商范围及转化指标，用于直播创作者评估和活动策划。",
        "operationId": "getApiDouyinXingtuGwApiAggregatorGetAuthorLiveStatisticsV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "作者唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "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"
              ]
            }
          },
          {
            "name": "period",
            "in": "query",
            "description": "直播数据时间段。\n\n可选值：\n- `DAY_30`：最近30天\n- `DAY_90`：最近90天",
            "required": false,
            "schema": {
              "type": "string",
              "default": "30",
              "description": "Live data time period",
              "enum": [
                "DAY_30",
                "DAY_90"
              ]
            }
          },
          {
            "name": "onlyStarOrder",
            "in": "query",
            "description": "是否仅包含巨量星图市场订单。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "description": "流程类型过滤器。\n\n可用值：\n- `EXCLUDE`：排除\n- `INCLUDE`：包含",
            "required": false,
            "schema": {
              "type": "string",
              "default": "0",
              "description": "Flow filter type",
              "enum": [
                "EXCLUDE",
                "INCLUDE"
              ]
            }
          }
        ],
        "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": "15003086",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}