Holidays API
Returns the dates where Winnipeg Transit is running different service on holidays
Valid URL Parameters
Common parameters:
usage |
The style of names to return.
-
long:
The default, yields more verbose names.
-
short:
Yields terser names.
|
---|
json-camel-case |
Return camelCase keys when returning data in JSON format.
-
false:
The default, legacy behaviour. Returns hyphenated keys like 'stop-schedule' or 'effective-to'
-
true:
Returns camelCase keys like 'stopSchedule' or 'effectiveTo'.
|
---|
Examples
Login
to see sample results.
Explore the API
Login
to explore the Holidays API.
Noteworthy Results
holiday/date |
The date of this holiday
|
---|
holiday/description |
Typically the name of the holiday, e.g., Christmas Day or Victoria Day
|
---|
holiday/schedule-type |
The "schedule type" that will be running on this day. Returns one of Weekday, Saturday, Sunday, or Holiday
|
---|