Conditions in Tokyo

It is cloudy. The temperature is 49 degrees Fahrenheit. The wind speed is 3 mph. The wind is blowing from the NW. Sunrise is at 04:39:13pm. Sunset is at 02:27:56am. The sun is down.
Array
(
    [query_location] => Tokyo
    [computed_location] => Tokyo, JP
    [main_weather] => Clouds
    [temperature] => 48.794
    [feels] => pleasant
    [wind_speed] => 2.9974996
    [wind_direction] => NW
    [sun] => down
    [sunrise] => 04:39:13pm
    [sunset] => 02:27:56am
)

Array
(
    [coord] => Array
        (
            [lon] => 139.6917
            [lat] => 35.6895
        )

    [weather] => Array
        (
            [0] => Array
                (
                    [id] => 804
                    [main] => Clouds
                    [description] => overcast clouds
                    [icon] => 04n
                )

        )

    [base] => stations
    [main] => Array
        (
            [temp] => 282.48
            [feels_like] => 282.21
            [temp_min] => 280.74
            [temp_max] => 283.52
            [pressure] => 1023
            [humidity] => 46
            [sea_level] => 1023
            [grnd_level] => 1020
        )

    [visibility] => 10000
    [wind] => Array
        (
            [speed] => 1.34
            [deg] => 315
            [gust] => 2.68
        )

    [clouds] => Array
        (
            [all] => 100
        )

    [dt] => 1765283703
    [sys] => Array
        (
            [type] => 2
            [id] => 268395
            [country] => JP
            [sunrise] => 1765229953
            [sunset] => 1765265276
        )

    [timezone] => 32400
    [id] => 1850144
    [name] => Tokyo
    [cod] => 200
)