Menu
API (v2)
Services
- Destinations
- Locations
- Routes
- Service Advisories
- Statuses
- Stop Features
- Stop Schedules
- Stops
- Streets
- System Messages
- Trip Planner
- Variants
Other versions
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.
|
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. |
usage |
The style of names to return.
|
---|
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. |