Sign in

Lookup IP geolocation (IP2Location.io)

documented

Return geolocation and network data for an IP address using the IP2Location.io REST API.

GET /IP Geolocationno implementation yet0 runs
No 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"
Lookup IP geolocation (IP2Location.io) · IP2Location · OpenIntegrations