Managed by Zoosh Solutions s.r.o.
This API provides information related to the parking system in Cesky Krumlov.
Endpoint: GET api.ckrumlov.zparking.cz/v1/availability-info
Description: This endpoint retrieves information about car park availability.
This endpoint doesn't require any request parameters.
The response is a JSON object with a timestamp and an array of car park information.
The top-level object has the following properties:
time: (string) The time at which the information was retrieved, in UTC.car_parks: (array) A list of car park information.Each item in the car_parks array represents a car park and has the following properties:
car_park_name: (string) The name of the car park.car_park_id: (integer) The numeric ID of the car park.available_spaces: (integer) The number of currently available parking spaces in give car park.
{
"time": "2023-08-02T12:00:00Z",
"car_parks": [
{
"car_park_name": "Lot A",
"car_park_id": 1,
"available_spaces": 10
},
{
"car_park_name": "Lot B",
"car_park_id": 2,
"available_spaces": 50
}
]
}
For any technical issues, contact us at service@zoosh.cz