Health

Feed liveness and freshness.

GET /api/v1/health

Reports whether the feed is live and how fresh the snapshot is.

Request

curl https://upcuit.com/api/v1/health

Response

200 OK

{
  "api_version": 1,
  "healthy": true,
  "has_snapshot": true,
  "data_age_ms": 2000,
  "last_error_at": null
}