---
title: "Get Time Zones by Time Zone Key"
method: GET
path: "/v1/timeZones/{TimeZoneKey}"
tags: ["Lookups"]
---

# Get Time Zones by Time Zone Key

`GET /v1/timeZones/{TimeZoneKey}`

Retrieves a specific time zone identified by `TimeZoneKey`.

## Path parameters

- `TimeZoneKey` integer, required

## Response `200`

The time zone associated with the specified key.

- TimeZoneInfo — Represents detailed information about a time zone, including its identifiers, display names, offset, and geographical coordinates.
  - `TimeZoneKey` integer, nullable — The unique key identifier for the time zone.
  - `TimeZoneID` string, nullable — The unique identifier string for the time zone.
  - `TimeZoneDisplayName` string, nullable — The display name of the time zone, typically shown to users.
  - `TimeZoneStandardName` string, nullable — The standard name of the time zone, used during non-daylight saving time.
  - `TimeZoneDayLightName` string, nullable — The daylight saving time name of the time zone, used during daylight saving time.
  - `TimeZoneOffset` number, double, nullable — The time zone offset from Coordinated Universal Time (UTC), measured in hours.
  - `CreatedDate` string, date-time, nullable — The date and time when the time zone record was created.
  - `LastUpdated` string, date-time, nullable — The date and time when the time zone record was last updated.
  - `DaylightSavingsBit` boolean, nullable — Indicates whether the time zone observes daylight saving time.
  - `Latitude` number, double, nullable — The latitude coordinate of the location associated with the time zone.
  - `Longitude` number, double, nullable — The longitude coordinate of the location associated with the time zone.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
