Traffic Detector Loads (every 10 minutes) (CSV)

This dataset provides detailed traffic load data recorded by individual traffic detectors in 10-minute intervals. It includes information on the number of vehicles passing through various detectors during the specified time period. The data can be used for traffic flow analysis, monitoring congestion, and planning traffic control measures.

Author
Platforma Invipo

Format
CSV

License
Open Database License (ODbL)

Last modified
26. 3. 2026

Request

GET https://opendata.zilina.sk/api/datasets/v2/traffic-control/reports/loads?outputType=csv

Parameters

{
  "dataFrom": "2022-12-25T10:51:20.516Z",
  "dataTo": "2022-12-29T11:51:20.516Z",
  "from": 420,
  "to": 450,
  "itemId": "611a65374203550001c13789"
}
dataFrom (string, required, ISO 8601 format) – Start time of the requested interval. Example: "2022-12-25T10:51:20.516Z".
dataTo (string, required, ISO 8601 format) – End time of the requested interval. Example: "2022-12-29T11:51:20.516Z".
from (number, optional) – Start minute of the day (e.g., 420 means 07:00).
to (number, optional) – End minute of the day (e.g., 450 means 07:30).
itemId (string, required) – Identifier of the monitored object.


USER GUIDE

Detailed instructions for querying datasets are available here.

Answer

Datasets user guide