reunion_get_air_quality
Get air quality measurements for La Réunion from OpenAQ. Filter by pollutant and city to retrieve station-level pollutant values, units, and timestamps.
Instructions
Air-quality station measurements in La Réunion exposed via OpenAQ. Each row is one measurement at one station for one pollutant. Returns city, location/station, pollutant code, value, unit, last update timestamp, source name. Sorted by last-update descending. Useful for environmental monitoring, public-health analysis, pollution-event tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pollutant | No | Pollutant filter (OpenAQ code): pm25 (fine particles ≤2.5µm), pm10 (≤10µm), no2 (nitrogen dioxide), o3 (ozone), so2 (sulfur dioxide), co (carbon monoxide), bc (black carbon) | |
| city | No | City name prefix match (e.g. "Saint-Denis", "Le Port") | |
| limit | No | Max measurements to return (1-200, default 50) |