← Geo & Weather

IP Geolocation (Auto)

GET /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.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/geo/ip

Live Response

HTTP 400: {
  "error": "reserved range",
  "success": false
}