APIs/IP

IP geolocation API

GET /ip/{ip}

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.

1.1M+
ASN-mapped ranges
330k+
registry-mapped ranges
1M+
ranges with place data
IPv4 + IPv6
both supported

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

ip
Queried IP address
country
ISO 3166-1 alpha-2 code
country_name
Country name
continent
Continent code
asn
Autonomous system number
asn_name
Network operator / organization name

SPEED

Fast from everywhere.

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

See live status →