Orlová - Traffic counting

Api view for traffic sensors in Orlová

Refreshes every 15 minutes Public (no authentication needed) Last Value



Usage Examples

Here is how you can access the data programmatically.

curl -X GET "https://iot.citiq.cloud/portal/api/v2/view/orlova-traffic-counting/"
import requests

response = requests.get("https://iot.citiq.cloud/portal/api/v2/view/orlova-traffic-counting/")
print(response.json())
fetch("https://iot.citiq.cloud/portal/api/v2/view/orlova-traffic-counting/")
  .then(response => response.json())
  .then(data => console.log(data));

Try It Out

Click the button to see a live JSON response from this API endpoint.

Available Operational Metrics

The `operational_data` array in the API response will contain objects with the following structure, based on the metrics you configured for this view.

Field Key Description Unit
No operational metrics have been configured for this view.

Available Measurements

The table below describes the measurements available in this view. For complete metadata, including units, icons, and value ranges, please refer to the metadata endpoint.

Field Key Description Data Type Value Range
No measurements have been configured for this view.