-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
44 lines (44 loc) · 836 Bytes
/
test.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
{
"coord": {
"lon": -0.1275,
"lat": 51.5072
},
"weather": [
{
"id": 803,
"main": "Clouds",
"description": "broken clouds",
"icon": "04d"
}
],
"base": "stations",
"main": {
"temp": 10.79,
"feels_like": 10.22,
"temp_min": 9.35,
"temp_max": 12.77,
"pressure": 1014,
"humidity": 88
},
"visibility": 10000,
"wind": {
"speed": 3.6,
"deg": 250,
"gust": 8.75
},
"clouds": {
"all": 54
},
"dt": 1695456682,
"sys": {
"type": 2,
"id": 2075535,
"country": "GB",
"sunrise": 1695448049,
"sunset": 1695491918
},
"timezone": 3600,
"id": 2643743,
"name": "London",
"cod": 200
}