Zephiel API

IP Intelligence

Free tier

Geolocate any IPv4 or IPv6 address with carrier and threat context.

4.812 reviewsby Zephiel Labs69k subscribers
geolocationipasnvpn detectionsecurity

Starts at

$9/mo

Choose a plan

Create a free account to subscribe.

Latency
41ms
Uptime
99.99%
Endpoints
4

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

Fraud scoring
Content localization
Compliance geofencing
Analytics enrichment

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 }
}

Related APIs in Location & Geo