You are viewing information on version v4 of the Winnipeg Transit Open Data Web Service API.

API (v4)

Services

Other versions

Statuses API

Shows the current statuses of Transit services.

Valid URL Parameters

Common parameters:
usage The style of names to return.
  • long: The default, yields more verbose names.
  • short: Yields terser names.
json-camel-case Return camelCase keys when returning data in JSON format.
  • false: The default, legacy behaviour. Returns hyphenated keys like 'stop-schedule' or 'effective-to'
  • true: Returns camelCase keys like 'stopSchedule' or 'effectiveTo'.

Examples

Login to see sample results.

Identity

  • statuses/schedule
  • statuses/invalid

Filter

  • statuses

Explore the API

Login to explore the Statuses API.

Noteworthy Results

name The name of the service
value The value of the service's status
message A message that describes the statuses meaning in user-friendly terms
description A description of what the status describes
updated-at Timestamp of when the status was last updated or checked.