VPN Detection API

API Documentation

 

Introduction

This API collects data all across the web, where our algorithm detects Proxies, VPN, Tor nodes, Servers, and Robots. This gives developers and businesses a peace of mind when it comes to detecting and blocking IP addresses associated with Proxies, VPN, Tor nodes, Servers, and Robots. This tool also helps prevent shopping or click fraud, prevent unwanted users from blocked locations, reduce fake accounts and spam, prevent bots and malware, and more!

 

 

----------------------------------------------------------------------------------------------------

 

To use our API, you must follow the URL structure that is provided below:

 

https://developer.nstoolz.com/api/ipkit/?ip=8.8.8.8

 

----------------------------------------------------------------------------------------------------

After that, you should get an output json similar to this:

 

{

    "status": "success",

    "ip": "8.8.8.8",

    "hostname": "dns.google",

    "location": {

       "country_code": "US",

       "country": "United States"

    },

    "operator": {

       "asn": "15169 - GOOGLE - Google LLC",

       "isp": "Google LLC"

    },

    "security": {

       "is_vpn": true,

       "score": "10",

       "risk": "low"

    }

}

----------------------------------------------------------------------------------------------------

 

 

Query Info:
    isp: The internet service provoder.
    asn: The autonomous system number with isp.
    score: The risk score, can be used to decide and deliver what form of human verification needed. Highest is 100.
    risk: Similar to score. values are low, medium, and high.