List of parking lots with current occupancy (XML)

The dataset provides an overview of public parking lots in the city, including their location, type, capacity, current occupancy, supported payment methods, availability for LPG vehicles, tariff conditions, and historical occupancy throughout the day. The data can be used for driver navigation, parking planning, and parking capacity utilization analysis. Current data in graphical form as well as the display of parking lots on the map can be found on the public portal.

Author
Platforma Invipo

Format
XML

License
Open Database License (ODbL)

Last modified
26. 3. 2026

Request

GET https://opendata.zilina.sk/api/datasets/v1/city-dashboard/parking/list?outputType=xml

Parameters

-
The dataset has no input parameters.


USER GUIDE

Detailed instructions for querying datasets are available here.

Answer

[
  {
    "id": "67b5e8c335c59400017efe4b",
    "name": "Antona Bernoláka",
    "provider": {
      "name": "Mesto Žilina"
    },
    "lat": 49.21805180522654,
    "lng": 18.74079667765875,
    "area": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            18.740720628549184,
            49.21711505344604
          ],
          [
            18.741154048032854,
            49.21714336415812
          ],
          [
            18.740974488532657,
            49.218704472606305
          ],
          ...
        ]
      ]
    },
    "parkingLots": [],
    "type": "offstreet",
    "paid": true,
    "occupancy": {
      "overall": {
        "total": 62,
        "free": 23
      },
      "grouped": [
        {
          "permit": "DisabledPermit",
          "total": 2,
          "free": 1
        },
        {
          "permit": "MotoPermit",
          "total": 9,
          "free": 9
        }
      ]
    },
    "payments": [
      "Card",
      "Sms",
      "Mobile"
    ],
    "accessibility": {
      "lpg": true
    },
    "capacity": {
      "total": 62
    },
    "public": {
      "streetView": {
        "disabled": false,
        "position": {
          "type": "Point",
          "coordinates": [
            18.7411756,
            49.2170525
          ]
        },
        "heading": 320,
        "pitch": 8
      }
    },
    "tariffs": [
      {
        "dayofWeek": [
          "Monday",
          "Tuesday",
          "Wednesday",
          "Thursday"
        ],
        "items": [
          {
            "from": "08:00",
            "to": "20:00",
            "unit": "hour",
            "currency": "EUR",
            "value": "0.80"
          }
        ],
        "note": "priceWithSms1eur"
      }
    ],
    "devices": [
      {
        "name": "Parkomat č. 42, Ulica Antona Bernoláka",
        "id": 3,
        "type": "PaymentTerminal",
        "position": {
          "type": "Point",
          "coordinates": [
            18.741045,
            49.218179
          ]
        }
      }
    ],
    "history": {
      "last24": [
        {
          "hour": 8,
          "value": 70
        },
        {
          "hour": 9,
          "value": 66
        },
        {
          "hour": 10,
          "value": 61
        },
        ...
      ],
      "workingDays": [
        {
          "hour": 8,
          "value": 60
        },
        {
          "hour": 9,
          "value": 61
        },
        {
          "hour": 10,
          "value": 62
        },
        ...
      ],
      "nonWorkingDays": [
        {
          "hour": 8,
          "value": 48
        },
        {
          "hour": 9,
          "value": 54
        },
        {
          "hour": 10,
          "value": 58
        },
        ...
      ]
    }
  }
]
The dataset has no input parameters.


USER GUIDE

Detailed instructions for querying datasets are available here.

Datasets user guide