Health
Liveness, uptime and a one-line feed summary.
GET
/health entities is the sum of vehicles, trip updates and alerts currently loaded — if it reads 0, the data directory failed to load and every other endpoint will be empty. uptime is the server process's, in seconds, and says nothing about how fresh the data is; for that, read feedTimestamp.
Try it
Runs from your browser against the API in .
Run this in your terminal
curl equivalent
Response
A bare object — no data envelope.
curl "$API_BASE/health" {
"status": "ok",
"feed": {
"loadedAt": "2026-08-07T12:01:42.748Z",
"files": 3,
"entities": 2227
}
}