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"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.