About this endpoint
What it does
Returns a list of timezones with their current UTC offset information. The response is a JSON object containing a data array of timezone records.
Response
Returns a JSON object with a data array field. Each item in the array is an object containing the timezone record fields defined in the schema. Success status code is not declared in the schema.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object Array | Yes | Array of timezone objects. |
| data[].key | String | Yes | ISO 3166-1 alpha-2 country code. |
| data[].value | String | Yes | IANA timezone name. |
| data[].utc_time | String | Yes | Current UTC offset, computed live and reflecting DST. |
| data[].abbreviation | String Array | Yes | Array of timezone abbreviations. |