/utils
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)
get/utils/timezone/v1
Query parameters
latnumber required
Latitude in decimal degrees (range: -90 to 90)
Example:37.7749
Latitude in decimal degrees (range: -90 to 90)
lngnumber required
Longitude in decimal degrees (range: -180 to 180)
Example:-122.4194
Longitude in decimal degrees (range: -180 to 180)
Response
Successful Response