See where an IP address comes from (IPv4 and IPv6). Every call returns country, continent, ASN, and network name. Enough for routing, fraud checks, and traffic analysis.
GET /ip returns the IP that made the request. No key needed: curl api.parseapi.com/ip. Paid plans add datacenter, relay, and Tor flags, plus state and city.
Try it
$ curl "https://api.parseapi.com/ip/8.8.8.8" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~29ms · USA { "ip": "8.8.8.8", "country": "US", "country_name": "United States", "continent": "NA", "asn": "AS15169", "asn_name": "Google LLC" }
Response fields
SPEED
Median time for a /ip response to reach a real city, first byte back, measured live from 16 cities.
US
29ms
EU
114ms
APAC
56ms
LatAm
25ms
ME
125ms