v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
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"
}