Timezone

This API is only available to UNLIMITED plan

This will return the timezone of the given country code

Select the server you want to use here

JSON:

GET /api/timezones/{code}

Response

For a successful request, you will receive a 200 OK response with the following JSON structure:

JSON:

{
  "code": "DE",
  "timezones": [
    "Europe/Berlin",
    "Europe/Busingen"
  ]
}