Check the health and status of the location service
| Status | Description |
|---|---|
healthy | Service is operating normally |
degraded | Service is operational but experiencing issues |
unhealthy | Service is not operational |
| Field | Type | Description |
|---|---|---|
status | string | Overall service health status |
version | string | API version |
timestamp | string | Current server time (ISO 8601) |
checks.database.status | string | Database health status |
checks.database.responseTime | number | Database response time in ms |
checks.cache.status | string | Cache health status |
checks.cache.hitRate | number | Cache hit rate (0-1) |
checks.dataFreshness.status | string | Data freshness status |
checks.dataFreshness.lastUpdate | string | Last data update timestamp |
checks.dataFreshness.nextUpdate | string | Next scheduled update |
metrics.totalStreets | number | Total streets in database |
metrics.averageResponseTime | number | Average response time in ms |
metrics.uptime | number | Service uptime percentage |