Port 5550

HytaleAdminAPI Documentation

Complete REST API for managing and monitoring Hytale servers

48
Endpoints
17
Handler
REST
Architecture
JSON
Format

Quick Start

Test the API with a simple status check:

curl http://localhost:5550/api/status

Response:

{
  "status": "online",
  "players": { "online": 12, "max": 50 },
  "tps": 20.0,
  "uptime": "2h 15m 30s",
  "version": "0.3.1"
}

API Reference

Guides