List timezones
GET/api/v1/timezones
Retrieve a list of IANA timezone options with user-friendly display labels. This endpoint is intended for populating timezone picker UIs.
Each item includes the IANA timezone key, a human-readable display label, a short label, an abbreviation, and a flag indicating whether it is a commonly used timezone. Common timezones (e.g. US, Canadian, and major European/Asian zones) are listed first.
UTC offsets in the display labels reflect the current DST state at the time of the request.
The response also includes the server's own timezone for reference.
This endpoint is not a standard paginated collection. It returns all matching timezones in a single response without pagination, filtering, or sorting parameters.
Required abilities: None (any authenticated user).
Responses
- 200
- 401
A list of timezone options.
Not authenticated - you must be signed in to access this resource. Please check the section of the documentation on authentication.