---
title: "Display a timezone"
method: GET
path: "/1/timezones/{timezone_id}"
tags: ["Timezones"]
---

# Display a timezone

`GET /1/timezones/{timezone_id}`

Returns a variety of information about a single Timezone specified by the requested unique identifier.

## Path parameters

- `timezone_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadTimezone
    - `id` integer, required — Unique identifier of the resource `Timezone`
    - `name` string, required — Name of the resource `Timezone`
    - `gmt` string, required — Greenwich Mean Time (GMT)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
