Weatherbit · Example Payload

Weatherbit Energy Obs Group Forecast Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

Weatherbit Energy Obs Group Forecast 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

city_namestate_codecountry_codetimezonelatlonthreshold_unitsthreshold_valuedata

Example Payload

Raw ↑
{
  "city_name": "Raleigh",
  "state_code": "NC",
  "country_code": "US",
  "timezone": "America/New_York",
  "lat": 38.0,
  "lon": -78.25,
  "threshold_units": "C",
  "threshold_value": "18",
  "data": [
    null
  ]
}