VPN Detect
Detect whether an IP address is associated with a VPN, proxy server, Tor exit node, or datacenter hosting. Returns a comprehensive risk assessment including a 0-100 risk score, detection flags, provider identification, and geolocation data. Ideal for fraud prevention, bot detection, ad verification, content access control, account security, and compliance workflows.
VPN Detect endpoints
| Method | Endpoint | Description |
|---|---|---|
| Check | ||
| POST |
checkIpPost /v1/check |
Check if an IP address is associated with a VPN, proxy, Tor exit node, or datacenter hosting via JSON body. Identical to the GET endpoint but accepts parameters in the request… |
| GET |
checkIpGet /v1/check |
Check if an IP address is associated with a VPN, proxy, Tor exit node, or datacenter hosting. Returns detection flags, a 0-100 risk score, provider identification, and optional… |
| Bulk | ||
| POST |
bulkCheckIps /v1/bulk |
Check multiple IP addresses for VPN/proxy status in a single request. Accepts up to 50 IPs per request. This endpoint is available only on PRO and Ultra plans. Results are… |
| Health | ||
| GET |
getHealth /health |
Returns the current health status of the VPN Detect API. This endpoint does not require authentication. |
| Documentation | ||
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the VPN Detect API. |
| Other endpoints | ||
| POST |
bulkCheckIps /v1/bulk |
Check multiple IP addresses for VPN/proxy status in a single request. Accepts up to 50 IPs per request. This endpoint is available only on PRO and Ultra plans. Results are… |
| POST |
checkIpPost /v1/check |
Check if an IP address is associated with a VPN, proxy, Tor exit node, or datacenter hosting via JSON body. Identical to the GET endpoint but accepts parameters in the request… |
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the VPN Detect API. |
| GET |
getHealth /health |
Returns the current health status of the VPN Detect API. This endpoint does not require authentication. |
VPN Detect pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|