-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweather.json
71 lines (70 loc) · 2.07 KB
/
weather.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"city": "Pasir Gunung Selatan",
"latitude": -6.3594,
"longitude": 106.8461,
"temperature_celsius": 32.12,
"condition": "Clouds",
"condition_description": "overcast clouds",
"icon_code": "04d",
"temp_min_celsius": 31.29,
"temp_max_celsius": 32.57,
"humidity": 75,
"feels_like_celsius": 39.12,
"pressure": 1011,
"visibility": 10000,
"wind_deg": 54,
"gust_speed": 2.15,
"wind_speed": 2.04,
"rainfall_mm": ,
"snowfall_mm": ,
"clouds": 93,
"sunrise_readable": "2025-03-01 05:58:23",
"sunset_readable": "2025-03-01 18:11:58",
"timezone": 25200,
"coord_lon": 106.8461,
"coord_lat": -6.3594,
"wind_direction_text": "Northeast",
"weather_description_with_wind": "Wind Direction: Northeast",
"forecast_24h": [ {
"temperature_celsius": 32.12,
"condition": "Clouds",
"icon_code": "04d",
"date_readable": "10:00"
}, {
"temperature_celsius": 32.42,
"condition": "Clouds",
"icon_code": "04d",
"date_readable": "13:00"
}, {
"temperature_celsius": 30.73,
"condition": "Rain",
"icon_code": "10d",
"date_readable": "16:00"
}, {
"temperature_celsius": 27.96,
"condition": "Rain",
"icon_code": "10n",
"date_readable": "19:00"
}, {
"temperature_celsius": 27.07,
"condition": "Rain",
"icon_code": "10n",
"date_readable": "22:00"
}, {
"temperature_celsius": 26.30,
"condition": "Clouds",
"icon_code": "04n",
"date_readable": "01:00"
}, {
"temperature_celsius": 25.60,
"condition": "Clouds",
"icon_code": "03n",
"date_readable": "04:00"
}, {
"temperature_celsius": 26.14,
"condition": "Rain",
"icon_code": "10d",
"date_readable": "07:00"
},
]
}