Forráskód:

	<?php
		$fu   = fopen( "https://api.infojegyzet.hu/idojaras/" , "r" ) ;

		$json = "";
		while (!feof($fu))  $json .= fread($fu, 1024);

		fclose( $fu ) ;

		$adat = json_decode( $json ) ;
	?>

	<div style=' margin: 18px 0 18px 48px; font-family: Courier; color:#226;'>
		<pre><?php print_r($adat); ?></pre>
	</div>

Eredmény:

stdClass Object
(
    [location] => stdClass Object
        (
            [name] => Budapest
            [region] => Budapest
            [country] => Hungary
            [lat] => 47.5
            [lon] => 19.0833
            [tz_id] => Europe/Budapest
            [localtime_epoch] => 1739450766
            [localtime] => 2025-02-13 13:46
        )

    [current] => stdClass Object
        (
            [last_updated_epoch] => 1739450700
            [last_updated] => 2025-02-13 13:45
            [temp_c] => 0
            [temp_f] => 32
            [is_day] => 1
            [condition] => stdClass Object
                (
                    [text] => Mist
                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                    [code] => 1030
                )

            [wind_mph] => 5.1
            [wind_kph] => 8.3
            [wind_degree] => 89
            [wind_dir] => E
            [pressure_mb] => 1019
            [pressure_in] => 30.09
            [precip_mm] => 0.02
            [precip_in] => 0
            [humidity] => 100
            [cloud] => 100
            [feelslike_c] => -2.8
            [feelslike_f] => 26.9
            [windchill_c] => -1.5
            [windchill_f] => 29.2
            [heatindex_c] => 1.1
            [heatindex_f] => 34
            [dewpoint_c] => 0.1
            [dewpoint_f] => 32.2
            [vis_km] => 1.9
            [vis_miles] => 1
            [uv] => 0.2
            [gust_mph] => 6.6
            [gust_kph] => 10.7
        )

    [forecast] => stdClass Object
        (
            [forecastday] => Array
                (
                    [0] => stdClass Object
                        (
                            [date] => 2025-02-13
                            [date_epoch] => 1739404800
                            [day] => stdClass Object
                                (
                                    [maxtemp_c] => 1.3
                                    [maxtemp_f] => 34.3
                                    [mintemp_c] => -0.1
                                    [mintemp_f] => 31.8
                                    [avgtemp_c] => 0.8
                                    [avgtemp_f] => 33.4
                                    [maxwind_mph] => 6.3
                                    [maxwind_kph] => 10.1
                                    [totalprecip_mm] => 3.08
                                    [totalprecip_in] => 0.12
                                    [totalsnow_cm] => 1.04
                                    [avgvis_km] => 4.8
                                    [avgvis_miles] => 3
                                    [avghumidity] => 94
                                    [daily_will_it_rain] => 1
                                    [daily_chance_of_rain] => 95
                                    [daily_will_it_snow] => 0
                                    [daily_chance_of_snow] => 39
                                    [condition] => stdClass Object
                                        (
                                            [text] => Light freezing rain
                                            [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                            [code] => 1198
                                        )

                                    [uv] => 0
                                )

                            [astro] => stdClass Object
                                (
                                    [sunrise] => 06:52 AM
                                    [sunset] => 05:04 PM
                                    [moonrise] => 06:06 PM
                                    [moonset] => 07:27 AM
                                    [moon_phase] => Waning Gibbous
                                    [moon_illumination] => 100
                                    [is_moon_up] => 1
                                    [is_sun_up] => 0
                                )

                            [hour] => Array
                                (
                                    [0] => stdClass Object
                                        (
                                            [time_epoch] => 1739401200
                                            [time] => 2025-02-13 00:00
                                            [temp_c] => 0.3
                                            [temp_f] => 32.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Moderate snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/332.png
                                                    [code] => 1219
                                                )

                                            [wind_mph] => 5.8
                                            [wind_kph] => 9.4
                                            [wind_degree] => 133
                                            [wind_dir] => SE
                                            [pressure_mb] => 1025
                                            [pressure_in] => 30.26
                                            [precip_mm] => 0.16
                                            [precip_in] => 0.01
                                            [snow_cm] => 0.11
                                            [humidity] => 86
                                            [cloud] => 100
                                            [feelslike_c] => -2.8
                                            [feelslike_f] => 26.9
                                            [windchill_c] => -2.8
                                            [windchill_f] => 26.9
                                            [heatindex_c] => 0.3
                                            [heatindex_f] => 32.5
                                            [dewpoint_c] => -1.8
                                            [dewpoint_f] => 28.8
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 100
                                            [vis_km] => 5
                                            [vis_miles] => 3
                                            [gust_mph] => 7.1
                                            [gust_kph] => 11.4
                                            [uv] => 0
                                        )

                                    [1] => stdClass Object
                                        (
                                            [time_epoch] => 1739404800
                                            [time] => 2025-02-13 01:00
                                            [temp_c] => 0.1
                                            [temp_f] => 32.1
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Heavy snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/338.png
                                                    [code] => 1225
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 115
                                            [wind_dir] => ESE
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.24
                                            [precip_mm] => 0.37
                                            [precip_in] => 0.01
                                            [snow_cm] => 0.27
                                            [humidity] => 92
                                            [cloud] => 100
                                            [feelslike_c] => -2.8
                                            [feelslike_f] => 27
                                            [windchill_c] => -2.8
                                            [windchill_f] => 27
                                            [heatindex_c] => 0.1
                                            [heatindex_f] => 32.1
                                            [dewpoint_c] => -1.1
                                            [dewpoint_f] => 30.1
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 100
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.4
                                            [gust_kph] => 10.4
                                            [uv] => 0
                                        )

                                    [2] => stdClass Object
                                        (
                                            [time_epoch] => 1739408400
                                            [time] => 2025-02-13 02:00
                                            [temp_c] => 0.1
                                            [temp_f] => 32.2
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Heavy snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/338.png
                                                    [code] => 1225
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 105
                                            [wind_dir] => ESE
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.23
                                            [precip_mm] => 0.5
                                            [precip_in] => 0.02
                                            [snow_cm] => 0.36
                                            [humidity] => 94
                                            [cloud] => 100
                                            [feelslike_c] => -2.6
                                            [feelslike_f] => 27.3
                                            [windchill_c] => -2.6
                                            [windchill_f] => 27.3
                                            [heatindex_c] => 0.1
                                            [heatindex_f] => 32.2
                                            [dewpoint_c] => -0.8
                                            [dewpoint_f] => 30.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 100
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.2
                                            [gust_kph] => 10
                                            [uv] => 0
                                        )

                                    [3] => stdClass Object
                                        (
                                            [time_epoch] => 1739412000
                                            [time] => 2025-02-13 03:00
                                            [temp_c] => 0.2
                                            [temp_f] => 32.4
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Heavy snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/338.png
                                                    [code] => 1225
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 98
                                            [wind_dir] => E
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.22
                                            [precip_mm] => 0.27
                                            [precip_in] => 0.01
                                            [snow_cm] => 0.2
                                            [humidity] => 94
                                            [cloud] => 100
                                            [feelslike_c] => -2.5
                                            [feelslike_f] => 27.6
                                            [windchill_c] => -2.5
                                            [windchill_f] => 27.6
                                            [heatindex_c] => 0.2
                                            [heatindex_f] => 32.4
                                            [dewpoint_c] => -0.7
                                            [dewpoint_f] => 30.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 100
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.3
                                            [gust_kph] => 10.1
                                            [uv] => 0
                                        )

                                    [4] => stdClass Object
                                        (
                                            [time_epoch] => 1739415600
                                            [time] => 2025-02-13 04:00
                                            [temp_c] => -0.1
                                            [temp_f] => 31.8
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Moderate snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/332.png
                                                    [code] => 1219
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 93
                                            [wind_dir] => E
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.21
                                            [precip_mm] => 0.14
                                            [precip_in] => 0.01
                                            [snow_cm] => 0.1
                                            [humidity] => 93
                                            [cloud] => 100
                                            [feelslike_c] => -2.9
                                            [feelslike_f] => 26.7
                                            [windchill_c] => -2.9
                                            [windchill_f] => 26.7
                                            [heatindex_c] => -0.1
                                            [heatindex_f] => 31.8
                                            [dewpoint_c] => -1.2
                                            [dewpoint_f] => 29.9
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 100
                                            [vis_km] => 5
                                            [vis_miles] => 3
                                            [gust_mph] => 6.5
                                            [gust_kph] => 10.5
                                            [uv] => 0
                                        )

                                    [5] => stdClass Object
                                        (
                                            [time_epoch] => 1739419200
                                            [time] => 2025-02-13 05:00
                                            [temp_c] => 0.1
                                            [temp_f] => 32.2
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 5.8
                                            [wind_kph] => 9.4
                                            [wind_degree] => 96
                                            [wind_dir] => E
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.2
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 90
                                            [cloud] => 100
                                            [feelslike_c] => -3
                                            [feelslike_f] => 26.6
                                            [windchill_c] => -3
                                            [windchill_f] => 26.6
                                            [heatindex_c] => 0.1
                                            [heatindex_f] => 32.2
                                            [dewpoint_c] => -1.3
                                            [dewpoint_f] => 29.6
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 73
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 7.4
                                            [gust_kph] => 11.8
                                            [uv] => 0
                                        )

                                    [6] => stdClass Object
                                        (
                                            [time_epoch] => 1739422800
                                            [time] => 2025-02-13 06:00
                                            [temp_c] => 0.2
                                            [temp_f] => 32.4
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Overcast 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/122.png
                                                    [code] => 1009
                                                )

                                            [wind_mph] => 6.3
                                            [wind_kph] => 10.1
                                            [wind_degree] => 100
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.19
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 89
                                            [cloud] => 100
                                            [feelslike_c] => -3.1
                                            [feelslike_f] => 26.4
                                            [windchill_c] => -3.1
                                            [windchill_f] => 26.4
                                            [heatindex_c] => 0.2
                                            [heatindex_f] => 32.4
                                            [dewpoint_c] => -1.3
                                            [dewpoint_f] => 29.6
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 8
                                            [gust_kph] => 12.8
                                            [uv] => 0
                                        )

                                    [7] => stdClass Object
                                        (
                                            [time_epoch] => 1739426400
                                            [time] => 2025-02-13 07:00
                                            [temp_c] => 0.3
                                            [temp_f] => 32.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 5.8
                                            [wind_kph] => 9.4
                                            [wind_degree] => 96
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.19
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 90
                                            [cloud] => 100
                                            [feelslike_c] => -2.8
                                            [feelslike_f] => 26.9
                                            [windchill_c] => -2.8
                                            [windchill_f] => 26.9
                                            [heatindex_c] => 0.3
                                            [heatindex_f] => 32.5
                                            [dewpoint_c] => -1.2
                                            [dewpoint_f] => 29.9
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 79
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 7.4
                                            [gust_kph] => 12
                                            [uv] => 0
                                        )

                                    [8] => stdClass Object
                                        (
                                            [time_epoch] => 1739430000
                                            [time] => 2025-02-13 08:00
                                            [temp_c] => 0.3
                                            [temp_f] => 32.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 95
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.19
                                            [precip_mm] => 0.11
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 92
                                            [cloud] => 100
                                            [feelslike_c] => -2.6
                                            [feelslike_f] => 27.3
                                            [windchill_c] => -2.6
                                            [windchill_f] => 27.3
                                            [heatindex_c] => 0.3
                                            [heatindex_f] => 32.5
                                            [dewpoint_c] => -0.8
                                            [dewpoint_f] => 30.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 76
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.1
                                            [uv] => 0
                                        )

                                    [9] => stdClass Object
                                        (
                                            [time_epoch] => 1739433600
                                            [time] => 2025-02-13 09:00
                                            [temp_c] => 0.4
                                            [temp_f] => 32.7
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 96
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0.09
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 93
                                            [cloud] => 100
                                            [feelslike_c] => -2.4
                                            [feelslike_f] => 27.8
                                            [windchill_c] => -2.4
                                            [windchill_f] => 27.8
                                            [heatindex_c] => 0.4
                                            [heatindex_f] => 32.7
                                            [dewpoint_c] => -0.6
                                            [dewpoint_f] => 31
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 62
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.6
                                            [gust_kph] => 10.7
                                            [uv] => 0.1
                                        )

                                    [10] => stdClass Object
                                        (
                                            [time_epoch] => 1739437200
                                            [time] => 2025-02-13 10:00
                                            [temp_c] => 0.5
                                            [temp_f] => 32.9
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 92
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0.13
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 95
                                            [cloud] => 100
                                            [feelslike_c] => -2
                                            [feelslike_f] => 28.4
                                            [windchill_c] => -2
                                            [windchill_f] => 28.4
                                            [heatindex_c] => 0.5
                                            [heatindex_f] => 32.9
                                            [dewpoint_c] => -0.2
                                            [dewpoint_f] => 31.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 81
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.8
                                            [uv] => 0.2
                                        )

                                    [11] => stdClass Object
                                        (
                                            [time_epoch] => 1739440800
                                            [time] => 2025-02-13 11:00
                                            [temp_c] => 0.7
                                            [temp_f] => 33.3
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 89
                                            [wind_dir] => E
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.17
                                            [precip_mm] => 0.08
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 94
                                            [cloud] => 100
                                            [feelslike_c] => -1.8
                                            [feelslike_f] => 28.8
                                            [windchill_c] => -1.8
                                            [windchill_f] => 28.8
                                            [heatindex_c] => 0.7
                                            [heatindex_f] => 33.3
                                            [dewpoint_c] => -0.2
                                            [dewpoint_f] => 31.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 66
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.8
                                            [uv] => 0.2
                                        )

                                    [12] => stdClass Object
                                        (
                                            [time_epoch] => 1739444400
                                            [time] => 2025-02-13 12:00
                                            [temp_c] => 0.9
                                            [temp_f] => 33.6
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 88
                                            [wind_dir] => E
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.16
                                            [precip_mm] => 0.07
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 93
                                            [cloud] => 100
                                            [feelslike_c] => -1.6
                                            [feelslike_f] => 29.2
                                            [windchill_c] => -1.6
                                            [windchill_f] => 29.2
                                            [heatindex_c] => 0.9
                                            [heatindex_f] => 33.6
                                            [dewpoint_c] => -0.1
                                            [dewpoint_f] => 31.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 85
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.9
                                            [uv] => 0.2
                                        )

                                    [13] => stdClass Object
                                        (
                                            [time_epoch] => 1739448000
                                            [time] => 2025-02-13 13:00
                                            [temp_c] => 0
                                            [temp_f] => 32
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 89
                                            [wind_dir] => E
                                            [pressure_mb] => 1019
                                            [pressure_in] => 30.09
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 100
                                            [cloud] => 100
                                            [feelslike_c] => -1.5
                                            [feelslike_f] => 29.2
                                            [windchill_c] => -1.5
                                            [windchill_f] => 29.2
                                            [heatindex_c] => 1.1
                                            [heatindex_f] => 34
                                            [dewpoint_c] => 0.1
                                            [dewpoint_f] => 32.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 73
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 1.9
                                            [vis_miles] => 1
                                            [gust_mph] => 6.6
                                            [gust_kph] => 10.7
                                            [uv] => 0.2
                                        )

                                    [14] => stdClass Object
                                        (
                                            [time_epoch] => 1739451600
                                            [time] => 2025-02-13 14:00
                                            [temp_c] => 1.2
                                            [temp_f] => 34.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 87
                                            [wind_dir] => E
                                            [pressure_mb] => 1020
                                            [pressure_in] => 30.12
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 94
                                            [cloud] => 100
                                            [feelslike_c] => -1.2
                                            [feelslike_f] => 29.9
                                            [windchill_c] => -1.2
                                            [windchill_f] => 29.9
                                            [heatindex_c] => 1.2
                                            [heatindex_f] => 34.2
                                            [dewpoint_c] => 0.4
                                            [dewpoint_f] => 32.8
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 73
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.8
                                            [uv] => 0.1
                                        )

                                    [15] => stdClass Object
                                        (
                                            [time_epoch] => 1739455200
                                            [time] => 2025-02-13 15:00
                                            [temp_c] => 1.2
                                            [temp_f] => 34.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 79
                                            [wind_dir] => E
                                            [pressure_mb] => 1019
                                            [pressure_in] => 30.1
                                            [precip_mm] => 0.07
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 96
                                            [cloud] => 100
                                            [feelslike_c] => -1.3
                                            [feelslike_f] => 29.7
                                            [windchill_c] => -1.3
                                            [windchill_f] => 29.7
                                            [heatindex_c] => 1.2
                                            [heatindex_f] => 34.2
                                            [dewpoint_c] => 0.6
                                            [dewpoint_f] => 33.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.4
                                            [gust_kph] => 10.4
                                            [uv] => 0.1
                                        )

                                    [16] => stdClass Object
                                        (
                                            [time_epoch] => 1739458800
                                            [time] => 2025-02-13 16:00
                                            [temp_c] => 1.2
                                            [temp_f] => 34.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 85
                                            [wind_dir] => E
                                            [pressure_mb] => 1019
                                            [pressure_in] => 30.08
                                            [precip_mm] => 0.08
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.4
                                            [feelslike_f] => 29.4
                                            [windchill_c] => -1.4
                                            [windchill_f] => 29.4
                                            [heatindex_c] => 1.2
                                            [heatindex_f] => 34.1
                                            [dewpoint_c] => 0.7
                                            [dewpoint_f] => 33.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.8
                                            [gust_kph] => 10.9
                                            [uv] => 0
                                        )

                                    [17] => stdClass Object
                                        (
                                            [time_epoch] => 1739462400
                                            [time] => 2025-02-13 17:00
                                            [temp_c] => 1.2
                                            [temp_f] => 34.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 80
                                            [wind_dir] => E
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.07
                                            [precip_mm] => 0.23
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.5
                                            [feelslike_f] => 29.3
                                            [windchill_c] => -1.5
                                            [windchill_f] => 29.3
                                            [heatindex_c] => 1.2
                                            [heatindex_f] => 34.2
                                            [dewpoint_c] => 0.7
                                            [dewpoint_f] => 33.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.1
                                            [gust_kph] => 11.5
                                            [uv] => 0
                                        )

                                    [18] => stdClass Object
                                        (
                                            [time_epoch] => 1739466000
                                            [time] => 2025-02-13 18:00
                                            [temp_c] => 1.3
                                            [temp_f] => 34.3
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 77
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.07
                                            [precip_mm] => 0.09
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.5
                                            [feelslike_f] => 29.4
                                            [windchill_c] => -1.5
                                            [windchill_f] => 29.4
                                            [heatindex_c] => 1.3
                                            [heatindex_f] => 34.3
                                            [dewpoint_c] => 0.8
                                            [dewpoint_f] => 33.4
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.2
                                            [gust_kph] => 11.6
                                            [uv] => 0
                                        )

                                    [19] => stdClass Object
                                        (
                                            [time_epoch] => 1739469600
                                            [time] => 2025-02-13 19:00
                                            [temp_c] => 1.3
                                            [temp_f] => 34.3
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 78
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.07
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.4
                                            [feelslike_f] => 29.5
                                            [windchill_c] => -1.4
                                            [windchill_f] => 29.5
                                            [heatindex_c] => 1.3
                                            [heatindex_f] => 34.3
                                            [dewpoint_c] => 0.8
                                            [dewpoint_f] => 33.5
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.2
                                            [gust_kph] => 11.7
                                            [uv] => 0
                                        )

                                    [20] => stdClass Object
                                        (
                                            [time_epoch] => 1739473200
                                            [time] => 2025-02-13 20:00
                                            [temp_c] => 1.4
                                            [temp_f] => 34.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.6
                                            [wind_kph] => 9
                                            [wind_degree] => 76
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.06
                                            [precip_mm] => 0.1
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.4
                                            [feelslike_f] => 29.4
                                            [windchill_c] => -1.4
                                            [windchill_f] => 29.4
                                            [heatindex_c] => 1.4
                                            [heatindex_f] => 34.4
                                            [dewpoint_c] => 0.9
                                            [dewpoint_f] => 33.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.7
                                            [gust_kph] => 12.3
                                            [uv] => 0
                                        )

                                    [21] => stdClass Object
                                        (
                                            [time_epoch] => 1739476800
                                            [time] => 2025-02-13 21:00
                                            [temp_c] => 1.4
                                            [temp_f] => 34.6
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 67
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.06
                                            [precip_mm] => 0.17
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1
                                            [feelslike_f] => 30.1
                                            [windchill_c] => -1
                                            [windchill_f] => 30.1
                                            [heatindex_c] => 1.4
                                            [heatindex_f] => 34.6
                                            [dewpoint_c] => 1
                                            [dewpoint_f] => 33.8
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.8
                                            [gust_kph] => 10.9
                                            [uv] => 0
                                        )

                                    [22] => stdClass Object
                                        (
                                            [time_epoch] => 1739480400
                                            [time] => 2025-02-13 22:00
                                            [temp_c] => 1.5
                                            [temp_f] => 34.7
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 67
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.05
                                            [precip_mm] => 0.29
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.2
                                            [feelslike_f] => 29.9
                                            [windchill_c] => -1.2
                                            [windchill_f] => 29.9
                                            [heatindex_c] => 1.5
                                            [heatindex_f] => 34.7
                                            [dewpoint_c] => 1.1
                                            [dewpoint_f] => 33.9
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.5
                                            [gust_kph] => 12
                                            [uv] => 0
                                        )

                                    [23] => stdClass Object
                                        (
                                            [time_epoch] => 1739484000
                                            [time] => 2025-02-13 23:00
                                            [temp_c] => 1.5
                                            [temp_f] => 34.8
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 73
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1017
                                            [pressure_in] => 30.04
                                            [precip_mm] => 0.06
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1.1
                                            [feelslike_f] => 30
                                            [windchill_c] => -1.1
                                            [windchill_f] => 30
                                            [heatindex_c] => 1.5
                                            [heatindex_f] => 34.8
                                            [dewpoint_c] => 1.1
                                            [dewpoint_f] => 34
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 7.5
                                            [gust_kph] => 12.1
                                            [uv] => 0
                                        )

                                )

                        )

                    [1] => stdClass Object
                        (
                            [date] => 2025-02-14
                            [date_epoch] => 1739491200
                            [day] => stdClass Object
                                (
                                    [maxtemp_c] => 3
                                    [maxtemp_f] => 37.5
                                    [mintemp_c] => 1
                                    [mintemp_f] => 33.9
                                    [avgtemp_c] => 2.1
                                    [avgtemp_f] => 35.8
                                    [maxwind_mph] => 5.6
                                    [maxwind_kph] => 9
                                    [totalprecip_mm] => 5.88
                                    [totalprecip_in] => 0.23
                                    [totalsnow_cm] => 0.07
                                    [avgvis_km] => 4.6
                                    [avgvis_miles] => 2
                                    [avghumidity] => 94
                                    [daily_will_it_rain] => 1
                                    [daily_chance_of_rain] => 92
                                    [daily_will_it_snow] => 0
                                    [daily_chance_of_snow] => 0
                                    [condition] => stdClass Object
                                        (
                                            [text] => Moderate rain
                                            [icon] => //cdn.weatherapi.com/weather/64x64/day/302.png
                                            [code] => 1189
                                        )

                                    [uv] => 0
                                )

                            [astro] => stdClass Object
                                (
                                    [sunrise] => 06:51 AM
                                    [sunset] => 05:06 PM
                                    [moonrise] => 07:15 PM
                                    [moonset] => 07:43 AM
                                    [moon_phase] => Waning Gibbous
                                    [moon_illumination] => 98
                                    [is_moon_up] => 1
                                    [is_sun_up] => 0
                                )

                            [hour] => Array
                                (
                                    [0] => stdClass Object
                                        (
                                            [time_epoch] => 1739487600
                                            [time] => 2025-02-14 00:00
                                            [temp_c] => 1.6
                                            [temp_f] => 34.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 71
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1017
                                            [pressure_in] => 30.03
                                            [precip_mm] => 0.53
                                            [precip_in] => 0.02
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -0.9
                                            [feelslike_f] => 30.5
                                            [windchill_c] => -0.9
                                            [windchill_f] => 30.5
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 34.9
                                            [dewpoint_c] => 1.2
                                            [dewpoint_f] => 34.1
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.1
                                            [uv] => 0
                                        )

                                    [1] => stdClass Object
                                        (
                                            [time_epoch] => 1739491200
                                            [time] => 2025-02-14 01:00
                                            [temp_c] => 1.6
                                            [temp_f] => 34.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/296.png
                                                    [code] => 1183
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 68
                                            [wind_dir] => ENE
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30.01
                                            [precip_mm] => 0.77
                                            [precip_in] => 0.03
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -0.8
                                            [feelslike_f] => 30.5
                                            [windchill_c] => -0.8
                                            [windchill_f] => 30.5
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 34.9
                                            [dewpoint_c] => 1.2
                                            [dewpoint_f] => 34.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 9
                                            [vis_miles] => 5
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.2
                                            [uv] => 0
                                        )

                                    [2] => stdClass Object
                                        (
                                            [time_epoch] => 1739494800
                                            [time] => 2025-02-14 02:00
                                            [temp_c] => 1.6
                                            [temp_f] => 35
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/296.png
                                                    [code] => 1183
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 54
                                            [wind_dir] => NE
                                            [pressure_mb] => 1016
                                            [pressure_in] => 29.99
                                            [precip_mm] => 1.67
                                            [precip_in] => 0.07
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -1
                                            [feelslike_f] => 30.2
                                            [windchill_c] => -1
                                            [windchill_f] => 30.2
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 35
                                            [dewpoint_c] => 1.3
                                            [dewpoint_f] => 34.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 9
                                            [vis_miles] => 5
                                            [gust_mph] => 7.6
                                            [gust_kph] => 12.3
                                            [uv] => 0
                                        )

                                    [3] => stdClass Object
                                        (
                                            [time_epoch] => 1739498400
                                            [time] => 2025-02-14 03:00
                                            [temp_c] => 1.7
                                            [temp_f] => 35
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/296.png
                                                    [code] => 1183
                                                )

                                            [wind_mph] => 3.6
                                            [wind_kph] => 5.8
                                            [wind_degree] => 25
                                            [wind_dir] => NNE
                                            [pressure_mb] => 1015
                                            [pressure_in] => 29.98
                                            [precip_mm] => 0.84
                                            [precip_in] => 0.03
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => -0
                                            [feelslike_f] => 32
                                            [windchill_c] => -0
                                            [windchill_f] => 32
                                            [heatindex_c] => 1.7
                                            [heatindex_f] => 35
                                            [dewpoint_c] => 1.3
                                            [dewpoint_f] => 34.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 9
                                            [vis_miles] => 5
                                            [gust_mph] => 5
                                            [gust_kph] => 8.1
                                            [uv] => 0
                                        )

                                    [4] => stdClass Object
                                        (
                                            [time_epoch] => 1739502000
                                            [time] => 2025-02-14 04:00
                                            [temp_c] => 1.6
                                            [temp_f] => 34.8
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 3.6
                                            [wind_kph] => 5.8
                                            [wind_degree] => 8
                                            [wind_dir] => N
                                            [pressure_mb] => 1015
                                            [pressure_in] => 29.98
                                            [precip_mm] => 0.7
                                            [precip_in] => 0.03
                                            [snow_cm] => 0
                                            [humidity] => 98
                                            [cloud] => 100
                                            [feelslike_c] => -0.1
                                            [feelslike_f] => 31.8
                                            [windchill_c] => -0.1
                                            [windchill_f] => 31.8
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 34.8
                                            [dewpoint_c] => 1.3
                                            [dewpoint_f] => 34.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 5
                                            [gust_kph] => 8.1
                                            [uv] => 0
                                        )

                                    [5] => stdClass Object
                                        (
                                            [time_epoch] => 1739505600
                                            [time] => 2025-02-14 05:00
                                            [temp_c] => 1.6
                                            [temp_f] => 34.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 4.3
                                            [wind_kph] => 6.8
                                            [wind_degree] => 22
                                            [wind_dir] => NNE
                                            [pressure_mb] => 1015
                                            [pressure_in] => 29.98
                                            [precip_mm] => 0.19
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 98
                                            [cloud] => 100
                                            [feelslike_c] => -0.5
                                            [feelslike_f] => 31.1
                                            [windchill_c] => -0.5
                                            [windchill_f] => 31.1
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 34.9
                                            [dewpoint_c] => 1.4
                                            [dewpoint_f] => 34.4
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6
                                            [gust_kph] => 9.6
                                            [uv] => 0
                                        )

                                    [6] => stdClass Object
                                        (
                                            [time_epoch] => 1739509200
                                            [time] => 2025-02-14 06:00
                                            [temp_c] => 1.6
                                            [temp_f] => 34.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 4.5
                                            [wind_kph] => 7.2
                                            [wind_degree] => 13
                                            [wind_dir] => NNE
                                            [pressure_mb] => 1015
                                            [pressure_in] => 29.97
                                            [precip_mm] => 0.09
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 99
                                            [cloud] => 100
                                            [feelslike_c] => -0.6
                                            [feelslike_f] => 31
                                            [windchill_c] => -0.6
                                            [windchill_f] => 31
                                            [heatindex_c] => 1.6
                                            [heatindex_f] => 34.9
                                            [dewpoint_c] => 1.4
                                            [dewpoint_f] => 34.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 6.2
                                            [gust_kph] => 9.9
                                            [uv] => 0
                                        )

                                    [7] => stdClass Object
                                        (
                                            [time_epoch] => 1739512800
                                            [time] => 2025-02-14 07:00
                                            [temp_c] => 1.7
                                            [temp_f] => 35
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 4.3
                                            [wind_kph] => 6.8
                                            [wind_degree] => 6
                                            [wind_dir] => N
                                            [pressure_mb] => 1015
                                            [pressure_in] => 29.98
                                            [precip_mm] => 0.06
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 99
                                            [cloud] => 100
                                            [feelslike_c] => -0.4
                                            [feelslike_f] => 31.3
                                            [windchill_c] => -0.4
                                            [windchill_f] => 31.3
                                            [heatindex_c] => 1.7
                                            [heatindex_f] => 35
                                            [dewpoint_c] => 1.5
                                            [dewpoint_f] => 34.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 5.7
                                            [gust_kph] => 9.3
                                            [uv] => 0
                                        )

                                    [8] => stdClass Object
                                        (
                                            [time_epoch] => 1739516400
                                            [time] => 2025-02-14 08:00
                                            [temp_c] => 1.8
                                            [temp_f] => 35.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light drizzle
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/266.png
                                                    [code] => 1153
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 1
                                            [wind_dir] => N
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30
                                            [precip_mm] => 0.24
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 99
                                            [cloud] => 100
                                            [feelslike_c] => -0.5
                                            [feelslike_f] => 31
                                            [windchill_c] => -0.5
                                            [windchill_f] => 31
                                            [heatindex_c] => 1.8
                                            [heatindex_f] => 35.2
                                            [dewpoint_c] => 1.6
                                            [dewpoint_f] => 34.9
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.2
                                            [gust_kph] => 10
                                            [uv] => 0
                                        )

                                    [9] => stdClass Object
                                        (
                                            [time_epoch] => 1739520000
                                            [time] => 2025-02-14 09:00
                                            [temp_c] => 1.8
                                            [temp_f] => 35.3
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 353
                                            [wind_dir] => N
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30
                                            [precip_mm] => 0.04
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 99
                                            [cloud] => 100
                                            [feelslike_c] => -0.7
                                            [feelslike_f] => 30.7
                                            [windchill_c] => -0.7
                                            [windchill_f] => 30.7
                                            [heatindex_c] => 1.8
                                            [heatindex_f] => 35.3
                                            [dewpoint_c] => 1.7
                                            [dewpoint_f] => 35
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 51
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 6.7
                                            [gust_kph] => 10.8
                                            [uv] => 0.1
                                        )

                                    [10] => stdClass Object
                                        (
                                            [time_epoch] => 1739523600
                                            [time] => 2025-02-14 10:00
                                            [temp_c] => 2
                                            [temp_f] => 35.6
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 346
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 99
                                            [cloud] => 100
                                            [feelslike_c] => -0.5
                                            [feelslike_f] => 31.1
                                            [windchill_c] => -0.5
                                            [windchill_f] => 31.1
                                            [heatindex_c] => 2
                                            [heatindex_f] => 35.6
                                            [dewpoint_c] => 1.8
                                            [dewpoint_f] => 35.3
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 56
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 6.5
                                            [gust_kph] => 10.5
                                            [uv] => 0.1
                                        )

                                    [11] => stdClass Object
                                        (
                                            [time_epoch] => 1739527200
                                            [time] => 2025-02-14 11:00
                                            [temp_c] => 2.2
                                            [temp_f] => 36
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 345
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30.01
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 98
                                            [cloud] => 100
                                            [feelslike_c] => -0.1
                                            [feelslike_f] => 31.8
                                            [windchill_c] => -0.1
                                            [windchill_f] => 31.8
                                            [heatindex_c] => 2.2
                                            [heatindex_f] => 36
                                            [dewpoint_c] => 2
                                            [dewpoint_f] => 35.6
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 51
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 6.3
                                            [gust_kph] => 10.1
                                            [uv] => 0.2
                                        )

                                    [12] => stdClass Object
                                        (
                                            [time_epoch] => 1739530800
                                            [time] => 2025-02-14 12:00
                                            [temp_c] => 2.5
                                            [temp_f] => 36.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 332
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30.01
                                            [precip_mm] => 0.1
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 97
                                            [cloud] => 100
                                            [feelslike_c] => 0.3
                                            [feelslike_f] => 32.6
                                            [windchill_c] => 0.3
                                            [windchill_f] => 32.6
                                            [heatindex_c] => 2.5
                                            [heatindex_f] => 36.5
                                            [dewpoint_c] => 2.1
                                            [dewpoint_f] => 35.7
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 5.9
                                            [gust_kph] => 9.5
                                            [uv] => 0.2
                                        )

                                    [13] => stdClass Object
                                        (
                                            [time_epoch] => 1739534400
                                            [time] => 2025-02-14 13:00
                                            [temp_c] => 2.5
                                            [temp_f] => 36.6
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light sleet
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/317.png
                                                    [code] => 1204
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 338
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30
                                            [precip_mm] => 0.25
                                            [precip_in] => 0.01
                                            [snow_cm] => 0
                                            [humidity] => 98
                                            [cloud] => 100
                                            [feelslike_c] => 0.3
                                            [feelslike_f] => 32.5
                                            [windchill_c] => 0.3
                                            [windchill_f] => 32.5
                                            [heatindex_c] => 2.5
                                            [heatindex_f] => 36.6
                                            [dewpoint_c] => 2.2
                                            [dewpoint_f] => 36
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 9
                                            [vis_miles] => 5
                                            [gust_mph] => 6.2
                                            [gust_kph] => 10
                                            [uv] => 0.2
                                        )

                                    [14] => stdClass Object
                                        (
                                            [time_epoch] => 1739538000
                                            [time] => 2025-02-14 14:00
                                            [temp_c] => 2.8
                                            [temp_f] => 37
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Fog
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/248.png
                                                    [code] => 1135
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 332
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 98
                                            [cloud] => 100
                                            [feelslike_c] => 0.7
                                            [feelslike_f] => 33.2
                                            [windchill_c] => 0.7
                                            [windchill_f] => 33.2
                                            [heatindex_c] => 2.8
                                            [heatindex_f] => 37
                                            [dewpoint_c] => 2.5
                                            [dewpoint_f] => 36.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 89
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 0
                                            [vis_miles] => 0
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.8
                                            [uv] => 0.1
                                        )

                                    [15] => stdClass Object
                                        (
                                            [time_epoch] => 1739541600
                                            [time] => 2025-02-14 15:00
                                            [temp_c] => 3
                                            [temp_f] => 37.3
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 340
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30.01
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 96
                                            [cloud] => 100
                                            [feelslike_c] => 0.7
                                            [feelslike_f] => 33.2
                                            [windchill_c] => 0.7
                                            [windchill_f] => 33.2
                                            [heatindex_c] => 3
                                            [heatindex_f] => 37.3
                                            [dewpoint_c] => 2.5
                                            [dewpoint_f] => 36.4
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 87
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 6.8
                                            [gust_kph] => 11
                                            [uv] => 0.1
                                        )

                                    [16] => stdClass Object
                                        (
                                            [time_epoch] => 1739545200
                                            [time] => 2025-02-14 16:00
                                            [temp_c] => 3
                                            [temp_f] => 37.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.6
                                            [wind_kph] => 9
                                            [wind_degree] => 352
                                            [wind_dir] => N
                                            [pressure_mb] => 1016
                                            [pressure_in] => 30.01
                                            [precip_mm] => 0.03
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 96
                                            [cloud] => 100
                                            [feelslike_c] => 0.6
                                            [feelslike_f] => 33
                                            [windchill_c] => 0.6
                                            [windchill_f] => 33
                                            [heatindex_c] => 3
                                            [heatindex_f] => 37.5
                                            [dewpoint_c] => 2.4
                                            [dewpoint_f] => 36.4
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 62
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.6
                                            [gust_kph] => 12.2
                                            [uv] => 0
                                        )

                                    [17] => stdClass Object
                                        (
                                            [time_epoch] => 1739548800
                                            [time] => 2025-02-14 17:00
                                            [temp_c] => 3
                                            [temp_f] => 37.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Mist
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/143.png
                                                    [code] => 1030
                                                )

                                            [wind_mph] => 5.1
                                            [wind_kph] => 8.3
                                            [wind_degree] => 351
                                            [wind_dir] => N
                                            [pressure_mb] => 1017
                                            [pressure_in] => 30.03
                                            [precip_mm] => 0.03
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 95
                                            [cloud] => 100
                                            [feelslike_c] => 0.8
                                            [feelslike_f] => 33.4
                                            [windchill_c] => 0.8
                                            [windchill_f] => 33.4
                                            [heatindex_c] => 3
                                            [heatindex_f] => 37.5
                                            [dewpoint_c] => 2.3
                                            [dewpoint_f] => 36.1
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 81
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 2
                                            [vis_miles] => 1
                                            [gust_mph] => 7.1
                                            [gust_kph] => 11.5
                                            [uv] => 0
                                        )

                                    [18] => stdClass Object
                                        (
                                            [time_epoch] => 1739552400
                                            [time] => 2025-02-14 18:00
                                            [temp_c] => 3
                                            [temp_f] => 37.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 1
                                            [wind_dir] => N
                                            [pressure_mb] => 1017
                                            [pressure_in] => 30.04
                                            [precip_mm] => 0.03
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 91
                                            [cloud] => 100
                                            [feelslike_c] => 0.7
                                            [feelslike_f] => 33.2
                                            [windchill_c] => 0.7
                                            [windchill_f] => 33.2
                                            [heatindex_c] => 3
                                            [heatindex_f] => 37.5
                                            [dewpoint_c] => 1.8
                                            [dewpoint_f] => 35.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 71
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 7.5
                                            [gust_kph] => 12.1
                                            [uv] => 0
                                        )

                                    [19] => stdClass Object
                                        (
                                            [time_epoch] => 1739556000
                                            [time] => 2025-02-14 19:00
                                            [temp_c] => 2.9
                                            [temp_f] => 37.2
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 347
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.06
                                            [precip_mm] => 0.03
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 87
                                            [cloud] => 100
                                            [feelslike_c] => 0.7
                                            [feelslike_f] => 33.2
                                            [windchill_c] => 0.7
                                            [windchill_f] => 33.2
                                            [heatindex_c] => 2.9
                                            [heatindex_f] => 37.2
                                            [dewpoint_c] => 1
                                            [dewpoint_f] => 33.8
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 84
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.7
                                            [gust_kph] => 10.8
                                            [uv] => 0
                                        )

                                    [20] => stdClass Object
                                        (
                                            [time_epoch] => 1739559600
                                            [time] => 2025-02-14 20:00
                                            [temp_c] => 2.5
                                            [temp_f] => 36.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 4.5
                                            [wind_kph] => 7.2
                                            [wind_degree] => 348
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1018
                                            [pressure_in] => 30.08
                                            [precip_mm] => 0.11
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 84
                                            [cloud] => 91
                                            [feelslike_c] => 0.5
                                            [feelslike_f] => 32.8
                                            [windchill_c] => 0.5
                                            [windchill_f] => 32.8
                                            [heatindex_c] => 2.5
                                            [heatindex_f] => 36.6
                                            [dewpoint_c] => 0.1
                                            [dewpoint_f] => 32.1
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.8
                                            [gust_kph] => 9.4
                                            [uv] => 0
                                        )

                                    [21] => stdClass Object
                                        (
                                            [time_epoch] => 1739563200
                                            [time] => 2025-02-14 21:00
                                            [temp_c] => 2.1
                                            [temp_f] => 35.8
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 3.4
                                            [wind_kph] => 5.4
                                            [wind_degree] => 317
                                            [wind_dir] => NW
                                            [pressure_mb] => 1019
                                            [pressure_in] => 30.1
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 83
                                            [cloud] => 100
                                            [feelslike_c] => 0.6
                                            [feelslike_f] => 33.2
                                            [windchill_c] => 0.6
                                            [windchill_f] => 33.2
                                            [heatindex_c] => 2.1
                                            [heatindex_f] => 35.8
                                            [dewpoint_c] => -0.5
                                            [dewpoint_f] => 31.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 71
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 4.5
                                            [gust_kph] => 7.2
                                            [uv] => 0
                                        )

                                    [22] => stdClass Object
                                        (
                                            [time_epoch] => 1739566800
                                            [time] => 2025-02-14 22:00
                                            [temp_c] => 1.7
                                            [temp_f] => 35
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 309
                                            [wind_dir] => NW
                                            [pressure_mb] => 1020
                                            [pressure_in] => 30.11
                                            [precip_mm] => 0.04
                                            [precip_in] => 0
                                            [snow_cm] => 0.03
                                            [humidity] => 82
                                            [cloud] => 100
                                            [feelslike_c] => -0.3
                                            [feelslike_f] => 31.6
                                            [windchill_c] => -0.3
                                            [windchill_f] => 31.6
                                            [heatindex_c] => 1.7
                                            [heatindex_f] => 35
                                            [dewpoint_c] => -1
                                            [dewpoint_f] => 30.2
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 65
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.3
                                            [gust_kph] => 8.5
                                            [uv] => 0
                                        )

                                    [23] => stdClass Object
                                        (
                                            [time_epoch] => 1739570400
                                            [time] => 2025-02-14 23:00
                                            [temp_c] => 1
                                            [temp_f] => 33.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 310
                                            [wind_dir] => NW
                                            [pressure_mb] => 1020
                                            [pressure_in] => 30.13
                                            [precip_mm] => 0.05
                                            [precip_in] => 0
                                            [snow_cm] => 0.04
                                            [humidity] => 79
                                            [cloud] => 100
                                            [feelslike_c] => -1.7
                                            [feelslike_f] => 28.9
                                            [windchill_c] => -1.7
                                            [windchill_f] => 28.9
                                            [heatindex_c] => 1
                                            [heatindex_f] => 33.9
                                            [dewpoint_c] => -2.1
                                            [dewpoint_f] => 28.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 85
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.1
                                            [uv] => 0
                                        )

                                )

                        )

                    [2] => stdClass Object
                        (
                            [date] => 2025-02-15
                            [date_epoch] => 1739577600
                            [day] => stdClass Object
                                (
                                    [maxtemp_c] => 1.2
                                    [maxtemp_f] => 34.1
                                    [mintemp_c] => -1
                                    [mintemp_f] => 30.2
                                    [avgtemp_c] => 0
                                    [avgtemp_f] => 32
                                    [maxwind_mph] => 5.6
                                    [maxwind_kph] => 9
                                    [totalprecip_mm] => 0.49
                                    [totalprecip_in] => 0.02
                                    [totalsnow_cm] => 0.32
                                    [avgvis_km] => 9.6
                                    [avgvis_miles] => 5
                                    [avghumidity] => 73
                                    [daily_will_it_rain] => 1
                                    [daily_chance_of_rain] => 84
                                    [daily_will_it_snow] => 0
                                    [daily_chance_of_snow] => 36
                                    [condition] => stdClass Object
                                        (
                                            [text] => Light snow
                                            [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                            [code] => 1213
                                        )

                                    [uv] => 0.2
                                )

                            [astro] => stdClass Object
                                (
                                    [sunrise] => 06:49 AM
                                    [sunset] => 05:07 PM
                                    [moonrise] => 08:22 PM
                                    [moonset] => 07:56 AM
                                    [moon_phase] => Waning Gibbous
                                    [moon_illumination] => 94
                                    [is_moon_up] => 1
                                    [is_sun_up] => 0
                                )

                            [hour] => Array
                                (
                                    [0] => stdClass Object
                                        (
                                            [time_epoch] => 1739574000
                                            [time] => 2025-02-15 00:00
                                            [temp_c] => 0.6
                                            [temp_f] => 33.1
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 316
                                            [wind_dir] => NW
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.14
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0.02
                                            [humidity] => 78
                                            [cloud] => 100
                                            [feelslike_c] => -2.2
                                            [feelslike_f] => 28
                                            [windchill_c] => -2.2
                                            [windchill_f] => 28
                                            [heatindex_c] => 0.6
                                            [heatindex_f] => 33.1
                                            [dewpoint_c] => -2.8
                                            [dewpoint_f] => 26.9
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 68
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.2
                                            [uv] => 0
                                        )

                                    [1] => stdClass Object
                                        (
                                            [time_epoch] => 1739577600
                                            [time] => 2025-02-15 01:00
                                            [temp_c] => 0.6
                                            [temp_f] => 33
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 314
                                            [wind_dir] => NW
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.14
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0.01
                                            [humidity] => 75
                                            [cloud] => 71
                                            [feelslike_c] => -1.9
                                            [feelslike_f] => 28.5
                                            [windchill_c] => -1.9
                                            [windchill_f] => 28.5
                                            [heatindex_c] => 0.6
                                            [heatindex_f] => 33
                                            [dewpoint_c] => -3.4
                                            [dewpoint_f] => 25.9
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 89
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6
                                            [gust_kph] => 9.6
                                            [uv] => 0
                                        )

                                    [2] => stdClass Object
                                        (
                                            [time_epoch] => 1739581200
                                            [time] => 2025-02-15 02:00
                                            [temp_c] => 0.1
                                            [temp_f] => 32.2
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 320
                                            [wind_dir] => NW
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.15
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 72
                                            [cloud] => 88
                                            [feelslike_c] => -2.8
                                            [feelslike_f] => 26.9
                                            [windchill_c] => -2.8
                                            [windchill_f] => 26.9
                                            [heatindex_c] => 0.1
                                            [heatindex_f] => 32.2
                                            [dewpoint_c] => -4.2
                                            [dewpoint_f] => 24.4
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 68
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.9
                                            [gust_kph] => 11.1
                                            [uv] => 0
                                        )

                                    [3] => stdClass Object
                                        (
                                            [time_epoch] => 1739584800
                                            [time] => 2025-02-15 03:00
                                            [temp_c] => -0.3
                                            [temp_f] => 31.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 5.6
                                            [wind_kph] => 9
                                            [wind_degree] => 321
                                            [wind_dir] => NW
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.15
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 71
                                            [cloud] => 4
                                            [feelslike_c] => -3.3
                                            [feelslike_f] => 26
                                            [windchill_c] => -3.3
                                            [windchill_f] => 26
                                            [heatindex_c] => -0.3
                                            [heatindex_f] => 31.6
                                            [dewpoint_c] => -4.8
                                            [dewpoint_f] => 23.4
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 7.2
                                            [gust_kph] => 11.6
                                            [uv] => 0
                                        )

                                    [4] => stdClass Object
                                        (
                                            [time_epoch] => 1739588400
                                            [time] => 2025-02-15 04:00
                                            [temp_c] => -0.6
                                            [temp_f] => 31
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 5.4
                                            [wind_kph] => 8.6
                                            [wind_degree] => 324
                                            [wind_dir] => NW
                                            [pressure_mb] => 1021
                                            [pressure_in] => 30.16
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 72
                                            [cloud] => 8
                                            [feelslike_c] => -3.6
                                            [feelslike_f] => 25.5
                                            [windchill_c] => -3.6
                                            [windchill_f] => 25.5
                                            [heatindex_c] => -0.6
                                            [heatindex_f] => 31
                                            [dewpoint_c] => -5.1
                                            [dewpoint_f] => 22.9
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 7
                                            [gust_kph] => 11.3
                                            [uv] => 0
                                        )

                                    [5] => stdClass Object
                                        (
                                            [time_epoch] => 1739592000
                                            [time] => 2025-02-15 05:00
                                            [temp_c] => -0.7
                                            [temp_f] => 30.7
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light freezing rain
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/311.png
                                                    [code] => 1198
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 332
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.17
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 72
                                            [cloud] => 76
                                            [feelslike_c] => -3.6
                                            [feelslike_f] => 25.6
                                            [windchill_c] => -3.6
                                            [windchill_f] => 25.6
                                            [heatindex_c] => -0.7
                                            [heatindex_f] => 30.7
                                            [dewpoint_c] => -5.2
                                            [dewpoint_f] => 22.7
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 63
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.4
                                            [gust_kph] => 10.3
                                            [uv] => 0
                                        )

                                    [6] => stdClass Object
                                        (
                                            [time_epoch] => 1739595600
                                            [time] => 2025-02-15 06:00
                                            [temp_c] => -0.9
                                            [temp_f] => 30.5
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/323.png
                                                    [code] => 1210
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 338
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 73
                                            [cloud] => 58
                                            [feelslike_c] => -3.2
                                            [feelslike_f] => 26.2
                                            [windchill_c] => -3.2
                                            [windchill_f] => 26.2
                                            [heatindex_c] => -0.9
                                            [heatindex_f] => 30.5
                                            [dewpoint_c] => -5
                                            [dewpoint_f] => 23
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 72
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.2
                                            [gust_kph] => 8.4
                                            [uv] => 0
                                        )

                                    [7] => stdClass Object
                                        (
                                            [time_epoch] => 1739599200
                                            [time] => 2025-02-15 07:00
                                            [temp_c] => -1
                                            [temp_f] => 30.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 2.5
                                            [wind_kph] => 4
                                            [wind_degree] => 342
                                            [wind_dir] => NNW
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.21
                                            [precip_mm] => 0.04
                                            [precip_in] => 0
                                            [snow_cm] => 0.03
                                            [humidity] => 76
                                            [cloud] => 92
                                            [feelslike_c] => -2.2
                                            [feelslike_f] => 28.1
                                            [windchill_c] => -2.2
                                            [windchill_f] => 28.1
                                            [heatindex_c] => -1
                                            [heatindex_f] => 30.2
                                            [dewpoint_c] => -4.6
                                            [dewpoint_f] => 23.7
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 62
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 3.1
                                            [gust_kph] => 5
                                            [uv] => 0
                                        )

                                    [8] => stdClass Object
                                        (
                                            [time_epoch] => 1739602800
                                            [time] => 2025-02-15 08:00
                                            [temp_c] => -0.9
                                            [temp_f] => 30.3
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 0.9
                                            [wind_kph] => 1.4
                                            [wind_degree] => 23
                                            [wind_dir] => NNE
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.23
                                            [precip_mm] => 0.06
                                            [precip_in] => 0
                                            [snow_cm] => 0.05
                                            [humidity] => 80
                                            [cloud] => 92
                                            [feelslike_c] => -0.9
                                            [feelslike_f] => 30.3
                                            [windchill_c] => -0.9
                                            [windchill_f] => 30.3
                                            [heatindex_c] => -0.9
                                            [heatindex_f] => 30.3
                                            [dewpoint_c] => -3.9
                                            [dewpoint_f] => 25
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 79
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 1.1
                                            [gust_kph] => 1.8
                                            [uv] => 0.3
                                        )

                                    [9] => stdClass Object
                                        (
                                            [time_epoch] => 1739606400
                                            [time] => 2025-02-15 09:00
                                            [temp_c] => -0.7
                                            [temp_f] => 30.7
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Moderate snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/332.png
                                                    [code] => 1219
                                                )

                                            [wind_mph] => 1.8
                                            [wind_kph] => 2.9
                                            [wind_degree] => 151
                                            [wind_dir] => SSE
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.23
                                            [precip_mm] => 0.08
                                            [precip_in] => 0
                                            [snow_cm] => 0.06
                                            [humidity] => 83
                                            [cloud] => 94
                                            [feelslike_c] => -0.7
                                            [feelslike_f] => 30.7
                                            [windchill_c] => -0.7
                                            [windchill_f] => 30.7
                                            [heatindex_c] => -0.7
                                            [heatindex_f] => 30.7
                                            [dewpoint_c] => -3.2
                                            [dewpoint_f] => 26.2
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 61
                                            [vis_km] => 5
                                            [vis_miles] => 3
                                            [gust_mph] => 2.1
                                            [gust_kph] => 3.5
                                            [uv] => 0.6
                                        )

                                    [10] => stdClass Object
                                        (
                                            [time_epoch] => 1739610000
                                            [time] => 2025-02-15 10:00
                                            [temp_c] => -0.4
                                            [temp_f] => 31.2
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Moderate snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/332.png
                                                    [code] => 1219
                                                )

                                            [wind_mph] => 3.1
                                            [wind_kph] => 5
                                            [wind_degree] => 170
                                            [wind_dir] => S
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.24
                                            [precip_mm] => 0.08
                                            [precip_in] => 0
                                            [snow_cm] => 0.05
                                            [humidity] => 83
                                            [cloud] => 99
                                            [feelslike_c] => -2.1
                                            [feelslike_f] => 28.2
                                            [windchill_c] => -2.1
                                            [windchill_f] => 28.2
                                            [heatindex_c] => -0.4
                                            [heatindex_f] => 31.2
                                            [dewpoint_c] => -2.9
                                            [dewpoint_f] => 26.8
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 76
                                            [vis_km] => 5
                                            [vis_miles] => 3
                                            [gust_mph] => 3.7
                                            [gust_kph] => 5.9
                                            [uv] => 0.8
                                        )

                                    [11] => stdClass Object
                                        (
                                            [time_epoch] => 1739613600
                                            [time] => 2025-02-15 11:00
                                            [temp_c] => -0.1
                                            [temp_f] => 31.9
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 182
                                            [wind_dir] => S
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.24
                                            [precip_mm] => 0.05
                                            [precip_in] => 0
                                            [snow_cm] => 0.04
                                            [humidity] => 81
                                            [cloud] => 98
                                            [feelslike_c] => -2.3
                                            [feelslike_f] => 27.9
                                            [windchill_c] => -2.3
                                            [windchill_f] => 27.9
                                            [heatindex_c] => -0.1
                                            [heatindex_f] => 31.9
                                            [dewpoint_c] => -3
                                            [dewpoint_f] => 26.6
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 100
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 75
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 4.7
                                            [gust_kph] => 7.6
                                            [uv] => 0.8
                                        )

                                    [12] => stdClass Object
                                        (
                                            [time_epoch] => 1739617200
                                            [time] => 2025-02-15 12:00
                                            [temp_c] => 0.4
                                            [temp_f] => 32.7
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow showers
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/368.png
                                                    [code] => 1255
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 186
                                            [wind_dir] => S
                                            [pressure_mb] => 1024
                                            [pressure_in] => 30.22
                                            [precip_mm] => 0.04
                                            [precip_in] => 0
                                            [snow_cm] => 0.03
                                            [humidity] => 76
                                            [cloud] => 100
                                            [feelslike_c] => -1.8
                                            [feelslike_f] => 28.8
                                            [windchill_c] => -1.8
                                            [windchill_f] => 28.8
                                            [heatindex_c] => 0.4
                                            [heatindex_f] => 32.7
                                            [dewpoint_c] => -3.4
                                            [dewpoint_f] => 26
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 69
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 4.7
                                            [gust_kph] => 7.6
                                            [uv] => 0.6
                                        )

                                    [13] => stdClass Object
                                        (
                                            [time_epoch] => 1739620800
                                            [time] => 2025-02-15 13:00
                                            [temp_c] => 0.8
                                            [temp_f] => 33.5
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 195
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.21
                                            [precip_mm] => 0.03
                                            [precip_in] => 0
                                            [snow_cm] => 0.02
                                            [humidity] => 71
                                            [cloud] => 99
                                            [feelslike_c] => -1.8
                                            [feelslike_f] => 28.8
                                            [windchill_c] => -1.8
                                            [windchill_f] => 28.8
                                            [heatindex_c] => 0.8
                                            [heatindex_f] => 33.5
                                            [dewpoint_c] => -3.8
                                            [dewpoint_f] => 25.1
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 1
                                            [chance_of_snow] => 75
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.7
                                            [gust_kph] => 9.2
                                            [uv] => 0.5
                                        )

                                    [14] => stdClass Object
                                        (
                                            [time_epoch] => 1739624400
                                            [time] => 2025-02-15 14:00
                                            [temp_c] => 1
                                            [temp_f] => 33.8
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Light snow
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/326.png
                                                    [code] => 1213
                                                )

                                            [wind_mph] => 4.9
                                            [wind_kph] => 7.9
                                            [wind_degree] => 205
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1023
                                            [pressure_in] => 30.2
                                            [precip_mm] => 0.02
                                            [precip_in] => 0
                                            [snow_cm] => 0.01
                                            [humidity] => 68
                                            [cloud] => 95
                                            [feelslike_c] => -1.5
                                            [feelslike_f] => 29.3
                                            [windchill_c] => -1.5
                                            [windchill_f] => 29.3
                                            [heatindex_c] => 1
                                            [heatindex_f] => 33.8
                                            [dewpoint_c] => -4.3
                                            [dewpoint_f] => 24.4
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 72
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.8
                                            [gust_kph] => 9.3
                                            [uv] => 0.3
                                        )

                                    [15] => stdClass Object
                                        (
                                            [time_epoch] => 1739628000
                                            [time] => 2025-02-15 15:00
                                            [temp_c] => 1.1
                                            [temp_f] => 33.9
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 4.3
                                            [wind_kph] => 6.8
                                            [wind_degree] => 212
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.19
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 67
                                            [cloud] => 70
                                            [feelslike_c] => -1.1
                                            [feelslike_f] => 30
                                            [windchill_c] => -1.1
                                            [windchill_f] => 30
                                            [heatindex_c] => 1.1
                                            [heatindex_f] => 33.9
                                            [dewpoint_c] => -4.3
                                            [dewpoint_f] => 24.2
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 68
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.1
                                            [gust_kph] => 8.2
                                            [uv] => 0.2
                                        )

                                    [16] => stdClass Object
                                        (
                                            [time_epoch] => 1739631600
                                            [time] => 2025-02-15 16:00
                                            [temp_c] => 1.2
                                            [temp_f] => 34.1
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Patchy rain nearby
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/176.png
                                                    [code] => 1063
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 211
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0.01
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 64
                                            [cloud] => 62
                                            [feelslike_c] => -0.9
                                            [feelslike_f] => 30.5
                                            [windchill_c] => -0.9
                                            [windchill_f] => 30.5
                                            [heatindex_c] => 1.2
                                            [heatindex_f] => 34.1
                                            [dewpoint_c] => -4.9
                                            [dewpoint_f] => 23.3
                                            [will_it_rain] => 1
                                            [chance_of_rain] => 84
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5
                                            [gust_kph] => 8
                                            [uv] => 0.1
                                        )

                                    [17] => stdClass Object
                                        (
                                            [time_epoch] => 1739635200
                                            [time] => 2025-02-15 17:00
                                            [temp_c] => 1
                                            [temp_f] => 33.9
                                            [is_day] => 1
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Sunny
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/day/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 4.7
                                            [wind_kph] => 7.6
                                            [wind_degree] => 205
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 64
                                            [cloud] => 24
                                            [feelslike_c] => -1.4
                                            [feelslike_f] => 29.5
                                            [windchill_c] => -1.4
                                            [windchill_f] => 29.5
                                            [heatindex_c] => 1.1
                                            [heatindex_f] => 33.9
                                            [dewpoint_c] => -5
                                            [dewpoint_f] => 23
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6
                                            [gust_kph] => 9.7
                                            [uv] => 0
                                        )

                                    [18] => stdClass Object
                                        (
                                            [time_epoch] => 1739638800
                                            [time] => 2025-02-15 18:00
                                            [temp_c] => 0.5
                                            [temp_f] => 32.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 4.3
                                            [wind_kph] => 6.8
                                            [wind_degree] => 202
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 67
                                            [cloud] => 10
                                            [feelslike_c] => -1.7
                                            [feelslike_f] => 28.9
                                            [windchill_c] => -1.7
                                            [windchill_f] => 28.9
                                            [heatindex_c] => 0.5
                                            [heatindex_f] => 32.9
                                            [dewpoint_c] => -4.8
                                            [dewpoint_f] => 23.3
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.8
                                            [gust_kph] => 9.4
                                            [uv] => 0
                                        )

                                    [19] => stdClass Object
                                        (
                                            [time_epoch] => 1739642400
                                            [time] => 2025-02-15 19:00
                                            [temp_c] => 0.2
                                            [temp_f] => 32.4
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 3.6
                                            [wind_kph] => 5.8
                                            [wind_degree] => 210
                                            [wind_dir] => SSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 69
                                            [cloud] => 4
                                            [feelslike_c] => -1.7
                                            [feelslike_f] => 29
                                            [windchill_c] => -1.7
                                            [windchill_f] => 29
                                            [heatindex_c] => 0.2
                                            [heatindex_f] => 32.4
                                            [dewpoint_c] => -4.7
                                            [dewpoint_f] => 23.6
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5
                                            [gust_kph] => 8
                                            [uv] => 0
                                        )

                                    [20] => stdClass Object
                                        (
                                            [time_epoch] => 1739646000
                                            [time] => 2025-02-15 20:00
                                            [temp_c] => -0.1
                                            [temp_f] => 31.7
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 3.4
                                            [wind_kph] => 5.4
                                            [wind_degree] => 223
                                            [wind_dir] => SW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 71
                                            [cloud] => 0
                                            [feelslike_c] => -1.9
                                            [feelslike_f] => 28.5
                                            [windchill_c] => -1.9
                                            [windchill_f] => 28.5
                                            [heatindex_c] => -0.1
                                            [heatindex_f] => 31.7
                                            [dewpoint_c] => -4.8
                                            [dewpoint_f] => 23.4
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 4.8
                                            [gust_kph] => 7.7
                                            [uv] => 0
                                        )

                                    [21] => stdClass Object
                                        (
                                            [time_epoch] => 1739649600
                                            [time] => 2025-02-15 21:00
                                            [temp_c] => -0.3
                                            [temp_f] => 31.4
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 4
                                            [wind_kph] => 6.5
                                            [wind_degree] => 221
                                            [wind_dir] => SW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.17
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 71
                                            [cloud] => 0
                                            [feelslike_c] => -2.6
                                            [feelslike_f] => 27.3
                                            [windchill_c] => -2.6
                                            [windchill_f] => 27.3
                                            [heatindex_c] => -0.3
                                            [heatindex_f] => 31.4
                                            [dewpoint_c] => -4.9
                                            [dewpoint_f] => 23.3
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.6
                                            [gust_kph] => 9.1
                                            [uv] => 0
                                        )

                                    [22] => stdClass Object
                                        (
                                            [time_epoch] => 1739653200
                                            [time] => 2025-02-15 22:00
                                            [temp_c] => -0.5
                                            [temp_f] => 31.2
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Clear 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/113.png
                                                    [code] => 1000
                                                )

                                            [wind_mph] => 4.5
                                            [wind_kph] => 7.2
                                            [wind_degree] => 235
                                            [wind_dir] => SW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.17
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 71
                                            [cloud] => 13
                                            [feelslike_c] => -3
                                            [feelslike_f] => 26.6
                                            [windchill_c] => -3
                                            [windchill_f] => 26.6
                                            [heatindex_c] => -0.5
                                            [heatindex_f] => 31.2
                                            [dewpoint_c] => -5.1
                                            [dewpoint_f] => 22.8
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 6.1
                                            [gust_kph] => 9.8
                                            [uv] => 0
                                        )

                                    [23] => stdClass Object
                                        (
                                            [time_epoch] => 1739656800
                                            [time] => 2025-02-15 23:00
                                            [temp_c] => -0.6
                                            [temp_f] => 30.9
                                            [is_day] => 0
                                            [condition] => stdClass Object
                                                (
                                                    [text] => Partly Cloudy 
                                                    [icon] => //cdn.weatherapi.com/weather/64x64/night/116.png
                                                    [code] => 1003
                                                )

                                            [wind_mph] => 4.3
                                            [wind_kph] => 6.8
                                            [wind_degree] => 243
                                            [wind_dir] => WSW
                                            [pressure_mb] => 1022
                                            [pressure_in] => 30.18
                                            [precip_mm] => 0
                                            [precip_in] => 0
                                            [snow_cm] => 0
                                            [humidity] => 68
                                            [cloud] => 33
                                            [feelslike_c] => -3
                                            [feelslike_f] => 26.6
                                            [windchill_c] => -3
                                            [windchill_f] => 26.6
                                            [heatindex_c] => -0.6
                                            [heatindex_f] => 31
                                            [dewpoint_c] => -5.7
                                            [dewpoint_f] => 21.8
                                            [will_it_rain] => 0
                                            [chance_of_rain] => 0
                                            [will_it_snow] => 0
                                            [chance_of_snow] => 0
                                            [vis_km] => 10
                                            [vis_miles] => 6
                                            [gust_mph] => 5.7
                                            [gust_kph] => 9.3
                                            [uv] => 0
                                        )

                                )

                        )

                )

        )

)