Gov Open511
Connector for the gov-open511 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.open511.gov.bc.ca - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_areas— GET /areas — Lists the geographical areas (e.g. districts) that can be used to filter events.get_events— GET /events — Lists road eventsget_jurisdiction— GET /jurisdiction — Lists the jurisdictions publishing data through this Open511 API implementationget_jurisdictiongeography— GET /jurisdictiongeography — Provides the geographical boundaries for all the jurisdictions.
Inputs
apiKey— your gov-open511 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_areas
apiKey: <your key>