Passport přechodů - Žilina
Select File by Date
Files for Download
Passport přechodů 25.3.2026
Static File / Metadata
Uploaded: 25.03.2026 | Size: 468.7 KB | Format: GEOJSONPassport přechodů 25.3.2026
Static File / Metadata
Uploaded: 25.03.2026 | Size: 63.1 KB | Format: CSVPriechody Žilina - základné parametre
Static File / Metadata
Uploaded: 25.03.2026 | Size: unavailable | Format: KMLPriechody Žilina - základné parametre (xlsx)
Static File / Metadata
Uploaded: 25.03.2026 | Size: unavailable | Format: XLSXLive API Endpoint
You can use this link to programmatically download the latest available file.
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/crosswalks-zilina_2026/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));