← Alle API-Produkte

Weltzeit API

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.

KOSTENLOS 4 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Aktuelle Zeit nach Zeitzone

GET /time/current
Details →

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.

Parameter
Zeitzone erforderlich
IANA timezone (e.g. Europe/Oslo, America/New_York, Asia/Tokyo)
curl "https://nordapi.ee/api/v1/time/current?timezone=Europe/Oslo"

Aktuelle Zeit nach IP

GET /time/ip/:ip
Details →

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

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

Alle Zeitzonen auflisten

GET /time/zones
Details →

Get a complete list of all available IANA timezones.

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

Zwischen Zeitzonen umrechnen

GET /time/convert
Details →

Konvertieren Sie eine Datum/Uhrzeit von einer Zeitzone in eine andere.

Parameter
from erforderlich
Source timezone (e.g. Europe/Oslo)
to erforderlich
Target timezone (e.g. America/New_York)
Datum/Uhrzeit erforderlich
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"