Detect suspicious activity by analyzing IP addresses for VPNs, proxies, and location mismatches.
Fraudsters use VPNs, proxies, and data centers to hide their true location. Without IP intelligence, fraud detection systems miss key signals.
Our API provides VPN and proxy detection, data center identification, and location data to flag suspicious transactions. Compare IP location with billing address to catch fraud.
const res = await fetch("https://api.apiverve.com/v1/iplookup?ip=173.172.81.20", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);