Weather Underground · Example Payload

Current Observations

WeatherPersonal Weather StationsHyperlocalObservationsForecastsHistorical DataREST API

Current Observations is an example object payload from Weather Underground, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

observations

Example Payload

Raw ↑
{
  "observations": [
    {
      "stationID": "KCASARAT1",
      "obsTimeUtc": "2024-01-15T18:32:00Z",
      "obsTimeLocal": "2024-01-15 10:32:00",
      "neighborhood": "Downtown San Francisco",
      "softwareType": "WeatherBridge",
      "country": "US",
      "solarRadiation": 320.5,
      "lon": -122.419,
      "realtimeFrequency": null,
      "epoch": 1705343520,
      "lat": 37.774,
      "uv": 3.0,
      "winddir": 270,
      "windDirectionCardinal": "W",
      "humidity": 68,
      "qcStatus": 1,
      "imperial": {
        "temp": 55.0,
        "heatIndex": 55.0,
        "dewpt": 44.0,
        "windChill": 55.0,
        "windSpeed": 8.0,
        "windGust": 12.0,
        "pressure": 30.05,
        "precipRate": 0.0,
        "precipTotal": 0.0,
        "elev": 52.0
      }
    }
  ]
}