Weatherbit · Example Payload

Weatherbit Aq Current Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

Weatherbit Aq Current Example is an example object payload from Weatherbit, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

aqiso2no2o3pm25pm10

Example Payload

Raw ↑
{
  "aqi": 100,
  "so2": 50.0,
  "no2": 25.0,
  "o3": 2.0,
  "pm25": 230.0,
  "pm10": 150.0
}