Parking occupancy summary

This dataset provides a summary of parking occupancy across all monitored parking spaces. It returns the number of free, occupied, and unknown parking spaces. 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
API JSON

License
Open Database License (ODbL)

Last modified
4. 5. 2026

Request

POST https://trnavadata.invipo.cloud/api/datasets/v1/parking/statistics/parking-occupancy-summary

Parameters

{}
The dataset does not require any input parameters.

Answer

{  
  "free": 38,
  "occupied": 24,
  "unknown": 0
}
free (number) – Number of available parking spaces.
occupied (number) – Number of occupied parking spaces.
unknown (number) – Number of parking spaces with unknown status.