Getting empty result even if data seems to be found
Faruman opened this issue · 1 comments
Faruman commented
When running the following querry:
https://api.openaq.org/v1/measurements?limit=10000&location=CENTENARIO
I get the following response:
{"meta":{"name":"openaq-api","license":"CC BY 4.0","website":"https://docs.openaq.org/","page":1,"limit":10000,"found":4686},"results":[]}
So it looks like measurements are found for this location (found: 4686), however, the result field itself is empty. So am I doing something wrong or how can this behaviour be explained?
The strange thing is that when I run queries for other locations, everything works fine and I get the intended result.
Thanks in advance for your help.
Best, Fabian
joelkperkins commented
Did you solve this?