Returns all Areas in the system.

GET /api/areas 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 Area

Name Description
Price Pricing information
TicketUrl URL for buying the ticket online
SubAreaEventCount Number of events in a sub area belonging to the area
SubAreaOccationCount Number of event occations in a sub area belonging to the area
ID Area ID
Name Area name (short)
FullName Full name of the area
Color HTML color code
Location Location name (if the area only consist of one location)
Address Address from the location (if the area only consist of one location)
Info Short description
ExternalUrl External URL for more information about the area
EventCount Number of events in the area
OccationCount Number of event occations in the area
Days The days when events take place in the area
Streams Streams from the area that can be viewed online (if the area only consist of one location)

Response Formats

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": "2024-04-03",
        "name": "onsdag 3 april",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      },
      {
        "date": "2024-04-03",
        "name": "onsdag 3 april",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "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": "2024-04-03",
        "name": "onsdag 3 april",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "00:00:00",
        "title": "sample string 2",
        "priceInfo": "sample string 3",
        "occationCount": 4
      },
      {
        "date": "2024-04-03",
        "name": "onsdag 3 april",
        "opens": "00:00:00",
        "closes": "00:00:00",
        "ticketOpens": "00:00:00",
        "ticketCloses": "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
      }
    ]
  }
]