{
  "success": true,
  "current": {
    "temperature": 82,
    "temperatureUnit": "F",
    "conditions": "Clear",
    "humidity": 74,
    "windSpeed": 21,
    "windDirection": "SE",
    "icon": "https://api.weather.gov/icons/land/night/skc?size=medium",
    "observedAt": "2026-08-06T03:35:00+00:00",
    "station": "KCXO"
  },
  "forecast": [
    {
      "name": "Tonight",
      "temperature": 76,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 76. South wind around 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Thursday",
      "temperature": 97,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "S",
      "shortForecast": "Patchy Fog then Sunny",
      "detailedForecast": "Patchy fog before 9am. Sunny, with a high near 97. Heat index values as high as 106. South wind 0 to 5 mph. New rainfall amounts less than a tenth of an inch possible.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/fog/few?size=medium"
    },
    {
      "name": "Thursday Night",
      "temperature": 76,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 76. South wind 5 to 10 mph, with gusts as high as 20 mph. New rainfall amounts less than a tenth of an inch possible.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Friday",
      "temperature": 95,
      "temperatureUnit": "F",
      "windSpeed": "0 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Patchy Fog then Mostly Sunny",
      "detailedForecast": "Patchy fog between 7am and 8am. Mostly sunny, with a high near 95. Heat index values as high as 103. South wind 0 to 10 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/fog/sct?size=medium"
    },
    {
      "name": "Friday Night",
      "temperature": 75,
      "temperatureUnit": "F",
      "windSpeed": "0 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 75. South wind 0 to 10 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Saturday",
      "temperature": 95,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "SE",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny, with a high near 95.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/few?size=medium"
    }
  ],
  "updated": "2026-08-06T04:00:17.213Z"
}