{
  "success": true,
  "current": {
    "temperature": 91,
    "temperatureUnit": "F",
    "conditions": "Clear",
    "humidity": 49,
    "windSpeed": 17,
    "windDirection": "SSE",
    "icon": "https://api.weather.gov/icons/land/day/skc?size=medium",
    "observedAt": "2026-08-05T23:40:00+00:00",
    "station": "KDWH"
  },
  "forecast": [
    {
      "name": "Tonight",
      "temperature": 79,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Slight Chance Rain Showers then Mostly Clear",
      "detailedForecast": "A slight chance of rain showers before 10pm. Mostly clear, with a low around 79. Heat index values as high as 102. South wind 5 to 10 mph. Chance of precipitation is 20%.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/rain_showers,20/few?size=medium"
    },
    {
      "name": "Thursday",
      "temperature": 96,
      "temperatureUnit": "F",
      "windSpeed": "0 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Sunny then Chance Showers And Thunderstorms",
      "detailedForecast": "A chance of showers and thunderstorms after 3pm. Sunny. High near 96, with temperatures falling to around 92 in the afternoon. Heat index values as high as 103. South wind 0 to 10 mph. Chance of precipitation is 30%. New rainfall amounts between a tenth and quarter of an inch possible.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/few/tsra_hi,30?size=medium"
    },
    {
      "name": "Thursday Night",
      "temperature": 78,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 78. South wind 5 to 10 mph. New rainfall amounts between a tenth and quarter of an inch possible.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Friday",
      "temperature": 94,
      "temperatureUnit": "F",
      "windSpeed": "0 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Chance Showers And Thunderstorms",
      "detailedForecast": "A slight chance of rain showers between 7am and 10am, then a chance of showers and thunderstorms. Mostly sunny, with a high near 94. Heat index values as high as 102. South wind 0 to 10 mph. Chance of precipitation is 30%.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/tsra_hi,20/tsra_hi,30?size=medium"
    },
    {
      "name": "Friday Night",
      "temperature": 78,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "SE",
      "shortForecast": "Chance Showers And Thunderstorms then Mostly Clear",
      "detailedForecast": "A chance of showers and thunderstorms before 7pm. Mostly clear, with a low around 78. Southeast wind 5 to 10 mph. Chance of precipitation is 30%.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/tsra_hi,30/few?size=medium"
    },
    {
      "name": "Saturday",
      "temperature": 95,
      "temperatureUnit": "F",
      "windSpeed": "0 to 10 mph",
      "windDirection": "E",
      "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-06T00:00:15.935Z",
  "location": "Spring, TX"
}