Returns all Days in the system.
GET /api/days HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json
No parameters
None
Collection of Day
| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | The date the day represents | Date | None |
| Name | Name of the day, including date | String | None |
| ShortName | The week day name | String | None |
| OccationCount | Number of event occations taking place this day | Integer | None |
application/json (.json)
text/json
[
{
"date": "2025-11-16",
"name": "söndag 16 november",
"shortName": "söndag",
"occationCount": 2
},
{
"date": "2025-11-16",
"name": "söndag 16 november",
"shortName": "söndag",
"occationCount": 2
}
]