Directions Count Speed Summary

Returns a summary history of vehicle counts and speeds by lane directions for the specified item ID.

Author
Platforma Invipo

Format
API JSON

License
Open Database License (ODbL)

Last modified
28. 4. 2026

Request

POST https://opendata.zilina.sk/api/datasets/v2/traffic-counters/directions-count-speed-summary

Parameters

{
  "itemId": "5dc42d90b966ca0001090ec4"
}

Answer

[
  {
    "direction": "Budapest direction",
    "sum": 233,
    "speed": 345
  },
  {
    "direction": "Segedín direction",
    "sum": 456,
    "speed": 900
  }
]
Datasets user guide