-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathone.json
49 lines (49 loc) · 926 Bytes
/
one.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
{
"coord": {
"lon": 32.5814,
"lat": 0.3177
},
"weather": [
{
"id": 500,
"main": "Rain",
"description": "light rain",
"icon": "10d"
}
],
"base": "stations",
"main": {
"temp": 292.81,
"feels_like": 292.11,
"temp_min": 292.81,
"temp_max": 292.81,
"pressure": 1014,
"humidity": 49,
"sea_level": 1014,
"grnd_level": 884
},
"visibility": 10000,
"wind": {
"speed": 1.57,
"deg": 118,
"gust": 2.31
},
"rain": {
"1h": 0.2
},
"clouds": {
"all": 46
},
"dt": 1693639309,
"sys": {
"type": 1,
"id": 2642,
"country": "UG",
"sunrise": 1693626373,
"sunset": 1693669997
},
"timezone": 10800,
"id": 232422,
"name": "Kampala",
"cod": 200
}