Sign in

Lookup proxy detection

documented

Return proxy/vpn/TOR and related IP data for a given IP address.

GET /Proxy Detectionno 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.ip2proxy.com/?ip={{$ip}}&key={{IP2LOCATION_API_KEY}}&package=PX11&format=json" \\\n  -X GET \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\"
Lookup proxy detection · IP2Location · OpenIntegrations