v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
Health

Basic health check

Check if the API is running

get/api/health

Response

API is healthy

statusstring

Health status of the API

timestampstring date-time

Current server time

uptimenumber

Server uptime in seconds

versionstring

API version

Example response

{
  "status": "ok"
}