IP Address Lookup Tool

Enter any IPv4 or IPv6 address to instantly see its geolocation, ISP, ASN, and more.

Developer API

Our free JSON API requires no authentication for basic use. Response includes location, ISP, ASN, VPN and proxy detection.

GET https://locationfound.com/api/lookup.php?ip=8.8.8.8
Example JSON Response
{
  "ip": "8.8.8.8",
  "country": "United States",
  "country_code": "US",
  "city": "Mountain View",
  "region": "California",
  "latitude": 37.386,
  "longitude": -122.0838,
  "timezone": "America/Los_Angeles",
  "isp": "Google LLC",
  "asn": "AS15169",
  "vpn": false,
  "proxy": false,
  "tor": false
}