Deliver location-specific content, pricing, and experiences based on user IP address.
Global websites need to show relevant content, currencies, and offers based on visitor location. Without geolocation, all users see the same generic experience.
Our IP Lookup API detects visitor location instantly. Use it to show local pricing, redirect to regional sites, display location-specific offers, and personalize the user experience.
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);