Weatherbit · Example Payload

Weatherbit Normals Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

timezonesourcesdata

Example Payload

Raw ↑
{
  "timezone": "America/New_York",
  "sources": [
    "era5"
  ],
  "data": [
    null
  ]
}