You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limit parameter in the /boxes (get all boxes) endpoint does not do anything.
Example: https://api.opensensemap.org/boxes?bbox=7.4,51.85,7.82,52.05&limit=1 returns 800 boxes, not 1.
The
limitparameter in the/boxes(get all boxes) endpoint does not do anything.Example:
https://api.opensensemap.org/boxes?bbox=7.4,51.85,7.82,52.05&limit=1returns 800 boxes, not 1.