-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
44 lines (44 loc) · 834 Bytes
/
data.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": 13.4105,
"lat": 52.5244
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01n"
}
],
"base": "stations",
"main": {
"temp": 282.35,
"feels_like": 280.38,
"temp_min": 280.42,
"temp_max": 283.68,
"pressure": 988,
"humidity": 76
},
"visibility": 10000,
"wind": {
"speed": 3.58,
"deg": 180,
"gust": 6.71
},
"clouds": {
"all": 0
},
"dt": 1699635167,
"sys": {
"type": 2,
"id": 2011538,
"country": "DE",
"sunrise": 1699597101,
"sunset": 1699629732
},
"timezone": 3600,
"id": 2950159,
"name": "Berlin",
"cod": 200
}