Cesky Krumlov - Parking API

Managed by Zoosh Solutions s.r.o.

API Description

This API provides information related to the parking system in Cesky Krumlov.

Endpoint: Get Availability Information v1

Endpoint: GET api.ckrumlov.zparking.cz/v1/availability-info

Description: This endpoint retrieves information about car park availability.

Request Parameters

This endpoint doesn't require any request parameters.

Response

The response is a JSON object with a timestamp and an array of car park information.

The top-level object has the following properties:

Each item in the car_parks array represents a car park and has the following properties:

Example Response

    {
        "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
            }
        ]
    }
    

Contact Information

For any technical issues, contact us at service@zoosh.cz