Weatherbit · Example Payload

Weatherbit Forecast Hourly Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

city_namestate_codecountry_codelatlontimezonedata

Example Payload

Raw ↑
{
  "city_name": "Raleigh",
  "state_code": "NC",
  "country_code": "US",
  "lat": 38.25,
  "lon": -78.0,
  "timezone": "America/New_York",
  "data": [
    null
  ]
}