About this endpoint
What it does
Returns a JSON object containing a data array of timezone records with each record’s country code, IANA timezone name, current UTC offset, and abbreviations.
Response
Returns a JSON object with a data array field. Each item in data is an object with key, value, utc_time, and abbreviation fields.
| 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 | Timezone abbreviations. |