{
  "success": true,
  "current": {
    "temperature": 88,
    "temperatureUnit": "F",
    "conditions": "Partly Cloudy",
    "humidity": 75,
    "windSpeed": 41,
    "windDirection": "SSE",
    "icon": "https://api.weather.gov/icons/land/day/sct?size=medium",
    "observedAt": "2026-06-21T23:35:00+00:00",
    "station": "KCXO"
  },
  "forecast": [
    {
      "name": "Tonight",
      "temperature": 78,
      "temperatureUnit": "F",
      "windSpeed": "10 mph",
      "windDirection": "S",
      "shortForecast": "Partly Cloudy",
      "detailedForecast": "Partly cloudy, with a low around 78. South wind around 10 mph, with gusts as high as 20 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/sct?size=medium"
    },
    {
      "name": "Monday",
      "temperature": 94,
      "temperatureUnit": "F",
      "windSpeed": "10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny, with a high near 94. Heat index values as high as 106. South wind around 10 mph, with gusts as high as 20 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/sct?size=medium"
    },
    {
      "name": "Monday Night",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Partly Cloudy",
      "detailedForecast": "Partly cloudy, with a low around 77. Heat index values as high as 103. South wind 5 to 10 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/sct?size=medium"
    },
    {
      "name": "Tuesday",
      "temperature": 95,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny, with a high near 95. Heat index values as high as 106. South wind around 5 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/sct?size=medium"
    },
    {
      "name": "Tuesday Night",
      "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": "Wednesday",
      "temperature": 95,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "SW",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny, with a high near 95.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/few?size=medium"
    }
  ],
  "updated": "2026-06-22T00:00:14.108Z"
}