Traffic Debrecen - EnCLOD

The EnCLOD project seeks to raise awareness and deepen the knowledge of policy makers, decision-makers and the general public across Central Europe about the transformative potential of Open Data (OD) and the Internet of Things (IoT) in enhancing territorial governance. Debrecen will join the project with public transport development, in order to meet the transport challenges of fast developing European cities. The EnCLOD project will provide automatic traffic measurement in specific zones of Debrecen, to obtain valuable data for the implementation of effective traffic management measures. A total of 42 sensors will be installed and the open data will be available through a web-based management interface to be developed within the project.

Refreshes every 1 hour Public (no authentication needed) Time Series Aggregations

Time Series Parameters

This endpoint supports dynamic time range queries. The aggregation settings are fixed.

  • start: Start of the time range (e.g., '-7d').
  • stop: End of the time range (e.g., 'now()').
  • Fixed Aggregation Window1d
  • Fixed Aggregation Functionsum

Build Your Query
Use default tags or choose your own grouping.

Select which measurements to include in the query. By default, all are selected.

Generated API Query URL
Open Generated Query In

Usage Examples

Here is how you can access the data programmatically.

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

response = requests.get("https://iot.citiq.cloud/portal/api/v2/view/traffic-debrecen-enclod/")
print(response.json())
fetch("https://iot.citiq.cloud/portal/api/v2/view/traffic-debrecen-enclod/")
  .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
gate_increment_value Gate increment INTEGER Not defined
gate_len0_speed2_increment cars 30-60km/h INTEGER Not defined
gate_len0_speed1_increment cars <30km/h INTEGER Not defined
gate_len0_speed3_increment cars >60km/h INTEGER Not defined
gate_len0_speed0_increment cars opposite INTEGER Not defined
gate_len2_speed1_increment trucks 0-30km/h INTEGER Not defined
gate_len2_speed2_increment trucks 30-60km/h INTEGER Not defined
gate_len2_speed3_increment trucks >60km/h INTEGER Not defined
gate_len2_speed0_increment trucks opposite INTEGER Not defined
gate_len3_increment uncategorized INTEGER Not defined
gate_len1_speed2_increment vans 30-60km/h INTEGER Not defined
gate_len1_speed1_increment vans <30km/h INTEGER Not defined
gate_len1_speed3_increment vans >60km/h INTEGER Not defined
gate_len1_speed0_increment vans opposite INTEGER Not defined