Status
Base: /api/status
Query server status, online status and basic information
Handler: StatusHandler
GET
/api/status
Server Status
Returns the current server status including player count, TPS and uptime.
Response Example
{"status":"online","players":{"online":12,"max":50},"tps":20.0,"uptime":"2h 15m 30s","version":"0.3.1"}
cURL
curl http://localhost:5550/api/status
Internal Behavior
Queries the Hytale server core.
TPS are cached every 5 seconds.
Uptime is calculated from the start time.
TPS are cached every 5 seconds.
Uptime is calculated from the start time.