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

API (v2)

Services

Other versions

Streets API

Physical streets in the city.

Valid URL Parameters

name The name of the street to match.
type The street type (eg. st, ave).
leg The street leg. This is used to differentiate disparate sections of a roadway. (eg. N, S, E, W)
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

  • streets/2715?usage=short
  • streets/invalid
  • streets/123456789

Filter

  • streets?name=portage
  • streets?name=mulvey
  • streets?name=mulvey&leg=e

Wildcard

  • streets:pem
  • streets:St+Vital
  • streets:

Explore the API

Login to explore the Streets API.

Noteworthy Results

key A unique identifier for this street.
name The street name. See the usage parameter for formatting options.
type The type of a street (eg. Street, Avenue, ...). Only displayed if the feature has a type.
leg A value which differentiates disparate sections of a roadway (eg. N, S, E, W). Only displayed if the street has a leg.