{
  "openapi": "3.1.0",
  "info": {
    "title": "Web Game Game Xai Chronicle API",
    "version": "1.0.0",
    "description": "A daily public record joining Xai network and market history, official system context, and the News reports where those systems expand Night Ash capacity."
  },
  "servers": [
    {
      "url": "https://www.webgamegame.win"
    }
  ],
  "paths": {
    "/api/xai/v1/index.json": {
      "get": {
        "operationId": "getXaiChronicleIndex",
        "summary": "Get the Xai Chronicle route index",
        "responses": {
          "200": {
            "description": "Route index"
          }
        }
      }
    },
    "/api/xai/v1/latest.json": {
      "get": {
        "operationId": "getXaiChronicleLatest",
        "summary": "Get the latest Xai pulse, 90-day tape, system coverage, and related dispatches",
        "responses": {
          "200": {
            "description": "Latest Xai Chronicle state"
          }
        }
      }
    },
    "/api/xai/v1/history.json": {
      "get": {
        "operationId": "getXaiChronicleHistory",
        "summary": "Get the complete daily Xai Chronicle history",
        "responses": {
          "200": {
            "description": "Daily Xai history"
          }
        }
      }
    },
    "/api/xai/v1/project-chronicle.json": {
      "get": {
        "operationId": "getXaiProjectChronicle",
        "summary": "Get the complete append-only Xai project chronology",
        "responses": {
          "200": {
            "description": "Complete project chronology"
          }
        }
      }
    },
    "/api/xai/v1/project-chronicle-latest.json": {
      "get": {
        "operationId": "getXaiProjectChronicleLatest",
        "summary": "Get the latest thirty project chronology entries",
        "responses": {
          "200": {
            "description": "Latest project chronology entries"
          }
        }
      }
    },
    "/api/xai/v1/systems.json": {
      "get": {
        "operationId": "getXaiSystemLibrary",
        "summary": "Get the official Xai system library and News coverage counts",
        "responses": {
          "200": {
            "description": "Xai systems"
          }
        }
      }
    },
    "/api/xai/v1/dispatches.json": {
      "get": {
        "operationId": "getXaiDispatchIndex",
        "summary": "Get every News dispatch indexed by the Xai systems it uses",
        "responses": {
          "200": {
            "description": "Xai-linked dispatches"
          }
        }
      }
    }
  }
}
