Returns all Areas in the system.
GET /api/areas HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/jsonNo parameters
None
Collection of Area
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Price | Pricing information | String | None | 
| TicketUrl | URL for buying the ticket online | String | None | 
| SubAreaEventCount | Number of events in a sub area belonging to the area | Integer | None | 
| SubAreaOccationCount | Number of event occations in a sub area belonging to the area | Integer | None | 
| ID | Area ID | Integer | None | 
| Name | Area name (short) | String | None | 
| FullName | Full name of the area | String | None | 
| Color | HTML color code | String | None | 
| Location | Location name (if the area only consist of one location) | String | None | 
| Address | Address from the location (if the area only consist of one location) | String | None | 
| Info | Short description | Translatable | None | 
| ExternalUrl | External URL for more information about the area | String | None | 
| EventCount | Number of events in the area | Integer | None | 
| OccationCount | Number of event occations in the area | Integer | None | 
| Days | The days when events take place in the area | Collection of AreaDay | None | 
| Streams | Streams from the area that can be viewed online (if the area only consist of one location) | Collection of Stream | None | 
application/json (.json) 
                         text/json 
                 [
  {
    "id": 3,
    "name": "sample string 4",
    "fullName": "sample string 5",
    "color": "sample string 6",
    "location": "sample string 7",
    "address": "sample string 8",
    "info": {
      "en": "english string 9",
      "sv": "swedish string 9"
    },
    "externalUrl": "sample string 10",
    "eventCount": 1,
    "occationCount": 1,
    "price": "sample string 1",
    "ticketUrl": "sample string 2",
    "subAreaEventCount": 1,
    "subAreaOccationCount": 1,
    "days": [
      {
        "date": "2025-10-01",
        "name": "onsdag 1 oktober",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "openTimeSpan": "00:00–00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "ticketOpenTimespan": "00:00–00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      },
      {
        "date": "2025-10-01",
        "name": "onsdag 1 oktober",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "openTimeSpan": "00:00–00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "ticketOpenTimespan": "00:00–00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      }
    ],
    "streams": [
      {
        "name": "sample string 1",
        "url": "sample string 2",
        "source": 0
      },
      {
        "name": "sample string 1",
        "url": "sample string 2",
        "source": 0
      }
    ]
  },
  {
    "id": 3,
    "name": "sample string 4",
    "fullName": "sample string 5",
    "color": "sample string 6",
    "location": "sample string 7",
    "address": "sample string 8",
    "info": {
      "en": "english string 9",
      "sv": "swedish string 9"
    },
    "externalUrl": "sample string 10",
    "eventCount": 1,
    "occationCount": 1,
    "price": "sample string 1",
    "ticketUrl": "sample string 2",
    "subAreaEventCount": 1,
    "subAreaOccationCount": 1,
    "days": [
      {
        "date": "2025-10-01",
        "name": "onsdag 1 oktober",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "openTimeSpan": "00:00–00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "ticketOpenTimespan": "00:00–00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      },
      {
        "date": "2025-10-01",
        "name": "onsdag 1 oktober",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "openTimeSpan": "00:00–00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "ticketOpenTimespan": "00:00–00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      }
    ],
    "streams": [
      {
        "name": "sample string 1",
        "url": "sample string 2",
        "source": 0
      },
      {
        "name": "sample string 1",
        "url": "sample string 2",
        "source": 0
      }
    ]
  }
]