Path parameters
-
ISO-3166 Alpha2 or Alpha3 code for country
GET /countries/{countryCode}/timezones
curl \
-X GET https://api.tellusdb.com/v1/countries/US/timezones?token=api_token_value
Response examples (200)
{
"result": [
{
"name": "Europe/London",
"abbreviation": "GMT"
}
],
"count": 1,
"time_taken_ms": 1.3892211
}