AntiVPN v1.3
Image Description

No Results

  • Get Support
  • Preview Demo
AntiVPN v1.3
  • Docs
  • API
  • Documentation
  • Introduction
  • Getting started
  • Creating an API Key
  • Regenerate API Key
  • Disable API Key
  • API Reference
  • How to use API
  • API Parameters
  • API Response
  • Json Success Response
  • Json Error Response
  • XML Success Response
  • XML Error Response
  • Integrations
  • Laravel Module
  • CodeIgniter Module
  • CakePHP Module

Documentation

AntiVPN's Proxy & VPN Detection API allows you to Proactively Prevent Fraud via a simple API that provides data points for risk analysis, geo location, and IP intelligence. This endpoint allows on-demand lookups using our IP reputation API to accurately identify threats and compromised connections.

To use our API, you must have a valid API Key. Do not share this key with anyone.

Get an API Key

AntiVPN API

Please replace {YOUR_API_KEY_HERE} with your API Key and {USER_IP_HERE} with the IP address you wish to analyze.

        
            https://antivpn.net/api/v1/lookup?ip={USER_IP_HERE}&key={YOUR_API_KEY_HERE}
        
      

API Parameters List

Parameter Description
ip IP address you wish to analyze
key Your AntiVPN API Key Get an API Key
format Response format you wish to get as a result after calling the API - json, xml - json by deafult

API Parameters ip and key are mandatory parameters. All Parameters are Case sensitive, any other macros will be stripped from the URL.

API Response

{
    "success": true,
    "request_id": "120154",
    "ip": "66.249.65.184",
    "country_code": "US",
    "country_name": "United States of America",
    "is_proxy": true
}