WeatherAPI · Example Payload

Weatherapi Air Quality Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Air Quality Example is an example object payload from WeatherAPI, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

coo3no2so2pm2_5pm10us-epa-indexgb-defra-index

Example Payload

Raw ↑
{
  "co": 1.0,
  "o3": 1.0,
  "no2": 1.0,
  "so2": 1.0,
  "pm2_5": 1.0,
  "pm10": 1.0,
  "us-epa-index": 1,
  "gb-defra-index": 1
}