GET/v1/utils/timezone
Return the IANA timezone for a given coordinate pair
Get IANA timezone for a coordinate pair. Fully offline — no external API call. Accepts ?latitude=&longitude= and/or ?lat=&lon= (any pair that supplies both coordinates). Examples: ?latitude=19.055&longitude=72.869 (Mumbai), ?lat=19.055&lon=72.869
Request parameters
latitudeoptional
number | null
Latitude (alias: lat)
longitudeoptional
number | null
Longitude (alias: lon)
latoptional
number | null
Alias for latitude
lonoptional
number | null
Alias for longitude
Response fields
success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.latitude
number
Input latitude.
data.longitude
number
Input longitude.
data.timezone
string
IANA timezone identifier.
Errors
Missing or invalid API key.
Upstream ephemeris service error.
Reserved; product endpoints are not feature-gated by plan (quota differs by tier).
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.