Weatherbit · Example Payload

Weatherbit History Subhourly Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

city_namestate_codecountry_codetimezonelatlonsourcesdata

Example Payload

Raw ↑
{
  "city_name": "Seattle",
  "state_code": "WA",
  "country_code": "US",
  "timezone": "America/New_York",
  "lat": 47.61,
  "lon": -122.33,
  "sources": [
    "12345-89083"
  ],
  "data": [
    null
  ]
}