GET
/
v1
/
geo
/
timezone

Query

country_code
string

The country code of the country to get the timezone information for. Not required if city_code is specified.

city_code
string

The city code of the city to get the timezone information for. Not required if country_code is specified.

lat
string

The the latitude to get the timezone. Required if lng is specified. Not required if city_code or country_code is specified.

lng
string

The longitude to get the timezone. Required if lat is specified. Not required if city_code or country_code is specified.

x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.