List of gateways within range of coordinates V3

I want to get a list of gateways which are on the V3 stack in an area around certain coordinates. In V2 i used something like the following link:

https://www.thethingsnetwork.org/gateway-data/location?latitude=50.93870021131726&longitude=6.955204010009755&distance=5000

Is there something like this for v3 stack?

1 Like

Yes, and even better: the future API will also show gateways of other networks that are connected to Packet Broker and may be available through peering.

For the location you were interested in, the API call would be https://mapper.packetbroker.net/api/v2/gateways?distanceWithin[latitude]=50.938700&distanceWithin[longitude]=6.955204&distanceWithin[distance]=5000

For details on the API, you can load https://mapper.packetbroker.net/api/v2/openapi.json into https://editor.swagger.io/.

5 Likes

Thank you Hylke. Exactly what is was looking for.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.