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

API (v4)

Services

Other versions

Destinations API

Returns destinations for the requested variant. These destinations are important landmarks which buses on the variant will pass.

New in v4

Stops, routes, trips, variants, and destinations services will have the concept of effective times:

  • effective-from and effective-to attributes on results from these services
  • effective-on query parameter accepted by these services

The effective attributes represent the time frame that the results are valid. They indicate when a piece of service begins and ends operating. Effective time ranges will correspond with Winnipeg Transit’s seasonal schedule changes. They will help you determine what service is new and what is ending when the Primary Transit Network launches on June 29, 2025. This includes identifying new stops and routes introduced by the network. It will also help in determining which routes will no longer be in service.

Different effective periods do not necessarily mean a major change in services. The BLUE route will continue to be in service after June 29, 2025 and will operate similarly to before that date. There may be some variability in service on the same route or at the same stop between effective periods. For example, an existing route may visit a new stop. Or an existing stop may be visited by a route that did not service it before.

Visit winnipeg.ca for more information about the new Primary Transit Network and its Feeder routes.

Valid URL Parameters

effective-on Required to fetch the correct variant to get its destinations.
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

  • variants/16-1-K/destinations
  • variants/17-1-G/destinations?usage=long

Explore the API

Login to explore the Destinations API.

Noteworthy Results

key A unique identifier for this destination.
name The destination name. See the usage parameter for formatting options.