{ "opencollection": "1.0.0", "info": { "name": "Stadia Maps Lookups API", "version": "7.1.0" }, "items": [ { "info": { "name": "Lookups", "type": "folder" }, "items": [ { "info": { "name": "Get the current time zone information for any point on earth.", "type": "http" }, "http": { "method": "GET", "url": "https://api.stadiamaps.com/tz/lookup/v1", "params": [ { "name": "lat", "value": "", "type": "query", "description": "The latitude of the point you are interested in." }, { "name": "lng", "value": "", "type": "query", "description": "The longitude of the point you are interested in." }, { "name": "timestamp", "value": "", "type": "query", "description": "The UNIX timestamp at which the UTC and DST offsets will be calculated. This defaults to the present time. This endpoint is not necessarily guaranteed to be accurate for timestamps that occurred in the past. Time zone geographic boundaries change over time, so if the point you are querying for was previously in a different time zone, historical results will not be accurate. If, however, the point has been in the same geographic time zone for a very long time (ex: `America/New_York`), the historical data may be accurate for 100+ years in the past (depending on how far back the IANA TZDB rules have been specified)." } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "The Stadia TZ API provides time zone information, as well as information about any special offset (such as DST) in effect based on the latest IANA TZDB. Note that this API may not be accurate for timestamps in the past and does not claim to report precise nautical times in the open ocean beyond territorial waters." } ] } ], "bundled": true }