IP Intelligence
Free tierGeolocate any IPv4 or IPv6 address with carrier and threat context.
About this API
Resolve an IP address to country, region, city, coordinates, timezone, currency, connection type, ASN, and carrier. Includes proxy, VPN, Tor, and hosting-provider detection so you can score risk before a request ever reaches your application.
Common use cases
Quickstart
Every Zephiel API uses the same base URL, the same key header, and the same error envelope.
curl -X GET "https://zephiel.com/api/v1/ip-intelligence/lookup/8.8.8.8" \
-H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
-H "Accept: application/json"Example response
{
"ip": "102.89.34.17",
"country": "Nigeria",
"country_code": "NG",
"city": "Lagos",
"latitude": 6.4531,
"longitude": 3.3958,
"timezone": "Africa/Lagos",
"connection": { "asn": 29465, "isp": "MTN Nigeria" },
"threat": { "is_proxy": false, "is_tor": false, "risk_score": 8 }
}/v1/ip-intelligence/lookup/{ip}Full intelligence record for one IP/v1/ip-intelligence/batchLook up as many as 1,000 IPs per call/v1/ip-intelligence/checkGeolocate the caller's own IP/v1/ip-intelligence/threat/{ip}Proxy, VPN, Tor, and abuse signalsAll endpoints return JSON and accept the X-Zephiel-Key header. Rate limits are enforced per plan and reported in X-RateLimit-Remaining.
Plans can be changed or cancelled at any time. Overage is charged per 1,000 requests rather than hard-blocking your traffic.
Free
100 requests/mo
5 req/min
Free
- JSON output format — included
- HTTPS encryption — included
- API key authentication — included
- Standard endpoints — included
- Community support — included
- CSV output format — not included
- Email support — not included
- Usage analytics and alerts — not included
- 99.9% uptime SLA — not included
- Webhooks — not included
- Priority support — not included
- Custom rate limits — not included
- 99.99% uptime SLA — not included
- Dedicated success manager — not included
- SSO / SAML — not included
- Custom SLA, DPA, and BAA — not included
- Private deployment option — not included
- Volume pricing — not included
Starter
10,000 requests/mo
60 req/min
$9/month
- JSON output format — included
- HTTPS encryption — included
- API key authentication — included
- Standard endpoints — included
- Community support — included
- CSV output format — included
- Email support — included
- Usage analytics and alerts — included
- 99.9% uptime SLA — included
- Webhooks — not included
- Priority support — not included
- Custom rate limits — not included
- 99.99% uptime SLA — not included
- Dedicated success manager — not included
- SSO / SAML — not included
- Custom SLA, DPA, and BAA — not included
- Private deployment option — not included
- Volume pricing — not included
Most popular
Pro
250,000 requests/mo
600 req/min
$36/month
- JSON output format — included
- HTTPS encryption — included
- API key authentication — included
- Standard endpoints — included
- Community support — included
- CSV output format — included
- Email support — included
- Usage analytics and alerts — included
- 99.9% uptime SLA — included
- Webhooks — included
- Priority support — included
- Custom rate limits — included
- 99.99% uptime SLA — included
- Dedicated success manager — not included
- SSO / SAML — not included
- Custom SLA, DPA, and BAA — not included
- Private deployment option — not included
- Volume pricing — not included
Enterprise
Unlimited requests
Custom
$126/month
- JSON output format — included
- HTTPS encryption — included
- API key authentication — included
- Standard endpoints — included
- Community support — included
- CSV output format — included
- Email support — included
- Usage analytics and alerts — included
- 99.9% uptime SLA — included
- Webhooks — included
- Priority support — included
- Custom rate limits — included
- 99.99% uptime SLA — included
- Dedicated success manager — included
- SSO / SAML — included
- Custom SLA, DPA, and BAA — included
- Private deployment option — included
- Volume pricing — included
4.8
12 reviews
Tunde Alabi
Principal Engineer
Solved Fraud scoring for us
We brought IP Intelligence in for Fraud scoring and it has not needed revisiting since. The response shape matched the documentation on the first call, which is rarer than it should be.
Ibrahim Diallo
Head of Platform
Fast enough to sit in the request path
41ms median is quick enough that we call IP Intelligence synchronously rather than queueing it. That removed a whole background worker from our architecture.
Nadia Haddad
Principal Engineer
Free tier covered the whole prototype
I built the entire compliance geofencing flow against IP Intelligence before anyone had to approve a purchase order. By the time we paid, we already knew it worked.
Diego Navarro
Tech Lead
Replaced a fragile in-house geolocation job
We had a script doing analytics enrichment that broke every few months and only one person understood. IP Intelligence replaced it in an afternoon and nobody maintains it now.
Lin Zhao
Backend Developer
Errors are actually readable
When something goes wrong IP Intelligence says what and why, with a code I can branch on. I have integrated vpn detection services that return 200 with an error buried in the body, so this is a relief.
Fatima Bello
Operations Director
Held up under real load
We push IP Intelligence hard during peak and latency has stayed flat. No throttling surprises, no silent degradation — the numbers on the listing matched what we measured.
Pieter de Vries
Staff Engineer
Good coverage for security
We checked IP Intelligence against our own security reference data before committing. Coverage was better than the incumbent we were paying four times as much for.
Olamide Fashola
Technical Lead
Documentation matched reality
Every sample in the IP Intelligence docs ran unmodified. That sounds like a low bar until you have integrated something where it is not.
Related APIs in Location & Geo
Geocoding & Places
Free tierNorthwind Data
Turn addresses into coordinates and back again.
Distance Matrix & Routing
Free tierNorthwind Data
Travel time and turn-by-turn routes for fleets.
Timezone
Free tierZephiel Labs
IANA timezones, offsets, and DST transitions anywhere on earth.