Enrich your analytics with geographic data for better audience insights.
Basic analytics tools show page views but not where visitors are from. Geographic insights are essential for understanding your audience and planning expansion.
Use our IP Geolocation API to enrich analytics data with visitor locations. Build geographic dashboards, identify high-value regions, and understand your global audience.
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);