Location List
API endpoint for location data including contact info and opening hours.
GET /locations/?format=api
[
{
"id": 1,
"name": "Toronto",
"phone": "(416) 531-1601",
"email": "",
"city": "Toronto",
"street": "125 Ossington Ave",
"province": "Ontario",
"code": "M6J 2Z2",
"addressDescription": "Find us at Ossington and Argyle just north of Queen Street West",
"hourDescription": "Open Christmas day and Boxing day",
"hours": [
{
"id": 1,
"day": "Monday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
},
{
"id": 2,
"day": "Tuesday",
"start": "11:00:00",
"end": "21:00:00",
"closed": true
},
{
"id": 3,
"day": "Wednesday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
},
{
"id": 4,
"day": "Thursday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
},
{
"id": 5,
"day": "Friday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
},
{
"id": 6,
"day": "Saturday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
},
{
"id": 7,
"day": "Sunday",
"start": "11:00:00",
"end": "21:00:00",
"closed": false
}
]
}
]