UptimeUptime Wiki

Game API

Uptime exposes a read-only game API for the currently running simulation. It is designed for dashboards, monitoring, companion tools, and integrations that need the same state the game uses.

The API is available at http://localhost:9875/ while the game is running. It is localhost-only, requires no authentication, and does not provide mutating endpoints.

  • Getting started explains connectivity, freshness, pagination, and errors.

  • API Reference documents every endpoint with an interactive playground, request examples, response samples, and generated TypeScript definitions.

  • OpenAPI schema exposes the source specification used to generate this documentation.

On this page

No Headings