Interactive Demo
Run the API without leaving the docs.
Switch between public endpoints, try real player queries, and inspect the exact request and response shape before you integrate it.
GET
/healthHealth Check
Returns the current service health for database, Redis, storage configuration, and version.
Request builderReady
Request
GET https://util.axolite.app/healthResponse
{
"status": "ready"
}Code example
curl "https://util.axolite.app/health"