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

Service Advisories API

Returns any service advisories currently in effect at Winnipeg Transit.

Valid URL Parameters

priority Only return advisories of this priority or higher (where 1 is high, and 5 is low).
category Only return service advisories of this category.
  • all: Return only global advisories
  • transit: Return advisories for fixed route transit service. Includes global advisories.
max-age Only return advisories newer than max-age days. Includes advisories created or updated since max-age days ago.
limit The maximum number of advisories to return.
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

  • service-advisories/96
  • service-advisories/NaN

Filter

  • service-advisories
  • service-advisories?priority=2
  • service-advisories?limit=3
  • service-advisories?max-age=30

Wildcard

  • service-advisories:
  • service-advisories:go

Explore the API

Login to explore the Service Advisories API.

Noteworthy Results

priority A numerical indicator of how urgent the advisory is. The lower the number, the more urgent it is.
title The title of the advisory.
body The content of the advisory.
category The type of advisory. 'transit' for fixed route service, or 'all' for global advisories.
updated-at Timestamp of when the advisory was last updated.