Air Quality Monitoring API

This section describes the SaveEcoBot air quality monitoring API: platforms, cities, monitoring stations, latest measurements, historical readings, and pollutant dictionaries.

Base URL

https://www.saveecobot.com/api/v1

Response Format

The API returns JSON. The exact structure depends on the endpoint, but list responses usually include the main data block and pagination or metadata fields when needed.

Pagination and Filters

List endpoints use query parameters. Common parameters include filter[...], page[size], and page[number].

curl "https://www.saveecobot.com/api/v1/sensors?page[size]=100&page[number]=1"

Interactive Documentation

The full list of endpoints, parameters, and response schemas is available in the monitoring API Swagger UI.

You can also download the OpenAPI file for the air quality monitoring API.