4 Endpunkte for current time in any timezone weltweit, time lookup by IP address, a full list of IANA timezones, und timezone conversion between any two zones. Powered by timeapi.io. Nützlich für scheduling apps, world clock widgets, und distributed team tools.
Basis-URL: https://nordapi.ee/api/v1
GET /time/current
Erhalten Sie den aktuellen date und time for any IANA timezone. Liefert year, month, day, hour, minute, seconds, formatted datetime, day of week, und DST status.
Zeitzone
erforderlich
curl "https://nordapi.ee/api/v1/time/current?timezone=Europe/Oslo"
GET /time/ip/:ip
Get the current time for the location associated with an IP address.
curl https://nordapi.ee/api/v1/time/ip/8.8.8.8
GET /time/zones
Get a complete list of all available IANA timezones.
curl https://nordapi.ee/api/v1/time/zones
GET /time/convert
Konvertieren Sie eine Datum/Uhrzeit von einer Zeitzone in eine andere.
from
erforderlich
to
erforderlich
Datum/Uhrzeit
erforderlich
curl "https://nordapi.ee/api/v1/time/convert?from=Europe/Oslo&to=America/New_York&datetime=2026-03-30+12:00:00"