Parking system vehicle statistics

This dataset provides statistical information about vehicle parking duration within a parking system. 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-system-vehicle-stats

Parameters

{
  "id": "string",
  "from": "ISODate",
  "to": "ISODate"
}
id (string) – Parking system identifier.
from (string) – Start of the monitored period.
to (string) – End of the monitored period.

Answer

[
  {
    "from": "2026-04-28T12:00:00.000Z",
    "to": "2026-04-28T13:00:00.000Z",
    "average": 0,
    "median": 0,
    "quantile": {
      "10": 0,
      "90": 0
    }
  },
  {
    "from": "2026-04-28T13:00:00.000Z",
    "to": "2026-04-28T14:00:00.000Z",
    "average": 0,
    "median": 0,
    "quantile": {
      "10": 0,
      "90": 0
    }
  }
]
average (number) – Average parking duration.
median (number) – Median parking duration.
quantile (object) – Distribution of durations.