← Todos los productos API

Hora mundial API

4 endpoints for current time in any timezone en todo el mundo, time lookup by IP address, a full list of IANA timezones, and timezone conversion between any two zones. Proporcionado por timeapi.io. Útil para scheduling apps, world clock widgets, and distributed team tools.

GRATIS 4 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Hora actual por zona horaria

GET /time/current
Detalles →

Obtenga the current date and time para cualquier IANA timezone. Devuelve year, month, day, hour, minute, seconds, formatted datetime, day of week, and DST status.

Parametros
zona horaria requerido
IANA timezone (e.g. Europe/Oslo, America/New_York, Asia/Tokyo)
curl "https://nordapi.ee/api/v1/time/current?timezone=Europe/Oslo"

Hora actual por IP

GET /time/ip/:ip
Detalles →

Get the current time for the location associated with an IP address.

curl https://nordapi.ee/api/v1/time/ip/8.8.8.8

Listar todas las zonas horarias

GET /time/zones
Detalles →

Get a complete list of all available IANA timezones.

curl https://nordapi.ee/api/v1/time/zones

Convertir entre zonas horarias

GET /time/convert
Detalles →

Convierta una fecha y hora de una zona horaria a otra.

Parametros
from requerido
Source timezone (e.g. Europe/Oslo)
to requerido
Target timezone (e.g. America/New_York)
fecha y hora requerido
DateTime to convert (e.g. 2026-03-30 12:00:00)
curl "https://nordapi.ee/api/v1/time/convert?from=Europe/Oslo&to=America/New_York&datetime=2026-03-30+12:00:00"