The AirGradient API documentation mentions “pm003Count” (the number of particles with a diameter above 0.3 microns in 1 deciliter of air). Is there a similar field for “PM2.5” particle counts? If so, how can it be accessed via the API?
Not sure if the public API is the same as the local one, but from;
it shows
| pm003Count | Number | Particle count 0.3um per dL |
|---|---|---|
| pm005Count | Number | Particle count 0.5um per dL |
| pm01Count | Number | Particle count 1.0um per dL |
| pm02Count | Number | Particle count 2.5um per dL |
| pm50Count | Number | Particle count 5.0um per dL (only for indoor monitor) |
| pm10Count | Number | Particle count 10um per dL (only for indoor monitor) |