Method: GET
Content Type: application/json
Response
Attribute | Type | Description |
---|
data | Array | Array of country key value pairs |
data[a].key | String | A unique code for the timezone. |
data[a].value | String | The full name of the timezone. |
data[a].abbreviation | Array of Strings | A list of common abbreviations used for the timezone. |
data[a].utc_time | String | The time difference from UTC. |
Sample Response
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|
200 | The request was successful. |
401 | Required authentication information is either missing or not valid for the resource. |
500 | If any unexpected error occurs while processing the request. |