Timezones
Available on paid plans only.
This will return the list of all timezones
Use a paid server with authentication. These endpoints use /api/; /api/v1/ is for the free API only.
JSON:
GET /api/timezones
Response
For a successful request, you will receive a 200 OK response with the following JSON structure:
JSON:
[
"Africa/Abidjan",
"Africa/Accra",
"Africa/Addis_Ababa",
"Africa/Algiers",
"Africa/Asmara",
"Africa/Bamako",
"Africa/Bangui",
"Africa/Banjul",
"Africa/Bissau",
"Africa/Blantyre",
"Africa/Brazzaville",
"Africa/Bujumbura",
"Africa/Cairo",
...
]