Lanes

Returns the sum of vehicles by lanes and classes within a specified time range.

Author
Platforma Invipo

Format
API JSON

License
Open Database License (ODbL)

Last modified
28. 4. 2026

Request

POST https://opendata.zilina.sk/api/datasets/v1/traffic-counters/statistics/lanes

Parameters

{
  "from": "2019-08-01T00:00:00.000Z",
  "itemId": "5c61d25effc6040001d1c88b",
  "to": "2019-09-01T00:00:00.000Z"
}

Answer

[
  {
    "count": 26641,
    "timestamp": "2019-08-01T00:00:00.000Z"
  }
]
Datasets user guide