Weatherbit · Example Payload

Weatherbit Normals Obj Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

Weatherbit Normals Obj 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

monthtempdewptmax_wind_spdmin_wind_spdwind_spdwind_dirprecipsnow

Example Payload

Raw ↑
{
  "month": 2.0,
  "temp": 30.0,
  "dewpt": 25.0,
  "max_wind_spd": 5.0,
  "min_wind_spd": 0.0,
  "wind_spd": 2.0,
  "wind_dir": 200.0,
  "precip": 3.1,
  "snow": 30.5
}