GET /ip/{ip}

IP geolocation API

Where a request is coming from — country, network, done.

$ curl "https://api.parseapi.com/ip/8.8.8.8" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~9ms · USA
{
  "ip": "8.8.8.8",
  "country_code": "US",
  "country": "United States",
  "continent": "NA",
  "asn": "AS15169"
}

More APIs: Email · UA · Continent · Country · State · City · Postal