Surrey Open511
Connector for the surrey-open511 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://data.surrey.ca/open511 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_areas— GET /areas — Provides the geographical boundaries for all the jurisdictions.get_events— GET /events — Provides real time traffic obstruction events. The event resource provides infoget_jurisdiction— GET /jurisdiction — Lists the jurisdictions publishing data through this Open511 API implementation.get_jurisdictiongeography— GET /jurisdictiongeography — Provides the geographical boundaries for all the jurisdictions.
Inputs
apiKey— your surrey-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>