-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck.json
More file actions
44 lines (44 loc) · 700 Bytes
/
Copy pathcheck.json
File metadata and controls
44 lines (44 loc) · 700 Bytes
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': 47.2628,
'lat': 56.1168
},
'weather': [
{
'id': 803,
'main': 'Clouds',
'description': 'broken clouds',
'icon': '04n'
}
],
'base': 'stations',
'main': {
'temp': 272.03,
'feels_like': 265.03,
'temp_min': 272.03,
'temp_max': 272.03,
'pressure': 1004,
'humidity': 86
},
'visibility': 10000,
'wind': {
'speed': 9,
'deg': 290,
'gust': 14
},
'clouds': {
'all': 75
},
'dt': 1672681771,
'sys': {
'type': 1,
'id': 9042,
'country': 'RU',
'sunrise': 1672636965,
'sunset': 1672662383
},
'timezone': 10800,
'id': 569696,
'name': 'Cheboksary',
'cod': 200
}