Kontrolní měření teplených ostrovů Olomouc
Záznamy kontrolních měření Olomouc
Select File by Date
Files for Download
There are no files available for this view yet.
Live 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/manual-measurmetn-enclod-olomouc/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));