-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
37 lines (37 loc) · 751 Bytes
/
test.json
File metadata and controls
37 lines (37 loc) · 751 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
{
"coord": {
"lon": 8.94,
"lat": 44.41
},
"sys": {
"message": 0.0226,
"country": "Italy",
"sunrise": 1399694522,
"sunset": 1399747153
},
"weather": [{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04d"
}],
"base": "cmc stations",
"main": {
"temp": 289.718,
"temp_min": 289.718,
"temp_max": 289.718,
"pressure": 985.45,
"sea_level": 1027.04,
"grnd_level": 985.45,
"humidity": 75
},
"wind": {
"speed": 2.06,
"deg": 151.003
},
"clouds": {"all": 88},
"dt": 1399737661,
"id": 6535088,
"name": "Genoa",
"cod": 200
}