Account Information
Public API

Get timezone by ID

Retrieves a single timezone by its numeric ID. Returns the same timezone resource shape used by the list endpoint.

OAuth Scopes: meta

get/api/v1/meta/timezones/{id}

Path parameters

idinteger required

The numeric ID of the timezone to retrieve.

Response

The timezone resource

idstring

The timezone ID.

gmtOffsetstring

The GMT offset label (e.g. "(GMT-07:00)").

namestring

The display name of the timezone.

utcNamestring

The IANA/UTC timezone identifier.

Example response

{
  "id": "1",
  "gmtOffset": "(GMT-07:00)",
  "name": "Mountain Time",
  "utcName": "America/Denver"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.