GET /geo/timezone
Flettu upp tímabelti information by geographic hnit or tímabelti name. Skilar tímabelti identifier (t.d. Europe/Oslo), current local time, UTC offset, and DST status. Gagnlegt fyrir scheduling forrit that need to display times in a user's local tímabelti, meeting planners í tímabeltis, and hvaða ... sem er feature that converts between UTC and local time.
lat
valfrjálst
Latitude
lon
valfrjálst
Longitude
zone
valfrjálst
Timezone name
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
lat |
Nei | - | Latitude |
lon |
Nei | - | Longitude |
zone |
Nei | - | Timezone name |
curl "https://nordapi.ee/api/v1/geo/timezone?lat=59.9&lon=10.7"
curl "https://nordapi.ee/api/v1/geo/timezone?lat=59.9&lon=10.7"
curl "https://nordapi.ee/api/v1/geo/timezone?zone=America/New_York"
curl "https://nordapi.ee/api/v1/geo/timezone?lat=35.68&lon=139.69"
{
"data": {
"date": "04/05/2026",
"datetime": "2026-04-05T19:22:27.7155344",
"day_of_week": "Sunday",
"time": "19:22",
"timezone": "Europe/Oslo",
"utc_offset": null
},
"success": true
}