Skip to main content

RouteHealth

okboolean

True if the Valhalla routing engine is reachable.

Example: true
extract_datestring<date>

Date the OSM tile extract was built (YYYY-MM-DD). Empty if unavailable.

Example: 2026-05-11
messagestring

Error message when ok=false.

Example: dial tcp: connection refused
RouteHealth
{
"ok": true,
"extract_date": "2026-05-11",
"message": "dial tcp: connection refused"
}