{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Live Statistics API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) live homepage Statistics data, including recent live room counts, average viewers, ACU, PCU, watch duration, fan watch rate, interaction rate, e-commerce ranges, and conversion indicators for live creator evaluation and campaign planning."
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global (default)"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn (optional for Mainland China)"
    }
  ],
  "paths": {
    "/api/douyin-xingtu/gw/api/aggregator/get_author_live_statistics/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Live Statistics",
        "description": "Get Douyin Creator Marketplace (Xingtu) live homepage Statistics data, including recent live room counts, average viewers, ACU, PCU, watch duration, fan watch rate, interaction rate, e-commerce ranges, and conversion indicators for live creator evaluation and campaign planning.",
        "operationId": "getApiDouyinXingtuGwApiAggregatorGetAuthorLiveStatisticsV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "Author's unique ID.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "liveType",
            "in": "query",
            "description": "Live room type filter.\n\nAvailable Values:\n- `ALL`: All live rooms\n- `GAME`: Game live rooms\n- `ECOMMERCE`: E-commerce live rooms\n- `OTHER`: Other live rooms",
            "required": false,
            "schema": {
              "type": "string",
              "default": "1",
              "description": "Live room type",
              "enum": [
                "ALL",
                "GAME",
                "ECOMMERCE",
                "OTHER"
              ]
            }
          },
          {
            "name": "period",
            "in": "query",
            "description": "Live data time period.\n\nAvailable Values:\n- `DAY_30`: Last 30 days\n- `DAY_90`: Last 90 days",
            "required": false,
            "schema": {
              "type": "string",
              "default": "30",
              "description": "Live data time period",
              "enum": [
                "DAY_30",
                "DAY_90"
              ]
            }
          },
          {
            "name": "onlyStarOrder",
            "in": "query",
            "description": "Whether to include only Xingtu marketplace orders.",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "description": "Flow type filter.\n\nAvailable Values:\n- `EXCLUDE`: Exclude\n- `INCLUDE`: Include",
            "required": false,
            "schema": {
              "type": "string",
              "default": "0",
              "description": "Flow filter type",
              "enum": [
                "EXCLUDE",
                "INCLUDE"
              ]
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "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": {}
}