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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
{
"cod": "200",
"message": 0,
"cnt": 40,
"list": [
{
"dt": 1612882800,
"main": {
"temp": 273.52,
"feels_like": 266.68,
"temp_min": 273.17,
"temp_max": 273.52,
"pressure": 1009,
"sea_level": 1009,
"grnd_level": 997,
"humidity": 81,
"temp_kf": 0.35
},
"weather": [
{
"id": 803,
"main": "Clouds",
"description": "broken clouds",
"icon": "04d"
}
],
"clouds": {
"all": 67
},
"wind": {
"speed": 6.45,
"deg": 78
},
"visibility": 10000,
"pop": 0.12,
"sys": {
"pod": "d"
},
"dt_txt": "2021-02-09 15:00:00"
},
{
"dt": 1612893600,
"main": {
"temp": 271.54,
"feels_like": 264.77,
"temp_min": 270.9,
"temp_max": 271.54,
"pressure": 1007,
"sea_level": 1007,
"grnd_level": 996,
"humidity": 91,
"temp_kf": 0.64
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"clouds": {
"all": 86
},
"wind": {
"speed": 6.29,
"deg": 63
},
"visibility": 10000,
"pop": 0.08,
"sys": {
"pod": "n"
},
"dt_txt": "2021-02-09 18:00:00"
},
{
"dt": 1612904400,
"main": {
"temp": 270.28,
"feels_like": 263.77,
"temp_min": 270.03,
"temp_max": 270.28,
"pressure": 1008,
"sea_level": 1008,
"grnd_level": 998,
"humidity": 9
},
"weather": [{"id": 802}]
}
]
}
|