You are viewing information on version v1 of the Winnipeg Transit Open Data Web Service API.
This version has been decommissioned

API (v1)

Services

Other versions

Routes API

A route is a named and numbered pattern of service that covers a certain geographic area with a consistent method of service delivery.

Valid URL Parameters

stop Only return routes passing through this stop
Common parameters:
usage The style of names to return.
  • long: Yields more verbose names.
  • short: Yields terser names.

Examples

Login to see sample results.

Identity

  • routes/16
  • routes/18
  • routes/faux-route

Filter

  • routes
  • routes?stop=10066

Wildcard

  • routes:16
  • routes:

Explore the API

Login to explore the Routes API.

Noteworthy Results

key A unique identifier for this route.
number The route number
name The route name. See the usage parameter for formatting options.
customer-type The type of service provided by this route. Will be one of 'regular', 'industrial', 'school', 'charter' or 'work'.
coverage Categorization of how fully a route services stops along it's segments. Can be one of 'regular' (services all stops), 'express' (services select stops in express segments) and 'super express' (services no stops in express segments).
variants A route has many variants, but variants are only included as stubs. xlink:href attributes point to the service which can be called for more info.