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.
Note on API Limits: To ensure fair use, API access is rate-limited. Authenticated users with an API token have significantly higher limits.
Use one of these headers:
Authorization: Bearer <TOKEN>,
Authorization: Api-Key <TOKEN>,
Authorization: JWT <TOKEN>,
Authorization: Token <TOKEN>
or
X-API-Key: <TOKEN>.
For public views, requests with a valid token use authenticated limits; requests without or with an invalid token use anonymous limits.
AI Manifest:
A machine-readable JSON-LD catalog for AI tools is available at
https://iot.citiq.cloud/portal/api/v2/docs/manifest/.
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));