---
title: "Get IANA timezone for coordinates"
method: GET
path: "/utils/timezone/v1"
tags: ["/utils"]
---

# Get IANA timezone for coordinates

`GET /utils/timezone/v1`

Returns the IANA timezone identifier (e.g., 'America/Los_Angeles') for the given latitude and longitude coordinates. Falls back to closest timezone if the point is in the ocean or at an edge. | () -> (TimezoneResponse)

## Query parameters

- `lat` number, required — Latitude in decimal degrees (range: -90 to 90)
- `lng` number, required — Longitude in decimal degrees (range: -180 to 180)

## Response `200`

Successful Response

- TimezoneResponse — Response model for timezone endpoint.
  - `timezone` string, required
  - `lat` number, required
  - `lng` number, required
  - `method` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
