detect proxy vpn ip

Protect your business against Proxy, VPN, TOR, Hosting Providers.

VPN & Proxy Detection API.


Register and make 1,000 queries per day for free.

Features

Free 1,000 requests/day

ProxyRadar provides 1,000 queries per day for free plan.

IPv4 & IPv6 Support

ProxyRadar helps you to detect IPv4 and also the modern IPv6

Detect Proxies

ProxyRadar helps you to detect web proxies and public proxies.

Detect VPN

ProxyRadar helps you detect Virtual Private Networks (VPNs)

Detect Hosting Providers

ProxyRadar helps you detect data centers amd web hosting

Detect TOR

ProxyRadar helps you detect Tor exits

Easy Subscriptions

Easily purchase, cancel or update a subscription

Friendly Support

If you faced any questions, you can contact us from here

Easy API.

Integrating the service into your own site is easy.

    Integrating service is easy. When you want to check and ip address is proxy, simply request:

    https://proxyradar.io/v1/check?key=YOUR-API-KEY&ip=15.197.142.173

    The response is a single character and contains Y, N or X: Y if it's a proxy, N if it isn't, or X if there's an error.

    If you want a JSON response just add &format=json to the end of the URL like the following example

    https://proxyradar.io/v1/check?key=YOUR-API-KEY&ip=15.197.142.173&format=json

    If proxy or VPN detected, the response will be:

    {
            "status": "success",
            "ip": "15.197.142.173",
            "proxy": 1
        }
                        

    If it isn't a proxy, the response will be:

    {
            "status": "success",
            "ip": "15.197.142.173",
            "proxy": 0
        }
                        

    If there's an error, the response will be:

    {
            "status": "error",
            "message": "Invalid IP address"
        }
                        

    You can also use simple php code to block access from VPN or Proxy

    
                          $ip = $_SERVER["REMOTE_ADDR"];
              $data = file_get_contents("https://proxyradar.io/v1/check?key=YOUR-API-KEY&ip=$ip");
    
              if($data == "Y"){
                die("Proxy or VPN Access is not allowed.");
              }
    
    
                                        

Simple & Affordable Pricing.

Our plans are designed to meet the requirements of both beginners and players. Get the right plan that suits you.

Personal

10,000 Queries Daily

Icon
$4.99
per month

Pro

50,000 Queries Daily

Icon
$9.99
per month

Business

100,000 Queries Daily

Icon
$19.99
per month

Enterprise

200,000 Queries Daily

Icon
$29.99
per month

* Refund requests can be accepted with in 10 days of the purchase.