ConsoleCatalog
Sign in
Open-Meteo logo

Open-Meteo

open-meteo.comWeatherno auth

Weather, historical, air quality, geocoding, and marine data.

Air Quality

ASYNCREADNo auth

Returns the air quality index and pollutant data for a location.

ParametersFormJSON

Location latitude e.g. `52.52`

Location longitude e.g. `13.41`

Comma-sep variables

Timezone

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": "om_air_quality",
    "params": {
      "latitude": 52.52,
      "longitude": 13.41
    }
  }'