Weatherbit · Example Payload

Weatherbit Forecast Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

tstimestamp_localtimestamp_utcdatetimesnowpreciptempdewptmax_tempmin_tempapp_max_tempapp_min_temprhcloudsweatherslppresuvvispopmoon_phasesunrise_tssunset_tsmoonrise_tsmoonset_tspodwind_spdwind_dirwind_cdirwind_cdir_full

Example Payload

Raw ↑
{
  "ts": 1551718800,
  "timestamp_local": "2019-03-04 12:00:00",
  "timestamp_utc": "2019-03-04 17:00:00",
  "datetime": "2019-03-04:17",
  "snow": 10.45,
  "precip": 1.1,
  "temp": 1.0,
  "dewpt": 1.0,
  "max_temp": 1.5,
  "min_temp": -1.23,
  "app_max_temp": 4.0,
  "app_min_temp": -2.0,
  "rh": 95,
  "clouds": 100,
  "weather": {
    "icon": "s02n",
    "code": 601,
    "description": "Snow"
  },
  "slp": 1012.89,
  "pres": 1005.0,
  "uv": 6.5,
  "vis": 3.0,
  "pop": 75.0,
  "moon_phase": 0.87,
  "sunrise_ts": 1530331260,
  "sunset_ts": 1530331260,
  "moonrise_ts": 1530331260,
  "moonset_ts": 1530331260,
  "pod": "n",
  "wind_spd": 13.85,
  "wind_dir": 105,
  "wind_cdir": "ENE",
  "wind_cdir_full": "East-North-East"
}