Obsazenost sídliště Hájik

Obsazenost sídliště Hájik (Žilina, SK) v hodinových intervalech. Deklarovaná kapacita sídliště - 2250 (Referátu parkovaniana) Noční průzkum zaparkovaných vozidel - 2552 (UNIZA 2019)


Select File by Date

Choose a date to find the relevant file for that period.

No file found for the selected date.

Files for Download



Usage Examples

Here is how you can access the data programmatically.

Query by Date

To get a file for a specific date, you can use the following query structure:

https://iot.citiq.cloud/portal/api/v2/view/occupancy_hajik/file-by-date/?date=YYYY-MM-DD
curl -X GET "#"
import requests

response = requests.get("#")
print(response.json())
fetch("#")
  .then(response => response.json())
  .then(data => console.log(data));