Documentation

Reference / v1

Timezones

Returns the IANA timezone identifiers supported by the current standards runtime.

Live
GET/api/v1/timezones
Live requestRuns from your browser

Parameters

This endpoint has no request parameters.

Example request

curl 'https://informantion.com/api/v1/timezones'

Example response

{
  "success": true,
  "data": {
    "count": 418,
    "items": ["Africa/Abidjan", "Africa/Accra"]
  }
}

Response schema

countnumber
Number of identifiers returned.
itemsstring[]
IANA timezone identifiers.

Possible errors

429 · RATE_LIMITEDThe current fair-use window is exhausted.

Rate limit

60 requests per minute under the current anonymous fair-use policy. Check the response headers for the active window.