{
  "success": true,
  "current": {
    "temperature": 90,
    "temperatureUnit": "F",
    "conditions": "Mostly Cloudy",
    "humidity": 67,
    "windSpeed": 37,
    "windDirection": "SSW",
    "icon": "https://api.weather.gov/icons/land/day/bkn?size=medium",
    "observedAt": "2026-06-21T21:35:00+00:00",
    "station": "KDWH"
  },
  "forecast": [
    {
      "name": "This Afternoon",
      "temperature": 91,
      "temperatureUnit": "F",
      "windSpeed": "15 mph",
      "windDirection": "S",
      "shortForecast": "Partly Sunny",
      "detailedForecast": "Partly sunny, with a high near 91. Heat index values as high as 105. South wind around 15 mph, with gusts as high as 20 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/bkn?size=medium"
    },
    {
      "name": "Tonight",
      "temperature": 79,
      "temperatureUnit": "F",
      "windSpeed": "10 to 15 mph",
      "windDirection": "S",
      "shortForecast": "Partly Cloudy",
      "detailedForecast": "Partly cloudy, with a low around 79. Heat index values as high as 103. South wind 10 to 15 mph, with gusts as high as 20 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/sct?size=medium"
    },
    {
      "name": "Monday",
      "temperature": 93,
      "temperatureUnit": "F",
      "windSpeed": "10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny, with a high near 93. 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": 79,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Partly Cloudy",
      "detailedForecast": "Partly cloudy, with a low around 79. 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": 94,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny, with a high near 94. South wind 5 to 10 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/sct?size=medium"
    },
    {
      "name": "Tuesday Night",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 77.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    }
  ],
  "updated": "2026-06-21T22:00:11.938Z",
  "location": "Spring, TX"
}