← Allar API vörur

Heimstími API

4 endapunktar for current time in hvaða ... sem er tímabelti worldwide, time lookup by IP address, a full list of IANA tímabeltis, and tímabelti conversion between hvaða ... sem er two zones. Powered by timeapi.io. Gagnlegt fyrir scheduling forrit, world clock widgets, and distributed team verkfæri.

ÓKEYPIS 4 endapunktar 100 fyrirsp./klst.
Grunnslóð: https://nordapi.ee/api/v1

Núverandi tími eftir tímabelti

GET /time/current
Nánar →

Fáðu the current date and time for hvaða ... sem er IANA tímabelti. Skilar year, month, day, hour, minute, seconds, formatted datetime, day of week, and DST status.

Breytur
tímabelti nauðsynlegt
IANA timezone (e.g. Europe/Oslo, America/New_York, Asia/Tokyo)
curl "https://nordapi.ee/api/v1/time/current?timezone=Europe/Oslo"

Núverandi tími eftir IP

GET /time/ip/:ip
Nánar →

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

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

Skrá öll tímabelti

GET /time/zones
Nánar →

Get a complete list of all available IANA timezones.

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

Umbreyta á milli tímabelta

GET /time/convert
Nánar →

Umbreyttu a datetime from one tímabelti to another.

Breytur
from nauðsynlegt
Source timezone (e.g. Europe/Oslo)
to nauðsynlegt
Target timezone (e.g. America/New_York)
dagstími nauðsynlegt
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"