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 KeyAntiVPN 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 }