-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleOutput.json
More file actions
51 lines (51 loc) · 1.18 KB
/
SampleOutput.json
File metadata and controls
51 lines (51 loc) · 1.18 KB
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
{
"location": {
"name": "London",
"region": "City of London, Greater London",
"country": "United Kingdom",
"lat": 51.52,
"lon": -0.11,
"tz_id": "Europe/London",
"localtime_epoch": 1613896955,
"localtime": "2021-02-21 8:42"
},
"current": {
"last_updated_epoch": 1613896210,
"last_updated": "2021-02-21 08:30",
"temp_c": 11,
"temp_f": 51.8,
"is_day": 1,
"condition": {
"text": "Partly cloudy",
"icon": "//cdn.weatherapi.com/weather/64x64/day/116.png",
"code": 1003
},
"wind_mph": 3.8,
"wind_kph": 6.1,
"wind_degree": 220,
"wind_dir": "SW",
"pressure_mb": 1009,
"pressure_in": 30.3,
"precip_mm": 0.1,
"precip_in": 0,
"humidity": 82,
"cloud": 75,
"feelslike_c": 9.5,
"feelslike_f": 49.2,
"vis_km": 10,
"vis_miles": 6,
"uv": 1,
"gust_mph": 10.5,
"gust_kph": 16.9,
"air_quality": {
"co": 230.3,
"no2": 13.5,
"o3": 54.3,
"so2": 7.9,
"pm2_5": 8.6,
"pm10": 11.3,
"us-epa-index": 1,
"gb-defra-index": 1
}
}
}