-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-aqi-week.json
More file actions
62 lines (62 loc) · 1.04 KB
/
sample-aqi-week.json
File metadata and controls
62 lines (62 loc) · 1.04 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
52
53
54
55
56
57
58
59
60
61
62
{
"location": "Delhi",
"updated": "2023-06-15T14:30:00Z",
"forecast": [
{
"day": "Mon",
"aqi": 120,
"pm25": 80,
"pm10": 50,
"temp": 32,
"condition": "Unhealthy for Sensitive"
},
{
"day": "Tue",
"aqi": 140,
"pm25": 90,
"pm10": 60,
"temp": 34,
"condition": "Unhealthy"
},
{
"day": "Wed",
"aqi": 160,
"pm25": 100,
"pm10": 70,
"temp": 36,
"condition": "Unhealthy"
},
{
"day": "Thu",
"aqi": 110,
"pm25": 70,
"pm10": 45,
"temp": 31,
"condition": "Unhealthy for Sensitive"
},
{
"day": "Fri",
"aqi": 90,
"pm25": 50,
"pm10": 30,
"temp": 30,
"condition": "Moderate"
},
{
"day": "Sat",
"aqi": 200,
"pm25": 120,
"pm10": 80,
"temp": 35,
"condition": "Very Unhealthy"
},
{
"day": "Sun",
"aqi": 310,
"pm25": 180,
"pm10": 120,
"temp": 37,
"condition": "Hazardous"
}
]
}