← 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": "07/06/2026",
    "dateTime": "2026-07-06T16:00:39.0730656",
    "day": 6,
    "dayOfWeek": "Monday",
    "dstActive": true,
    "hour": 16,
    "minute": 0,
    "month": 7,
    "seconds": 39,
    "time": "16:00",
    "timeZone": "America/Los_Angeles",
    "year": 2026
  },
  "success": true
}