Zephiel API

Air Quality

Free tier

Pollutant readings and AQI from 30,000 monitoring stations.

4.612 reviewsby Northwind Data11k subscribers
air qualityaqipm2.5pollutionenvironment

Starts at

$9/mo

Choose a plan

Create a free account to subscribe.

Latency
88ms
Uptime
99.95%
Endpoints
3

About this API

Current, forecast, and historical air quality with PM2.5, PM10, ozone, nitrogen dioxide, sulphur dioxide, and carbon monoxide concentrations, normalized to US EPA and European AQI scales with health recommendations.

Common use cases

Health apps
Smart home automation
ESG reporting
Outdoor event planning

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/air-quality/current" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "aqi_us": 62,
  "category": "Moderate",
  "pollutants": { "pm2_5": 17.8, "pm10": 41.2, "o3": 54.1 },
  "dominant": "pm2_5"
}

Related APIs in Weather