List of cyclist counters with count history (XML)

This dataset provides a list of automatic bicycle counters in the city of Žilina, including their location, name, provider, and historical data on the number of bicycle trips over the last 7 and 30 days. The data can be used to analyze bicycle traffic intensity, track trends, and support cycling infrastructure planning. Graphical data visualization as well as the display of device locations on the map can be found on the public portal.

Author
Platforma Invipo

Format
XML

License
Open Database License (ODbL)

Last modified
26. 3. 2026

Request

GET https://opendata.zilina.sk/api/datasets/v1/city-dashboard/bicycles/list?outputType=xml

Parameters

{
  "classType": "bike"
}
classType (string, required) – The type of objects to include in the result. For this dataset, the value "bike" is used, which indicates cyclist counters.


USER GUIDE

Detailed instructions for querying datasets are available here.

Answer

[
  {
    "history": {
      "countLast7Days": 1158,
      "last7Days": [
        {
          "count": 172,
          "temperatures": {
            "day": 4,
            "night": -1
          },
          "timestamp": "2026-02-03T23:00:00.000Z"
        },
        {
          "count": 177,
          "temperatures": {
            "day": 7,
            "night": 1
          },
          "timestamp": "2026-02-04T23:00:00.000Z"
        },
        ...,
        {
          "count": 202,
          "temperatures": {
            "day": 6,
            "night": 2
          },
          "timestamp": "2026-02-09T23:00:00.000Z"
        }
      ],
      "last30Days": [
        {
          "count": 26,
          "timestamp": "2026-01-11T23:00:00.000Z"
        },
        ...,
        {
          "count": 202,
          "timestamp": "2026-02-09T23:00:00.000Z"
        }
      ]
    },
    "lat": 49.212345,
    "lng": 18.75272,
    "name": "CYC_Vysokoškolákov",
    "id": "69452d631155360001f5d5d5",
    "provider": "Ecocounter"
  },
  {
    "history": {
      "countLast7Days": 596,
      "last7Days": [
        {
          "count": 89,
          "temperatures": {
            "day": 4,
            "night": -1
          },
          "timestamp": "2026-02-03T23:00:00.000Z"
        },
        ...,
        {
          "count": 106,
          "temperatures": {
            "day": 6,
            "night": 2
          },
          "timestamp": "2026-02-09T23:00:00.000Z"
        }
      ],
      "last30Days": [
        {
          "count": 46,
          "timestamp": "2026-01-11T23:00:00.000Z"
        },
        ...,
        {
          "count": 106,
          "timestamp": "2026-02-09T23:00:00.000Z"
        }
      ]
    },
    "lat": 49.21369,
    "lng": 18.76122,
    "name": "CYC_Hlboká",
    "id": "69452d631155360001f5d5e1",
    "provider": "Ecocounter"
  }
]
Datasets user guide