Geolocation, ASN, ISP, VPN & proxy detection, and threat intelligence - one blazing-fast API trusted by developers worldwide.
Your IP Address
Detecting…
99.9%
Accuracy
195+
Countries
<30ms
Response
Free
To Start
No account required. Full API response below.
Loading…
Everything you need to understand any IP address - from geolocation to threat intelligence.
Country, city, region, latitude/longitude, timezone, and postal code for any IP.
Sub-30ms responses from our intelligent caching layer - built for high throughput.
Identify VPNs, proxies, Tor nodes, hosting providers, abusers, and bogon IPs.
Autonomous system number, network name, ISP, carrier, route prefix, and RIR.
Look up hundreds of IPs in a single API call - perfect for log analysis and enrichment.
Real-time event delivery to your endpoints - subscription changes, quota alerts.
One endpoint, rich response. Integrate IP intelligence into any stack in minutes.
Authentication
Bearer token or ?key= query param
Response format
Consistent JSON schema every time
Rate limits
100 free requests/day, no card required
{
"success": true,
"ip": "8.8.8.8",
"geo": {
"country": "United States",
"city": "Mountain View",
"timezone": "America/Los_Angeles"
},
"asn": {
"asn": "AS15169",
"name": "Google LLC"
},
"privacy": {
"is_vpn": false,
"is_proxy": false,
"is_hosting": true
}
}