{
  "success": true,
  "current": {
    "temperature": 75,
    "temperatureUnit": "F",
    "conditions": "Partly Cloudy",
    "humidity": 65,
    "windSpeed": 33,
    "windDirection": "N",
    "icon": "https://api.weather.gov/icons/land/day/sct?size=medium",
    "observedAt": "2026-05-07T19:35:00+00:00",
    "station": "KDWH"
  },
  "forecast": [
    {
      "name": "This Afternoon",
      "temperature": 76,
      "temperatureUnit": "F",
      "windSpeed": "10 mph",
      "windDirection": "NE",
      "shortForecast": "Mostly Cloudy",
      "detailedForecast": "Mostly cloudy, with a high near 76. Northeast wind around 10 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/bkn?size=medium"
    },
    {
      "name": "Tonight",
      "temperature": 68,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "NE",
      "shortForecast": "Mostly Cloudy",
      "detailedForecast": "Mostly cloudy, with a low around 68. Northeast wind around 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/bkn?size=medium"
    },
    {
      "name": "Friday",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "E",
      "shortForecast": "Chance Showers And Thunderstorms",
      "detailedForecast": "A chance of showers and thunderstorms after 7am. Mostly cloudy, with a high near 77. East wind around 5 mph. Chance of precipitation is 40%. New rainfall amounts between a quarter and half of an inch possible.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/tsra,40?size=medium"
    },
    {
      "name": "Friday Night",
      "temperature": 71,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "SE",
      "shortForecast": "Chance Showers And Thunderstorms",
      "detailedForecast": "A chance of showers and thunderstorms before 1am, then showers and thunderstorms likely. Mostly cloudy, with a low around 71. Southeast wind 0 to 5 mph. Chance of precipitation is 60%.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/tsra,40/tsra,60?size=medium"
    },
    {
      "name": "Saturday",
      "temperature": 82,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "NE",
      "shortForecast": "Showers And Thunderstorms Likely",
      "detailedForecast": "Showers and thunderstorms likely. Partly sunny, with a high near 82. Northeast wind around 5 mph. Chance of precipitation is 60%.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/tsra_sct,60?size=medium"
    },
    {
      "name": "Saturday Night",
      "temperature": 72,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "SE",
      "shortForecast": "Showers And Thunderstorms Likely then Chance Showers And Thunderstorms",
      "detailedForecast": "Showers and thunderstorms likely before 7pm, then a chance of showers and thunderstorms between 7pm and 1am. Partly cloudy, with a low around 72. Chance of precipitation is 60%.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/tsra_hi,60/tsra_hi,30?size=medium"
    }
  ],
  "updated": "2026-05-07T20:00:48.650Z",
  "location": "The Woodlands, TX"
}