ConsoleCatalog
Sign in
Weather Underground logo

Weather Underground

wunderground.comWeatherno auth

Forecasts, conditions, air quality, pollen, radar, and alerts.

Air Quality Index

ASYNCREADNo auth

Returns the air quality index, category, primary pollutant, and pollutant levels for a location.

ParametersFormJSON

Latitude,longitude pair (e.g. 41.882,-87.632) for the target location

Response language/locale code (e.g. en-US or EN for alerts)

Air quality index scale (e.g. EPA)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_wunderground_air_quality_index",
    "params": {
      "geocode": "41.882,-87.632",
      "language": "en-US",
      "aqi_scale": "EPA"
    }
  }'