Returns all Days in the system.

GET /api/days HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json

Request Information

Path Parameters

No parameters

Body Parameters

None


Response Information

Resource Description

Collection of Day

Name Description
Date The date the day represents
Name Name of the day, including date
ShortName The week day name
OccationCount Number of event occations taking place this day

Response Formats

application/json (.json) text/json
[
  {
    "date": "2024-07-27",
    "name": "lördag 27 juli",
    "shortName": "lördag",
    "occationCount": 2
  },
  {
    "date": "2024-07-27",
    "name": "lördag 27 juli",
    "shortName": "lördag",
    "occationCount": 2
  }
]