# IP2Proxy **Provider:** IP2Location **Category:** security **Base URL:** `https://api.ip2proxy.com` **Auth:** api-key — `GET /?key=YOUR_KEY&ip=8.8.8.8` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.ip2location.com/web-service/ip2proxy ## Description Proxy and VPN detection API that identifies anonymous proxies, VPNs, TOR exit nodes, data center ranges, and residential proxies from an IP address. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.ip2proxy.com/` | Check if an IP address is a proxy | ## Authentication API key as a query parameter (key) ``` GET /?key=YOUR_KEY&ip=8.8.8.8 ``` ## Sample Request ```bash curl 'https://api.ip2proxy.com/?key=YOUR_KEY&ip=8.8.8.8&package=PX1' ``` ## Sample Response ```json {"response":"OK","countryCode":"US","isProxy":"NO","proxyType":"-","isp":"Google LLC"} ``` ## Pricing Details Free tier available; paid plans for higher volume and advanced proxy types. --- *Source: [API Map](https://apimap.dev/apis/ip2proxy/) — CC BY 4.0*