20 lines
583 B
JSON
20 lines
583 B
JSON
|
{
|
||
|
"state": {
|
||
|
"airvisual__pollutant_label": {
|
||
|
"co": "Karbon monoksida",
|
||
|
"n2": "Nitrogen dioksida",
|
||
|
"o3": "Ozon",
|
||
|
"p1": "PM10",
|
||
|
"p2": "PM2.5",
|
||
|
"s2": "Sulfur Dioksida"
|
||
|
},
|
||
|
"airvisual__pollutant_level": {
|
||
|
"good": "Bagus",
|
||
|
"hazardous": "Berbahaya",
|
||
|
"moderate": "Sedang",
|
||
|
"unhealthy": "Tidak sehat",
|
||
|
"unhealthy_sensitive": "Tidak sehat untuk kelompok sensitif",
|
||
|
"very_unhealthy": "Sangat tidak sehat"
|
||
|
}
|
||
|
}
|
||
|
}
|