-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweather.json
More file actions
53 lines (53 loc) · 855 Bytes
/
Copy pathweather.json
File metadata and controls
53 lines (53 loc) · 855 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
45
46
47
48
49
50
51
52
53
{
"coord":{
"lon":-0.13,
"lat":51.51
},
"weather":[
{
"id":701,
"main":"Mist",
"description":"mist",
"icon":"50d"
},
{
"id":741,
"main":"Fog",
"description":"fog",
"icon":"50d"
},
{
"id":300,
"main":"Drizzle",
"description":"light intensity drizzle",
"icon":"09d"
}
],
"base":"stations",
"main":{
"temp":286.14,
"pressure":1011,
"humidity":93,
"temp_min":285.15,
"temp_max":287.15
},
"visibility":6000,
"wind":{
"speed":1.5
},
"clouds":{
"all":90
},
"dt":1539602400,
"sys":{
"type":1,
"id":5091,
"message":0.0031,
"country":"GB",
"sunrise":1539584705,
"sunset":1539623185
},
"id":2643743,
"name":"London",
"cod":200
}