Service Advisories API
Returns any service advisories currently in effect at Winnipeg Transit.
Valid URL Parameters
priority |
Only return service advisories of this priority or higher (where 1 is high, and 5 is low).
|
---|
category |
Only return service advisories of this category.
-
all:
Return global advisories only (ie. ones which affect all services).
-
transit:
Return advisories which affect Transit services, including global advisories.
|
---|
max-age |
Only show advisories created or updated in the last N days.
|
---|
limit |
Only show the top N service advisories -- no more than the given limit.
|
---|
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 |
A title ascribed to 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.
|
---|