---
title: Timezones Dictionary API
slug: list-timezones
url: https://apyverse.com/apyhub/service/list-timezones
provider: ApyHub
categories: [Geolocation]
auth: api_key
---

# Timezones Dictionary API

Get a live list of IANA time zones with current UTC offsets and country codes. Useful for schedulers, timezone pickers, and location lookup.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/data/dictionary/timezone` | What it does Returns a list of timezones with their current UTC offset information. The response is… | 5 |

## About

## What it does

Time Zone List gives you a live list of time zones with their current UTC offsets. Send a request with no inputs and get back a `data` array of timezone records you can use for location lookup, scheduling, or timezone pickers.

Each item includes the ISO 3166-1 alpha-2 country `key`, the IANA timezone `value`, the current `utc_time` offset, and an `abbreviation` array. The offset is computed live, so it reflects daylight saving changes when they apply. That makes this endpoint useful when you need reference data that stays aligned with the current clock, not just a static timezone table.

Use Time Zone List when building signup forms, calendar apps, meeting schedulers, or admin tools that need to map countries to time zones. It is also useful for populating dropdowns, validating timezone choices, or matching user location data to an IANA timezone name without maintaining your own reference list.

The response is simple and structured, so you can filter, search, or group the returned records in your application without extra parsing.

## Usage

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