{
  "success": true,
  "current": {
    "temperature": 93,
    "temperatureUnit": "F",
    "conditions": "Mostly Clear",
    "humidity": 56,
    "windSpeed": null,
    "windDirection": null,
    "icon": "https://api.weather.gov/icons/land/day/few?size=medium",
    "observedAt": "2026-06-21T21:35:00+00:00",
    "station": "KACT"
  },
  "forecast": [
    {
      "name": "This Afternoon",
      "temperature": 93,
      "temperatureUnit": "F",
      "windSpeed": "15 mph",
      "windDirection": "S",
      "shortForecast": "Sunny",
      "detailedForecast": "Sunny. High near 93, with temperatures falling to around 91 in the afternoon. Heat index values as high as 102. South wind around 15 mph, with gusts as high as 25 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/few?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 105. South wind 10 to 15 mph, with gusts as high as 25 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/sct?size=medium"
    },
    {
      "name": "Monday",
      "temperature": 94,
      "temperatureUnit": "F",
      "windSpeed": "10 to 15 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny, with a high near 94. Heat index values as high as 103. South wind 10 to 15 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/sct?size=medium"
    },
    {
      "name": "Monday Night",
      "temperature": 77,
      "temperatureUnit": "F",
      "windSpeed": "10 to 15 mph",
      "windDirection": "S",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 77. Heat index values as high as 102. South wind 10 to 15 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    },
    {
      "name": "Tuesday",
      "temperature": 96,
      "temperatureUnit": "F",
      "windSpeed": "5 to 10 mph",
      "windDirection": "SSW",
      "shortForecast": "Mostly Sunny",
      "detailedForecast": "Mostly sunny. High near 96, with temperatures falling to around 94 in the afternoon. South southwest 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. South wind 5 to 10 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    }
  ],
  "updated": "2026-06-21T22:00:11.352Z",
  "location": "Waco, TX"
}