-
Notifications
You must be signed in to change notification settings - Fork 9
/
aqi-specific-messages.json
319 lines (319 loc) · 16.2 KB
/
aqi-specific-messages.json
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
[{
"code": "PM2.5",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "Respiratory symptoms possible in unusually sensitive individuals; possible aggravation of heart or lung disease in people with cardiopulmonary disease and older adults",
"cautionaryStatements": "Unusually sensitive people should consider reducing prolonged or heavy exertion"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; aggravation of heart or lung disease and premature mortality in people with heart or lung disease",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should reduce prolonged or heavy exertion"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Increased aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; increased aggravation of heart or lung disease and premature mortality in people with heart or lung disease; increased respiratory effects in general population",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should avoid prolonged or heavy exertion; everyone else should reduce prolonged or heavy exertion"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Significant aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; significant aggravation of heart or lung disease and premature mortality in people with heart or lung disease; significant increase in respiratory effects in general population",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should avoid all physical activity outdoors. Everyone else should avoid prolonged or heavy exertion"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Serious aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; serious aggravation of heart or lung disease and premature mortality in people with heart or lung disease; serious risk of respiratory effects in general population",
"cautionaryStatements": "Everyone should avoid all physical activity outdoors; people with heart or lung disease, older adults, children, and people of lower socioeconomic status should remain indoors and keep activity levels low"
}
]
}, {
"code": "PM10",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "Respiratory symptoms possible in unusually sensitive individuals; possible aggravation of heart or lung disease in people with cardiopulmonary disease and older adults",
"cautionaryStatements": "Unusually sensitive people should consider reducing prolonged or heavy exertion"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; aggravation of heart or lung disease and premature mortality in people with heart or lung disease",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should reduce prolonged or heavy exertion"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Increased aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; increased aggravation of heart or lung disease and premature mortality in people with heart or lung disease; increased respiratory effects in general population",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should avoid prolonged or heavy exertion; everyone else should reduce prolonged or heavy exertion"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Significant aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; significant aggravation of heart or lung disease and premature mortality in people with heart or lung disease; significant increase in respiratory effects in general population",
"cautionaryStatements": "People with heart or lung disease, older adults, children, and people of lower socioeconomic status should avoid all physical activity outdoors. Everyone else should avoid prolonged or heavy exertion"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Serious aggravation of respiratory symptoms in sensitive groups including older adults, children, and people of lower socioeconomic status; serious aggravation of heart or lung disease and premature mortality in people with heart or lung disease; serious risk of respiratory effects in general population",
"cautionaryStatements": "Everyone should avoid all physical activity outdoors; people with heart or lung disease, older adults, children, and people of lower socioeconomic status should remain indoors and keep activity levels low"
}
]
}, {
"code": "O3",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "Unusually sensitive individuals may experience respiratory symptoms",
"cautionaryStatements": "Unusually sensitive people should consider reducing prolonged or heavy outdoor exertion"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of respiratory symptoms and breathing discomfort in people with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients",
"cautionaryStatements": "People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should reduce prolonged or heavy outdoor exertion"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Greater likelihood of respiratory symptoms and breathing in people with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients; possible respiratory effects in general population",
"cautionaryStatements": "People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should avoid prolonged or heavy outdoor exertion; everyone else should reduce prolonged or heavy outdoor exertion"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Increasingly severe symptoms and impaired breathing likely in people with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients; increasing likelihood of respiratory effects in general population",
"cautionaryStatements": "People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should avoid all outdoor exertion; everyone else should reduce outdoor exertion"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Severe respiratory effects and impaired breathing likely in people with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients; increasingly severe respiratory effects likely in general population",
"cautionaryStatements": "Everyone should avoid all outdoor exertion"
}
]
}, {
"code": "CO",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of reduced exercise tolerance due to increased cardiovascular symptoms, such as chest pain, in people with heart disease",
"cautionaryStatements": "People with heart disease, such as angina, should limit heavy exertion and avoid sources of CO, such as heavy traffic"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Reduced exercise tolerance due to increased cardiovascular symptoms, such as chest pain, in people with heart disease",
"cautionaryStatements": "People with heart disease, such as angina, should limit moderate exertion and avoid sources of CO, such as heavy traffic"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Significant aggravation of cardiovascular symptoms, such as chest pain, in people with heart disease",
"cautionaryStatements": "People with heart disease, such as angina, should avoid exertion and sources of CO, such as heavy traffic"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Serious aggravation of cardiovascular symptoms, such as chest pain, in people with heart disease; impairment of strenuous activities in general population",
"cautionaryStatements": "People with heart disease, such as angina, should avoid exertion and sources of CO, such as heavy traffic; everyone else should limit heavy exertion"
}
]
}, {
"code": "SO2",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of respiratory symptoms, such as chest tightness and breathing discomfort, in people with asthma",
"cautionaryStatements": "People with asthma should consider limiting outdoor exertion"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Increased respiratory symptoms, such as chest tightness and wheezing in people with asthma; possible aggravation of other lung diseases",
"cautionaryStatements": "Children, people with asthma, or other lung diseases, should limit outdoor exertion"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Significant increase in respiratory symptoms, such as wheezing and shortness of breath, in people with asthma; aggravation of other lung diseases",
"cautionaryStatements": "Children, people with asthma, or other lung diseases should avoid outdoor exertion; everyone else should reduce outdoor exertion"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Severe respiratory symptoms, such as wheezing and shortness of breath, in people with asthma; increased aggravation of other lung diseases; possible respiratory effects in general population",
"cautionaryStatements": "Children, people with asthma, or other lung diseases, should remain indoors; everyone else should avoid outdoor exertion"
}
]
}, {
"code": "NO2",
"aqiLevel": [{
"index": {
"min": 0,
"max": 50
},
"category": "Good",
"healthEffectsStatements": "None",
"cautionaryStatements": "None"
},
{
"index": {
"min": 51,
"max": 100
},
"category": "Moderate",
"healthEffectsStatements": "None",
"cautionaryStatements": "Unusually sensitive individuals should consider limiting prolonged exertion especially near busy roads"
}, {
"index": {
"min": 101,
"max": 150
},
"category": "Unhealthy for Sensitive Groups",
"healthEffectsStatements": "Increasing likelihood of respiratory symptoms, such as chest tightness and breathing discomfort, in people with asthma",
"cautionaryStatements": "People with asthma, children and older adults should limit prolonged exertion especially near busy roads"
}, {
"index": {
"min": 151,
"max": 200
},
"category": "Unhealthy",
"healthEffectsStatements": "Increased respiratory symptoms, such as chest tightness and wheezing in people with asthma; possible aggravation of other lung diseases",
"cautionaryStatements": "People with asthma, children and older adults should avoid prolonged exertion near roadways; everyone else should limit prolonged exertion especially near busy roads"
}, {
"index": {
"min": 201,
"max": 300
},
"category": "Very Unhealthy",
"healthEffectsStatements": "Significant increase in respiratory symptoms, such as wheezing and shortness of breath, in people with asthma; aggravation of other lung diseases",
"cautionaryStatements": "People with asthma, children and older adults should avoid all outdoor exertion; everyone else should avoid prolonged exertion especially near busy roads"
}, {
"index": {
"min": 301,
"max": 500
},
"category": "Hazardous",
"healthEffectsStatements": "Severe respiratory symptoms, such as wheezing and shortness of breath, in people with asthma; increased aggravation of other lung diseases; possible respiratory effects in general population",
"cautionaryStatements": "People with asthma, children and older adults should remain indoors; everyone else should avoid all outdoor exertion"
}
]
}]