About this endpoint
What it does
Returns a JSON object containing a timezones string array of IANA timezone names. You can optionally filter the list by providing a search query string.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| search | String | No | Optional keyword filter applied to the timezone list. |
Response
Returns a JSON object with a timezones string array field containing IANA timezone names.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| timezones | String Array | Yes | The list of IANA timezone names returned by the endpoint. |