{
  "success": true,
  "current": {
    "temperature": 91,
    "temperatureUnit": "F",
    "conditions": "Clear",
    "humidity": 44,
    "windSpeed": 37,
    "windDirection": "SSE",
    "icon": "https://api.weather.gov/icons/land/night/skc?size=medium",
    "observedAt": "2026-08-06T01:35:00+00:00",
    "station": "KACT"
  },
  "forecast": [
    {
      "name": "Tonight",
      "temperature": 78,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear. Low around 78, with temperatures rising to around 80 overnight. South wind around 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Thursday",
      "temperature": 100,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "SSW",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny, with a high near 100. Heat index values as high as 102. South southwest wind 5 to 10 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/hot?size=medium"
    },
    {
      "name": "Thursday Night",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear. Low around 77, with temperatures rising to around 79 overnight. Heat index values as high as 104. South wind 5 to 10 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Friday",
      "temperature": 99,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny, with a high near 99. Heat index values as high as 105. South wind around 5 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/hot?size=medium"
    },
    {
      "name": "Friday Night",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear. Low around 77, with temperatures rising to around 79 overnight. South wind around 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Saturday",
      "temperature": 100,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "S",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny. High near 100, with temperatures falling to around 98 in the afternoon. South wind around 5 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/hot?size=medium"
    }
  ],
  "updated": "2026-08-06T02:00:15.335Z",
  "location": "Waco, TX"
}