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:
Is there something like this for v3 stack?
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:
Is there something like this for v3 stack?
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/.
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.