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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query Parameters
lat
Latitude in decimal degrees (range: -90 to 90)
lng
Longitude in decimal degrees (range: -180 to 180)
Response
Successful Response
timezone
lat
lng
method

