Get API
Back to Marketplace
πŸ—ΊοΈ
Freemiumv1.3.0

IPInsight Geo & Threat API

Maps & Location Infrastructure

IPInsight returns country, region, city, postal code, timezone, and currency for any IP across 250k unique ASNs. Threat intelligence flags VPN, proxy, TOR exit nodes, data center IPs, and abusive sources. Useful for geo-fencing content, fraud detection, and access control.

RESTTypeScript SDKOpenAPINode.jsPython
https://api.ipinsight.io/v1
Trust Score

4.7 / 5

198 dev notes

Live Uptime

99.98%

Guaranteed SLA

Avg Latency

12ms

Global Edge

API Traffic

32.0M

monthly average

Available Endpoints

GET/:ipFull geo + threat data for an IP
GET/:ip/geoGeo data only (country, city, TZ)
GET/:ip/threatThreat intelligence only (VPN, proxy)
POST/batchBatch lookup up to 100 IPs
Implementation Example
const res = await fetch('https://api.ipinsight.io/v1/8.8.8.8', {
  headers: { 'X-API-Key': process.env.IPI_KEY },
});
const data = await res.json();
// {
//   ip: '8.8.8.8', country: 'US', city: 'Mountain View',
//   timezone: 'America/Los_Angeles',
//   threat: { is_vpn: false, is_proxy: false, risk_score: 3 }
// }

API Access

βœ“ FREE TIER ACTIVE

First 30,000 calls are free every month.

Personal$9/mo
Team$29/mo
Enterprise$99/mo
Technical Docs

API Provider

Ravi Patel

Ravi Patel

API architect & backend engineer. 12+ yrs building scalable APIs.