Lookup IP geolocation (IP2Location.io)
documentedReturn geolocation and network data for an IP address using the IP2Location.io REST API.
GET /IP Geolocationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ip2location.io/?ip={{$ip}}&format=json" \
-X GET \
-H "Authorization: Bearer {{IP2LOCATION_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"