Measurements
Important Notes
When selecting an aggregation, there are currently three options:
''(empty string) means there won't be any aggregationhourwill take the hourly aggregation as averagedaywill take daily aggregation as average.
If no aggregation is selected ('' empty string), the calculation of grades from 1-6 is not possible for ALL indicators, including aqi, as there is no scientific basis to grade this data on.
For other aggregation types (hour or day), the calculation of grades is included for all indicators except t and rh.
The API now supports timezone-based daily aggregation for sensor measurements. This feature allows clients to request data aggregated according to a specific timezone's day boundaries, rather than being limited to UTC.
How It Works
When requesting daily aggregated data, you can now specify a timezone parameter to define which timezone's day
boundaries should be used for aggregation. The system will:
- Use hourly data as the source for daily aggregation
- Group the hourly data by day according to the specified timezone
- Calculate daily averages based on these timezone-specific day boundaries
- Return the aggregated data with timestamps at midnight in the specified timezone
The timezone parameter only affects daily aggregation (aggregation=day). All timestamps in the response are still in UTC format, but they represent midnight in the specified timezone.
📄️ List historic measurements
Returns a list of measurements for an existing sensor for the given period.
📄️ List latest measurements
Retrieves the latest measurements of an existing sensor.
📄️ List all measurements
Returns a list of the latest measurements for all the sensors that your account has access to.