It seems as though the 'NEARBY' query isn't working, no matter what coordinates I use, for example when I input the coordinates for Honolulu HI:
https://api.windy.com/api/webcams/v2/list/nearby=-157.86,21.30,200
I get the following return:
result: Object { offset: 0, limit: 10, total: 0, … }
limit: 10
offset: 0
total: 0
webcams: Array []
length: 0
but if I request using 'REGION' with:
...list/region=US.HI
I get a populated array including cams which are definitely within the 200KM radius set in the previous call.
Is there something I am doing wrong, or is this a bug of some kind, I cannot see that anyone else is having the same problem...