Service Advisories API
Shows any service advisories currently in effect at Transit.
Valid URL Parameters
priority |
Only shows service advisories of this priority or higher (where 1 is high, and 5 is low).
|
---|
category |
Only shows service advisories of this category.
-
all:
Show global advisories only (ie. ones which affect all services).
-
handi-transit:
Show advisories which affect Handi-Transit services, including global advisories.
-
transit:
Show 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?category=handi-transit&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 |
Service advisories belong to a category: transit, or handi-transit. Advisories with the category "all" apply to both.
|
---|
updated-at |
Timestamp of when the advisory was last updated.
|
---|