Air quality and the cleanest window to be outside
air_qualityGet current US AQI, pollutant breakdown, and EPA safety verdict for any coordinates. Find the cleanest forecast window for outdoor sessions of a given length.
Instructions
Current US AQI and pollutant breakdown for any coordinates worldwide, an EPA-based verdict on whether it is safe to exercise outdoors, and the cleanest contiguous window in the forecast ahead for a session of a given length. Modelled data (Copernicus CAMS), not a sensor at the exact spot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees. | |
| lon | Yes | Longitude in decimal degrees. | |
| hours | No | How far ahead to search for a clean window, in hours. Default 24, maximum 168. | |
| place | No | Optional label for the location, used in the summary text. | |
| duration | No | How long you want to be outside, in hours; the window returned is a contiguous block this long. Default 1, maximum 12. |