Požiadavka
GET https://opendata.zilina.sk/api/datasets/v1/city-dashboard/parking/list?outputType=xml
Parametre
-
Dataset nemá žiadne vstupné parametre.
NÁVOD
Podrobný návod na dopytovanie datasetov nájdete tu.
Odpoveď
[
{
"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
},
...
]
}
}
]