Skip to main content
This endpoint is free and does not require authentication.

Response (200 — Healthy)

status
string
"healthy"
db
string
"connected"
version
string
API version.
timestamp
string
ISO 8601 timestamp.

Response (503 — Unhealthy)

Same response shape, but with degraded values:
status
string
"unhealthy"
db
string
"disconnected"
A 503 response means the database is unreachable. The health check has a 2-second timeout.

Example

{
  "status": "healthy",
  "db": "connected",
  "version": "1.0.0",
  "timestamp": "2025-01-15T10:30:00Z"
}