← Alla API-produkter

Världstid API

4 endpoints för aktuell time i valfri timezone världen över, time lookup by IP address, a fullständig list of IANA timezones, and timezone conversion between valfri two zoner. Drivs av timeapi.io. Användbart för att schemalägga appar, world clock widgetar, and distributed team verktyg.

GRATIS 4 endpoints 100 förfr/timme
Bas-URL: https://nordapi.ee/api/v1

Aktuell tid per tidszon

GET /time/current
Detaljer →

Get the aktuell datum and time för valfri IANA timezone. Returnerar year, month, day, hour, minute, sekunder, formatted datumtime, day of week, and DST status.

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

Aktuell tid via IP

GET /time/ip/:ip
Detaljer →

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

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

Lista alla tidszoner

GET /time/zones
Detaljer →

Get a complete list of all available IANA timezones.

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

Konvertera mellan tidszoner

GET /time/convert
Detaljer →

Konvertera datum och tid från en tidszon till en annan.

Parametrar
from obligatorisk
Source timezone (e.g. Europe/Oslo)
to obligatorisk
Target timezone (e.g. America/New_York)
datum och tid obligatorisk
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"