Conditions in Tokyo

The sky is clear. The temperature is 84 degrees Fahrenheit. The wind speed is 11.01 mph. The wind is blowing from the SSE. Sunrise is at 03:52:37pm. Sunset is at 05:41:45am. The sun is down.
Array
(
    [query_location] => Tokyo
    [computed_location] => Tokyo, JP
    [main_weather] => Clear
    [temperature] => 83.642
    [feels] => hot
    [wind_speed] => 11.0057448
    [wind_direction] => SSE
    [sun] => down
    [sunrise] => 03:52:37pm
    [sunset] => 05:41:45am
)

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] => 301.84
            [feels_like] => 307.24
            [temp_min] => 300.74
            [temp_max] => 302.5
            [pressure] => 1011
            [humidity] => 81
            [sea_level] => 1011
            [grnd_level] => 1009
        )

    [visibility] => 10000
    [wind] => Array
        (
            [speed] => 4.92
            [deg] => 167
            [gust] => 5.77
        )

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

    [dt] => 1786019898
    [sys] => Array
        (
            [type] => 2
            [id] => 268105
            [country] => JP
            [sunrise] => 1785959557
            [sunset] => 1786009305
        )

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