Weatherbit · Example Payload

Weatherbit Current Obs Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

city_namestate_codecountry_codetimezonelatlonstationsourcesvisrhdewptwind_dirwind_cdirwind_cdir_fullwind_speedtempapp_tempcloudsweatherdatetimeob_timetssunrisesunsetslppresaqiuvsolar_radghidnidhielev_anglepodprecipsnow

Example Payload

Raw ↑
{
  "city_name": "Raleigh",
  "state_code": "NC",
  "country_code": "US",
  "timezone": "America/New_York",
  "lat": 38.0,
  "lon": -78.25,
  "station": "KRDU",
  "sources": [
    "rtma"
  ],
  "vis": 10000,
  "rh": 75,
  "dewpt": 12.0,
  "wind_dir": 125,
  "wind_cdir": "ENE",
  "wind_cdir_full": "East-North-East",
  "wind_speed": 5.85,
  "temp": 13.85,
  "app_temp": 14.85,
  "clouds": 42,
  "weather": {
    "icon": "c02",
    "code": 802,
    "description": "Broken clouds"
  },
  "datetime": "2017-03-15:13",
  "ob_time": "2017-03-15 13:11",
  "ts": 1490990400,
  "sunrise": "06:22",
  "sunset": 1174,
  "slp": 1013.12,
  "pres": 1010.0,
  "aqi": 50.0,
  "uv": 6.5,
  "solar_rad": 300.4,
  "ghi": 450.4,
  "dni": 450.4,
  "dhi": 450.4,
  "elev_angle": 37.0,
  "pod": "example-value",
  "precip": 2.0,
  "snow": 10.0
}