Weatherbit · Example Payload

Weatherbit Aq Hour Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

tstimestamp_localtimestamp_utcaqiso2no2o3pm25pm10

Example Payload

Raw ↑
{
  "ts": 1551718800,
  "timestamp_local": "2019-03-04 12:00:00",
  "timestamp_utc": "2019-03-04 17:00:00",
  "aqi": 100,
  "so2": 50.0,
  "no2": 25.0,
  "o3": 2.0,
  "pm25": 230.0,
  "pm10": 150.0
}