API ReferenceSystem
Health check
Returns the current health status of the API. When called with a municipality slug, includes the municipality name.
Path Parameters
municipality*string
Municipality slug (e.g., "view-royal")
Default
"view-royal"Response Body
application/json
curl -X GET "https://viewroyal.ai/api/v1/view-royal/health"{
"status": "ok",
"municipality": "string",
"timestamp": "string"
}