Private BetaFound a bug or have feedback? Share it →

Air Quality

Current air quality index (AQI) and pollutant levels (PM2.5, PM10, ozone, NO₂) by coordinates. Free via Open-Meteo, no key required.

Healthy
WeatherNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/air-quality

Authenticate with X-Api-Key: chk_live_... header.

GET/current

Parameters

NameTypeRequiredDescription
latitudenumberrequiredLatitude (-90 to 90)
longitudenumberrequiredLongitude (-180 to 180)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/air-quality/current?latitude={latitude}&longitude={longitude}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "pm10": "example",
    "time": "example",
    "ozone": "example",
    "pm2_5": "example",
    "us_aqi": "example"
  }
}

Try it live

No setup required. Sign in and run Air Quality directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
air-quality API Documentation — API Clearinghouse