Weatherbit · Example Payload

Weatherbit Energy Obs Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

city_namestate_codecountry_codetimezonelatlonstation_idsourcescddhddrhdewptwind_dirwind_spdtempcloudst_ghit_dhit_dnisun_hoursprecipsnow

Example Payload

Raw ↑
{
  "city_name": "Raleigh",
  "state_code": "NC",
  "country_code": "US",
  "timezone": "America/New_York",
  "lat": 38.0,
  "lon": -78.25,
  "station_id": "12345-999999",
  "sources": [
    "12345-89083"
  ],
  "cdd": 10.0,
  "hdd": 120.0,
  "rh": 75,
  "dewpt": 12.0,
  "wind_dir": 125,
  "wind_spd": 5.85,
  "temp": 13.85,
  "clouds": 42,
  "t_ghi": 3000.0,
  "t_dhi": 450.0,
  "t_dni": 1200.0,
  "sun_hours": 4.5,
  "precip": 2.0,
  "snow": 10.0
}