Workflow page
Air Quality API
A buyer review page for ESG, facilities, insurance, real estate, climate-risk, and operations teams that want AQI and pollutant records filtered by location, parameter, category, and observation time.
GET /v1/environment/air-quality?locations=Los%20Angeles,Phoenix¶meters=PM2.5,OZONE&latest=true
{
"data": [
{
"location": "Phoenix",
"region": "AZ",
"parameter": "OZONE",
"aqi": 112,
"category": "Unhealthy for Sensitive Groups",
"observedAt": "2026-07-04T16:00:00Z",
"source": "EPA AirNow-compatible sample"
}
],
"meta": { "sampleOnly": true, "workflow": "air-quality-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Facilities and property teams monitoring air quality around business locations.
- Insurance, ESG, and climate-risk teams enriching portfolio workflows.
- Operations data teams building AQI dashboards, CSV reports, and location alerts.
Signals To Watch
These buyer actions help prioritize workflow support and access routing.
- Request clicks from air quality API and AQI data workflow pages.
- Air quality observation CSV sample downloads.
- Demo clicks from users comparing location, parameter, AQI, category, and observation-time fields.
Smallest Build
The first buyer-ready workflow should stay this narrow.
- One-source AQI observation cache by location, parameter, timestamp, and category first.
- Hourly and daily CSV snapshots before broader sensor, forecast, or exposure analytics.
- No medical advice, regulatory certification, emergency alerting, life-safety decisioning, or official AQI replacement claims.