---
title: Timezones Dictionary API
slug: list-timezones
url: https://apyhub.com/apyhub/service/list-timezones
provider: ApyHub
categories: [Geolocation, Standard Data]
tags: [data, dictionary, timezones]
auth: api_key
---

# Timezones Dictionary API

Get a live list of time zones with country codes, IANA names, current UTC offsets, and abbreviations for scheduling and locale-aware apps.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/data/dictionary/timezone` | What it does Returns a JSON object containing a data array of timezone records with each record’s c… | 5 |

## About

## What it does
Time Zone List returns a live list of time zones with their current UTC offsets. Each item includes a country code, an IANA time zone name, the current offset, and any matching abbreviations.

Use it when you need a reference dataset for scheduling, calendar logic, region-aware defaults, or UI pickers that map countries to time zones. The offset is computed live, so it reflects daylight saving time changes without you maintaining your own table.

The response is a single `data` array of objects. For each time zone entry, you get `key` for the ISO 3166-1 alpha-2 country code, `value` for the IANA timezone name, `utc_time` for the current UTC offset, and `abbreviation` for one or more common timezone abbreviations.

If you are building booking flows, attendance tools, delivery planning, or user profile settings, Time Zone List gives you a straightforward source of reference time zone data in a format that is easy to consume.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/list-timezones
