Detectors

Returns the sum of vehicles by interval, sensor, class and lane.

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/detectors

Parameters

{
  "itemId": "5c61df8bffc6040001d321e8",
  "from": "2019-09-26T22:00:00.000Z",
  "interval": 15,
  "to": "2019-09-27T21:59:59.999Z",
  "lane": 1
}

Answer

[
  {
    "itemId": "5c61df8bffc6040001d321e8",
    "count": 5,
    "speed": 56,
    "classes": [
      {
        "class": 4,
        "count": 2,
        "speed": 51,
        "lanes": [
          {
            "lane": 1,
            "count": 2,
            "speed": 51
          }
        ]
      }
    ],
    "timestamp": "2019-09-26T22:00:00.000Z"
  }
]
Datasets user guide