TimezoneDB · Example Payload

List Time Zone

TimezoneTimeGeographic CoordinatesDSTUTC OffsetTime ConversionLocation

List Time Zone is an example object payload from TimezoneDB, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusmessagezones

Example Payload

Raw ↑
{
  "status": "OK",
  "message": "",
  "zones": [
    {
      "countryCode": "AD",
      "countryName": "Andorra",
      "zoneName": "Europe/Andorra",
      "gmtOffset": 7200,
      "timestamp": 1464453737
    },
    {
      "countryCode": "AE",
      "countryName": "United Arab Emirates",
      "zoneName": "Asia/Dubai",
      "gmtOffset": 14400,
      "timestamp": 1464464537
    },
    {
      "countryCode": "US",
      "countryName": "United States",
      "zoneName": "America/New_York",
      "gmtOffset": -14400,
      "timestamp": 1464446537
    },
    {
      "countryCode": "US",
      "countryName": "United States",
      "zoneName": "America/Chicago",
      "gmtOffset": -18000,
      "timestamp": 1464443137
    },
    {
      "countryCode": "US",
      "countryName": "United States",
      "zoneName": "America/Los_Angeles",
      "gmtOffset": -25200,
      "timestamp": 1464436537
    },
    {
      "countryCode": "NZ",
      "countryName": "New Zealand",
      "zoneName": "Pacific/Auckland",
      "gmtOffset": 43200,
      "timestamp": 1464493737
    },
    {
      "countryCode": "AU",
      "countryName": "Australia",
      "zoneName": "Australia/Sydney",
      "gmtOffset": 36000,
      "timestamp": 1464489737
    },
    {
      "countryCode": "JP",
      "countryName": "Japan",
      "zoneName": "Asia/Tokyo",
      "gmtOffset": 32400,
      "timestamp": 1464486137
    }
  ]
}