Advanced IP Verification allows you to detect within seconds whether an IP address is associated with an anonymous or potentially risky connection, such as proxy, VPN, or Tor nodes.
The service analyzes the user's IP network, assigns a risk score, and flags any abuse or suspicious activity linked to the IP, helping to prevent online fraud such as identity theft, fake accounts, and chargebacks.
Advanced IP Verification is available worldwide.
POST /ip-advanced
To use the service, simply make a POST request to the /ip-advanced endpoint by passing the IP you want to verify as a parameter.
POST /ip-advanced/+393331234567
The response usually takes a few seconds, but if you want to receive a notification when all response data is available, you can set up a callback.
{
"callback": {
"url": "https://your-server.site/123232",
"custom": 123
}
}
NOTE: When configuring the callback, it is mandatory to include a valid URL capable of handling POST requests. You can also populate the 'custom' field with any additional data you wish to include in the callback response.
POST /ip-advanced
The response includes over 25 pieces of information about the IP address, such as:
"data": {
"ip": "142.251.209.46",
"createdAt": "2025-07-29T12:17:11+00:00",
"updatedAt": "2025-07-29T12:17:11+00:00",
"state": "DONE",
"message": "Success",
"success": true,
"proxy": false,
"host": "mil04s51-in-f14.1e100.net",
"isp": "-",
"organization": "Google Workspace",
"asn": "-",
"country_code": "IT",
"city": "Milan",
"region": "Lombardia",
"timezone": "Europe/Rome",
"latitude": 45.47000122,
"longitude": 9.19999981,
"zip_code": "N/A",
"is_crawler": false,
"connection_type": "Data Center",
"recent_abuse": false,
"abuse_velocity": "none",
"bot_status": false,
"vpn": false,
"tor": false,
"active_vpn": false,
"active_tor": false,
"mobile": false,
"fraud_score": 0,
"frequent_abuser": "-",
"high_risk_attacks": "-",
"shared_connection": "-",
"dynamic_connection": "-",
"security_scanner": "-",
"trusted_network": "-",
"operating_system": [],
"browser": [],
"device_brand": [],
"device_model": [],
"transaction_details": [],
"errors": [],
"id": "6888bbc73eb5c5964009f933"
}
If it cannot be handled within the first 10 seconds, a partial response is returned with status NEW and an id to handle the request asynchronously.
In this case, a second (free) request will be needed to obtain the full data.
GET /ip-advanced/
Using the GET /ip-advanced/ endpoint, you can retrieve the data requested in the POST call by simply providing the id.
GET /ip-advanced
The endpoint to check the status of the request is /ip-advanced and the method used is GET. If a callback is implemented, you will be notified when your request is processed and the data is available.
This is an example of a request using the id obtained in the previous POST call
GET/ip-advanced/66db0a03e8ba8710290e3c0f
The response will return the same data described above, obtained via the POST method.
The Advanced IP Verification service is designed for companies operating in areas such as e-commerce, financial services, advertising, streaming, lead generation, and digital platforms, where it is essential to detect and block suspicious activity related to anonymous browsing.
Specifically, the service allows you to:
Thanks to its fast analysis and accurate data output, Advanced IP Verification supports any organization seeking to protect its infrastructure and optimize incoming traffic quality.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
IP Verification Advanced is a service that allows you to assess the reputation and risk level of any IP address in just a few seconds. It provides accurate information on geolocation, the probability of fraudulent or suspicious behavior, and the association with VPNs, proxies, or TOR networks. It also detects whether the IP has been involved in spam, bot activity, or cyberattacks, and assigns a risk score from 0 to 100 to help assess its reliability.
The risk score is a value from 0 to 100 that indicates the risk level of the IP address. It’s calculated based on the IP’s activity, history, and reputation in global threat intelligence networks. A score above 85 indicates high probability that the IP is dangerous (bot, fraud, abuse), while 100 means confirmed malicious behavior.
Yes. IP Verification Advanced identifies whether the IP is anonymous or uses masking technologies such as proxies, VPNs, or TOR, which are often used in fraud attempts or to bypass geographic restrictions.
Yes. The service provides accurate information on the country, region, city, and even the ISP (Internet Service Provider) associated with the IP address.
The IP Verification Advanced service is ideal for companies operating in areas such as cybersecurity, fintech, e-commerce, SaaS, and digital marketing, where identifying potentially risky users or traffic sources is essential. It helps:
block access from harmful IPs
prevent fraud attempts during registration or payment
strengthen verification and KYC processes
protect systems and infrastructure from attacks or abuse
improve decision-making based on real-time data
The service is available worldwide.
The service is delivered within seconds.
The service starts at €0.019 per request when using an annual subscription.
For one-time (non-subscription) requests, the cost is €0.049 per request.
You can send as many requests as needed, but the API has a per-minute processing limit. If you exceed that limit, a partial response will be returned with the status "NEW" and a unique ID. You can then retrieve the completed result asynchronously using the GET method.
NOTE: Each monthly subscription plan has a daily request cap:
1,000 / 5,000 / 10,000 requests per month → max 200 requests/day
20,000 requests/month → max 700 requests/day
50,000 requests/month → no daily limit