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)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
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
Errors
422
Utils Get Timezone V1request Unprocessable Entity Error

