Conditions in Tokyo

It is raining. The temperature is 66 degrees Fahrenheit. The wind speed is 1.01 mph. The wind is blowing from the E. Sunrise is at 03:25:30pm. Sunset is at 05:54:46am. The sun is down.
Array
(
    [query_location] => Tokyo
    [computed_location] => Tokyo, JP
    [main_weather] => Rain
    [temperature] => 66.182
    [feels] => pleasant
    [wind_speed] => 1.006623
    [wind_direction] => E
    [sun] => down
    [sunrise] => 03:25:30pm
    [sunset] => 05:54:46am
)

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

    [weather] => Array
        (
            [0] => Array
                (
                    [id] => 502
                    [main] => Rain
                    [description] => heavy intensity rain
                    [icon] => 10n
                )

        )

    [base] => stations
    [main] => Array
        (
            [temp] => 292.14
            [feels_like] => 292.55
            [temp_min] => 291.25
            [temp_max] => 292.96
            [pressure] => 1012
            [humidity] => 94
            [sea_level] => 1012
            [grnd_level] => 1010
        )

    [visibility] => 6241
    [wind] => Array
        (
            [speed] => 0.45
            [deg] => 79
            [gust] => 1.34
        )

    [rain] => Array
        (
            [1h] => 5.62
        )

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

    [dt] => 1780835869
    [sys] => Array
        (
            [type] => 2
            [id] => 268395
            [country] => JP
            [sunrise] => 1780773930
            [sunset] => 1780826086
        )

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