← Kõik API tooted

Maailma aeg API

4 lõpp-punkti for current time in any timezone üle maailma, time lookup by IP address, a full list of IANA timezones, and timezone conversion between any two zones. Powered by timeapi.io. Kasulik scheduling apps, world clock widgets, and distributed team tools.

TASUTA 4 lõpp-punkti 100 päringut/tund
Baas-URL: https://nordapi.ee/api/v1

Praegune aeg ajavööndi järgi

GET /time/current
Üksikasjad →

Saage the current date and time for any IANA timezone. Tagastab year, month, day, hour, minute, seconds, formatted datetime, day of week, and DST status.

Parameetrid
ajavöönd kohustuslik
IANA timezone (e.g. Europe/Oslo, America/New_York, Asia/Tokyo)
curl "https://nordapi.ee/api/v1/time/current?timezone=Europe/Oslo"

Praegune aeg IP järgi

GET /time/ip/:ip
Üksikasjad →

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

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

Kõik ajavööndid

GET /time/zones
Üksikasjad →

Get a complete list of all available IANA timezones.

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

Teisenda ajavööndite vahel

GET /time/convert
Üksikasjad →

Teisendage a datetime from one timezone to another.

Parameetrid
from kohustuslik
Source timezone (e.g. Europe/Oslo)
to kohustuslik
Target timezone (e.g. America/New_York)
kuupäev-kellaaeg kohustuslik
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"