Skip to main content
GET
/
data
/
geo
/
v1
/
reference
/
timezones
List timezone reference entries
curl --request GET \
  --url https://api.voyant.travel/data/geo/v1/reference/timezones \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "value": "GMT Standard Time",
      "abbr": "GMT",
      "offset": 0,
      "isdst": false,
      "text": "<string>",
      "utc": [
        "<string>"
      ]
    }
  ],
  "totalCount": 123,
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

Voyant Data API token, scoped per sub-product (data:{product}:read). Sent as Authorization: Bearer <token>.

Response

Timezones

data
object[]
required
totalCount
integer
required
nextCursor
string