# Derived by API Evangelist from ApyHub's own published service documentation # (https://apyhub.com/llms.txt -> https://apyhub.com/apyhub/service/list-timezones). # Paths verified callable against https://api.apyhub.com (401 = exists + gated). # Request/response schemas are NOT published by ApyHub and are deliberately omitted. openapi: 3.1.0 info: title: Timezones Dictionary API description: Get a live list of time zones with country codes, IANA names, current UTC offsets, and abbreviations for scheduling and locale-aware apps. version: 1.0.0 contact: name: ApyHub url: https://apyhub.com/apyhub/service/list-timezones servers: - url: https://api.apyhub.com description: ApyHub API security: - apyToken: [] tags: - name: Geolocation - name: Standard Data paths: /data/dictionary/timezone: get: operationId: getDataDictionaryTimezone summary: Timezones Dictionary API description: Returns a JSON object containing a data array of timezone records with each record’s c tags: - Geolocation - Standard Data responses: '200': description: Successful response '401': description: Missing or invalid API key x-apyhub-atoms: 5 components: securitySchemes: apyToken: type: apiKey in: header name: apy-token