Get IANA timezone for coordinates

Returns the IANA timezone identifier (e.g., ‘America/Los_Angeles’) for the given latitude and longitude coordinates. Falls back to closest timezone if the point is in the ocean or at an edge. | () -> (TimezoneResponse)

Query parameters

latdoubleRequired-90-90

Latitude in decimal degrees (range: -90 to 90)

lngdoubleRequired-180-180

Longitude in decimal degrees (range: -180 to 180)

Response

Successful Response
timezonestring
latdouble
lngdouble
methodstring

Errors