Weatherbit · Example Payload

Weatherbit Energy Obs Series Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

datecddhddrhdewptwind_dirwind_spdtempcloudst_ghit_dhit_dnisun_hoursprecipsnow

Example Payload

Raw ↑
{
  "date": "2018-06-01",
  "cdd": 10.0,
  "hdd": 120.0,
  "rh": 75,
  "dewpt": 12.0,
  "wind_dir": 125,
  "wind_spd": 5.85,
  "temp": 13.85,
  "clouds": 42,
  "t_ghi": 3000.0,
  "t_dhi": 450.0,
  "t_dni": 1200.0,
  "sun_hours": 4.5,
  "precip": 2.0,
  "snow": 10.0
}