Air Quality API results

When I get results from the Air Quality API Is there anyway I can find out what the range of pollutant results are - testing the API gives me a Low result currently:

“nO2Band”: “Low”,
“o3Band”: “Low”,
“pM10Band”: “Low”,
“pM25Band”: “Low”,
“sO2Band”: “Low”,

Is it “Low”, “Moderate” & “High” ?

It would be really useful to know so I can colour key my results.

Hi @petenice - welcome to the forum.

I think this is correct, although I believe there is a Very High category. The data is actually just proxied from Imperial College, so it may be worth looking at their documentation for further details.

Thanks,
James

Thanks James - appreciate the response