Skip to main content

GET /health

Returns server status. No authentication required.

Response

status
string
"ok" when the server is running.
version
string
API version string.
uptime
number
Seconds since last restart.
requests
number
Total requests served since startup.
cacheHits
number
Number of responses served from cache.
cacheSize
number
Current number of entries in the in-memory cache.
Use /health for uptime monitoring. The endpoint never requires an API key, so it is safe to call from probes that have no credentials.
Last modified on June 29, 2026