← Geografía y clima

Geolocalización IP (automática)

GET /geo/ip

Automatically geolocate the requesting client's IP address. Returns the detected IP, approximate latitude/longitude, city, region, país, timezone, and ISP información. No se necesitan parámetros - it uses the caller's IP. Útil para personalizing content by ubicación, auto-selecting language/currency, fraud detection, and analytics paneles that need to map user ubicaciones.

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/geo/ip

Respuesta en vivo

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