Weatherbit · Example Payload

Weatherbit Fc Minutely Ob Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

timestamp_utctimestamp_localtspreciptempsnow

Example Payload

Raw ↑
{
  "timestamp_utc": "2017-03-15 13:11",
  "timestamp_local": "2017-03-15 13:11",
  "ts": 1551718800,
  "precip": 2.0,
  "temp": 13.85,
  "snow": 10.0
}