EPA AirNow
Fetch current AirNow AQI observations around a latitude/longitude.
Custom Streaming + One-shot
Fetch current AirNow AQI observations around a latitude/longitude.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
epa/get_airnow_observations
Fetch current AirNow AQI observations around a latitude/longitude.
upsert_bento_get_airnow_observations
Create or update a recurring AirNow observations connector.
Inputs ▾
epa/get_airnow_observations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| latitude | number | yes | Latitude in decimal degrees. |
| longitude | number | yes | Longitude in decimal degrees. |
| distance | number | no | Search radius in miles. Default 25. |
| parameterName | string | no | Optional pollutant filter. O3 PM2.5 PM10 CO NO2 SO2 |
| includeRawConcentration | boolean | no | If true, request the raw concentration values when available. |
| dataType | string | no | Optional AirNow data type code. Use 'A' for AQI, 'B' for concentration, 'C' for both. A B C |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_airnow_observations
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| latitude | number | yes | Latitude in decimal degrees. |
| longitude | number | yes | Longitude in decimal degrees. |
| distance | number | no | Search radius in miles. Default 25. |
| parameterName | string | no | Optional pollutant filter. O3 PM2.5 PM10 CO NO2 SO2 |
| includeRawConcentration | boolean | no | If true, request the raw concentration values when available. |
| dataType | string | no | Optional AirNow data type code. Use 'A' for AQI, 'B' for concentration, 'C' for both. A B C |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll AirNow current conditions. |
| connectorId | string | no | If provided, updates an existing connector. |