{
  "success": true,
  "current": {
    "temperature": 72,
    "temperatureUnit": "F",
    "conditions": "Clear",
    "humidity": 53,
    "windSpeed": 12,
    "windDirection": "N",
    "icon": "https://api.weather.gov/icons/land/day/skc?size=medium",
    "observedAt": "2026-05-07T19:35:00+00:00",
    "station": "KACT"
  },
  "forecast": [
    {
      "name": "This Afternoon",
      "temperature": 74,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "NE",
      "shortForecast": "Mostly Cloudy",
      "detailedForecast": "Mostly cloudy. High near 74, with temperatures falling to around 71 in the afternoon. Northeast wind around 5 mph.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/bkn?size=medium"
    },
    {
      "name": "Tonight",
      "temperature": 58,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "ESE",
      "shortForecast": "Mostly Cloudy",
      "detailedForecast": "Mostly cloudy. Low around 58, with temperatures rising to around 60 overnight. East southeast wind 0 to 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/bkn?size=medium"
    },
    {
      "name": "Friday",
      "temperature": 79,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "SSE",
      "shortForecast": "Chance Showers And Thunderstorms",
      "detailedForecast": "A chance of showers and thunderstorms after 10am. Mostly sunny, with a high near 79. South southeast wind 0 to 5 mph. Chance of precipitation is 40%. New rainfall amounts less than a tenth of an inch possible.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/tsra_hi,20/tsra_hi,40?size=medium"
    },
    {
      "name": "Friday Night",
      "temperature": 64,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "S",
      "shortForecast": "Chance Showers And Thunderstorms",
      "detailedForecast": "A chance of showers and thunderstorms before 4am, then a chance of showers and thunderstorms. Mostly cloudy. Low around 64, with temperatures rising to around 66 overnight. South wind 0 to 5 mph. Chance of precipitation is 40%. New rainfall amounts less than a tenth of an inch possible.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/tsra_sct,40/tsra_sct,30?size=medium"
    },
    {
      "name": "Saturday",
      "temperature": 84,
      "temperatureUnit": "F",
      "windSpeed": "0 to 5 mph",
      "windDirection": "SSE",
      "shortForecast": "Chance Showers And Thunderstorms then Partly Sunny",
      "detailedForecast": "A chance of showers and thunderstorms before 7am. Partly sunny, with a high near 84. South southeast wind 0 to 5 mph. Chance of precipitation is 30%.",
      "isDaytime": true,
      "icon": "https://api.weather.gov/icons/land/day/tsra_hi,30/bkn?size=medium"
    },
    {
      "name": "Saturday Night",
      "temperature": 66,
      "temperatureUnit": "F",
      "windSpeed": "5 mph",
      "windDirection": "SSE",
      "shortForecast": "Mostly Clear",
      "detailedForecast": "Mostly clear, with a low around 66. South southeast wind around 5 mph.",
      "isDaytime": false,
      "icon": "https://api.weather.gov/icons/land/night/few?size=medium"
    }
  ],
  "updated": "2026-05-07T20:00:50.752Z",
  "location": "Waco, TX"
}