---
title: "Get all timezones"
method: GET
path: "/timezones"
tags: ["timezone"]
---

# Get all timezones

`GET /timezones`

Retrieves a list of all available timezones.

## Response `200`

A list of timezones

- TimezoneSchema[]
  - `timezone` string
  - `gmt_offset` string
  - `description` string

## Other responses

- `400` — Bad request error
- `401` — Authentication error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
