← Världstid

Aktuell tid via IP

GET /time/ip/:ip

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

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/time/ip/8.8.8.8

Livesvar

{
  "data": {
    "date": "05/22/2026",
    "dateTime": "2026-05-22T02:38:18.5345371",
    "day": 22,
    "dayOfWeek": "Friday",
    "dstActive": true,
    "hour": 2,
    "minute": 38,
    "month": 5,
    "seconds": 18,
    "time": "02:38",
    "timeZone": "America/Los_Angeles",
    "year": 2026
  },
  "success": true
}