2 endpoints match this tag.
/geo/ip
Automatically geolocate the requesting client's IP address. Returns the detected IP, approximate latitude/longitude, city, region, country, timezone, and ISP information. No parameters needed - it uses the caller's IP. Useful for personalizing content by location, auto-selecting language/currency, fraud detection, and analytics dashboards that need to map user locations.
/geo/ip/:ip
Geolocate any specific IPv4 or IPv6 address. Returns approximate latitude/longitude, city, region, country, timezone, and ISP information for the given IP. Useful for looking up the location of server IPs, investigating suspicious login attempts, enriching log data with geographic context, and building IP-based access control systems.