Timezones

Display a timezone

Returns a variety of information about a single Timezone specified by the requested unique identifier.

get/1/timezones/{timezone_id}

Path parameters

timezone_idinteger required

The unique identifier (ID) of the timezone to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 414,
    "name": "Europe/Zurich",
    "gmt": "01:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.