Weatherbit · Example Payload

Weatherbit History Obj Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

tstimestamp_localtimestamp_utcrevision_statusdatetimeslppresrhdewpttempapp_tempwind_spdwind_gust_spdwind_diruvsolar_radghidhidnielev_angleazimuthvispodweathercloudsprecipsnow

Example Payload

Raw ↑
{
  "ts": 1551718800,
  "timestamp_local": "2019-03-04 12:00:00",
  "timestamp_utc": "2019-03-04 17:00:00",
  "revision_status": "final",
  "datetime": "2019-03-04:17",
  "slp": 1020.1,
  "pres": 845.0,
  "rh": 85,
  "dewpt": -1.5,
  "temp": -1.2,
  "app_temp": -1.5,
  "wind_spd": 14.7,
  "wind_gust_spd": 16.85,
  "wind_dir": 325,
  "uv": 4.0,
  "solar_rad": 300.0,
  "ghi": 1500.0,
  "dhi": 200.0,
  "dni": 400.0,
  "elev_angle": 27.5,
  "azimuth": 50.5,
  "vis": 10.0,
  "pod": "n",
  "weather": {
    "icon": "s01n",
    "code": 601,
    "description": "Light Snow"
  },
  "clouds": 50,
  "precip": 3.0,
  "snow": 30.0
}