{
  "weatherData": [
    {
      "locationId": "murphys",
      "locationName": "Murphys, CA",
      "weatherMain": "Clear",
      "weatherDescription": "clear sky",
      "weatherIcon": "01d",
      "temperatureCelsius": 33,
      "feelsLikeCelsius": 32,
      "humidityPercent": 30,
      "windSpeedKmh": 14,
      "windDirectionDegrees": 267,
      "visibilityKm": 10,
      "alerts": []
    },
    {
      "locationId": "arnold",
      "locationName": "Arnold, CA",
      "weatherMain": "Clear",
      "weatherDescription": "clear sky",
      "weatherIcon": "01d",
      "temperatureCelsius": 29,
      "feelsLikeCelsius": 28,
      "humidityPercent": 34,
      "windSpeedKmh": 1,
      "windDirectionDegrees": 202,
      "visibilityKm": 10,
      "alerts": []
    },
    {
      "locationId": "bearvalley",
      "locationName": "Bear Valley, CA",
      "weatherMain": "Clouds",
      "weatherDescription": "few clouds",
      "weatherIcon": "02d",
      "temperatureCelsius": 24,
      "feelsLikeCelsius": 24,
      "humidityPercent": 43,
      "windSpeedKmh": 20,
      "windDirectionDegrees": 255,
      "visibilityKm": 10,
      "alerts": []
    }
  ],
  "lastUpdated": "2026-06-14T21:07:33.223405773Z"
}