IP Country Detector

Look up the country and location for any IP address, or detect your own.

IP Address
Unknown
Country
Unknown
Region
Unknown
City
Unknown

Public API

Access this data programmatically via GET /api/ip-country. Pass an optional ip query parameter to look up a specific address, or omit it to detect the caller's IP.

Note: The API is currently free to use.

GET /api/ip-country?ip=8.8.8.8

{
  "ip": "8.8.8.8",
  "country": "United States",
  "region": "Virginia",
  "city": "Ashburn"
}