Conditions in Tokyo

The sky is clear. The temperature is 57 degrees Fahrenheit. The wind speed is 16.91 mph. The wind is blowing from the S. Sunrise is at 04:18:34pm. Sunset is at 05:07:30am. The sun is down.
Array
(
    [query_location] => Tokyo
    [computed_location] => Tokyo, JP
    [main_weather] => Clear
    [temperature] => 57.362
    [feels] => pleasant
    [wind_speed] => 16.9112664
    [wind_direction] => S
    [sun] => down
    [sunrise] => 04:18:34pm
    [sunset] => 05:07:30am
)

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

    [weather] => Array
        (
            [0] => Array
                (
                    [id] => 800
                    [main] => Clear
                    [description] => clear sky
                    [icon] => 01n
                )

        )

    [base] => stations
    [main] => Array
        (
            [temp] => 287.24
            [feels_like] => 286.09
            [temp_min] => 287.24
            [temp_max] => 287.24
            [pressure] => 1022
            [humidity] => 53
            [sea_level] => 1022
            [grnd_level] => 1020
        )

    [visibility] => 10000
    [wind] => Array
        (
            [speed] => 7.56
            [deg] => 178
            [gust] => 9.6
        )

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

    [dt] => 1775654700
    [sys] => Array
        (
            [country] => JP
            [sunrise] => 1775593114
            [sunset] => 1775639250
        )

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