api.config

Returns all all config properties used in Humanity for date, time, display, and error codes.

SUPPORTED METHODS:

GET

ParametersTypeDescription
token (required)Valid token

DOCUMENTATION

GET
Retrieves all config properties used in Humanity for date, time, display, and error codes.
Level 5 is required (all users can fetch this module)

--

ParametersTypeDescription
all (accepted)enum[0,1]Display all languages
0 : Display visible languages
1 : Display all languages

Example request:

{
       "module":"api.config",
       "method":"GET",
       "request":{
         "all":0,
         "token": xxxxxxx
       }
    }

Example response:

{
  "status": 1,
  "data": {
    "today": {
      "id": 2961,
      "month": 6,
      "day": 7,
      "wday": 3,
      "year": 2017,
      "weekday": "Wed",
      "mname": "Jun",
      "week": 23,
      "dayid": 4,
      "timeid": 1,
      "timeid_exact": 1,
      "formatted": "Jun 7, 2017",
      "iso8601": "2017-06-07T00:00:00+0300",
      "time": "12:00am",
      "timestamp": 1496782800,
      "hours": 0,
      "minutes": 0,
      "seconds": 0,
      "date": "2017-06-07 00:00:00",
      "day_of_year": "157",
      "week_adjusted": 23,
      "sp_wday": 4
    },
    "days": {
      "1": "Sun",
      "2": "Mon",
      "3": "Tue",
      "4": "Wed",
      "5": "Thu",
      "6": "Fri",
      "7": "Sat"
    },
    "fdays": {
      "1": "Sunday",
      "2": "Monday",
      "3": "Tuesday",
      "4": "Wednesday",
      "5": "Thursday",
      "6": "Friday",
      "7": "Saturday"
    },
    "months": {
      "1": "Jan",
      "2": "Feb",
      "3": "Mar",
      "4": "Apr",
      "5": "May",
      "6": "Jun",
      "7": "Jul",
      "8": "Aug",
      "9": "Sep",
      "10": "Oct",
      "11": "Nov",
      "12": "Dec"
    },
    "fmonths": {
      "1": "January",
      "2": "February",
      "3": "March",
      "4": "April",
      "5": "May",
      "6": "June",
      "7": "July",
      "8": "August",
      "9": "September",
      "10": "October",
      "11": "November",
      "12": "December"
    },
    "time": {
      "1": "12 am",
      "2": "12:15 am",
      "3": "12:30 am",
      "4": "12:45 am",
      "5": "1 am",
      "6": "1:15 am",
      "7": "1:30 am",
      "8": "1:45 am",
      "9": "2 am",
      "10": "2:15 am",
      "11": "2:30 am",
      "12": "2:45 am",
      "13": "3 am",
      "14": "3:15 am",
      "15": "3:30 am",
      "16": "3:45 am",
      "17": "4 am",
      "18": "4:15 am",
      "19": "4:30 am",
      "20": "4:45 am",
      "21": "5 am",
      "22": "5:15 am",
      "23": "5:30 am",
      "24": "5:45 am",
      "25": "6 am",
      "26": "6:15 am",
      "27": "6:30 am",
      "28": "6:45 am",
      "29": "7 am",
      "30": "7:15 am",
      "31": "7:30 am",
      "32": "7:45 am",
      "33": "8 am",
      "34": "8:15 am",
      "35": "8:30 am",
      "36": "8:45 am",
      "37": "9 am",
      "38": "9:15 am",
      "39": "9:30 am",
      "40": "9:45 am",
      "41": "10 am",
      "42": "10:15 am",
      "43": "10:30 am",
      "44": "10:45 am",
      "45": "11 am",
      "46": "11:15 am",
      "47": "11:30 am",
      "48": "11:45 am",
      "49": "12 pm",
      "50": "12:15 pm",
      "51": "12:30 pm",
      "52": "12:45 pm",
      "53": "1 pm",
      "54": "1:15 pm",
      "55": "1:30 pm",
      "56": "1:45 pm",
      "57": "2 pm",
      "58": "2:15 pm",
      "59": "2:30 pm",
      "60": "2:45 pm",
      "61": "3 pm",
      "62": "3:15 pm",
      "63": "3:30 pm",
      "64": "3:45 pm",
      "65": "4 pm",
      "66": "4:15 pm",
      "67": "4:30 pm",
      "68": "4:45 pm",
      "69": "5 pm",
      "70": "5:15 pm",
      "71": "5:30 pm",
      "72": "5:45 pm",
      "73": "6 pm",
      "74": "6:15 pm",
      "75": "6:30 pm",
      "76": "6:45 pm",
      "77": "7 pm",
      "78": "7:15 pm",
      "79": "7:30 pm",
      "80": "7:45 pm",
      "81": "8 pm",
      "82": "8:15 pm",
      "83": "8:30 pm",
      "84": "8:45 pm",
      "85": "9 pm",
      "86": "9:15 pm",
      "87": "9:30 pm",
      "88": "9:45 pm",
      "89": "10 pm",
      "90": "10:15 pm",
      "91": "10:30 pm",
      "92": "10:45 pm",
      "93": "11 pm",
      "94": "11:15 pm",
      "95": "11:30 pm",
      "96": "11:45 pm",
      "97": "midnight"
    },
    "time24h": {
      "1": "00:00",
      "2": "00:15",
      "3": "00:30",
      "4": "00:45",
      "5": "01:00",
      "6": "01:15",
      "7": "01:30",
      "8": "01:45",
      "9": "02:00",
      "10": "02:15",
      "11": "02:30",
      "12": "02:45",
      "13": "03:00",
      "14": "03:15",
      "15": "03:30",
      "16": "03:45",
      "17": "04:00",
      "18": "04:15",
      "19": "04:30",
      "20": "04:45",
      "21": "05:00",
      "22": "05:15",
      "23": "05:30",
      "24": "05:45",
      "25": "06:00",
      "26": "06:15",
      "27": "06:30",
      "28": "06:45",
      "29": "07:00",
      "30": "07:15",
      "31": "07:30",
      "32": "07:45",
      "33": "08:00",
      "34": "08:15",
      "35": "08:30",
      "36": "08:45",
      "37": "09:00",
      "38": "09:15",
      "39": "09:30",
      "40": "09:45",
      "41": "10:00",
      "42": "10:15",
      "43": "10:30",
      "44": "10:45",
      "45": "11:00",
      "46": "11:15",
      "47": "11:30",
      "48": "11:45",
      "49": "12:00",
      "50": "12:15",
      "51": "12:30",
      "52": "12:45",
      "53": "13:00",
      "54": "13:15",
      "55": "13:30",
      "56": "13:45",
      "57": "14:00",
      "58": "14:15",
      "59": "14:30",
      "60": "14:45",
      "61": "15:00",
      "62": "15:15",
      "63": "15:30",
      "64": "15:45",
      "65": "16:00",
      "66": "16:15",
      "67": "16:30",
      "68": "16:45",
      "69": "17:00",
      "70": "17:15",
      "71": "17:30",
      "72": "17:45",
      "73": "18:00",
      "74": "18:15",
      "75": "18:30",
      "76": "18:45",
      "77": "19:00",
      "78": "19:15",
      "79": "19:30",
      "80": "19:45",
      "81": "20:00",
      "82": "20:15",
      "83": "20:30",
      "84": "20:45",
      "85": "21:00",
      "86": "21:15",
      "87": "21:30",
      "88": "21:45",
      "89": "22:00",
      "90": "22:15",
      "91": "22:30",
      "92": "22:45",
      "93": "23:00",
      "94": "23:15",
      "95": "23:30",
      "96": "23:45",
      "97": "24:00"
    },
    "colorsets": {
      "1": [
        "00A464",
        "63E6BE",
        "1E1E1E"
      ],
      "2": [
        "035800",
        "82C91E",
        "FFFFFF"
      ],
      "3": [
        "E5922D",
        "FFE8CC",
        "1E1E1E"
      ],
      "4": [
        "960000",
        "FD7E14",
        "FFFFFF"
      ],
      "5": [
        "1E0000",
        "A61E4D",
        "FFFFFF"
      ],
      "6": [
        "4F25C7",
        "B197FC",
        "1E1E1E"
      ],
      "7": [
        "008FA7",
        "66D9E8",
        "1E1E1E"
      ],
      "8": [
        "010B16",
        "0B7285",
        "FFFFFF"
      ],
      "9": [
        "67AC00",
        "C0EB75",
        "1E1E1E"
      ],
      "10": [
        "E6B300",
        "FFF59D",
        "1E1E1E"
      ],
      "11": [
        "00334C",
        "15AABF",
        "FFFFFF"
      ],
      "12": [
        "868E96",
        "CED4DA",
        "1E1E1E"
      ],
      "13": [
        "000036",
        "5F3DC4",
        "FFFFFF"
      ],
      "14": [
        "CC6700",
        "FFC078",
        "1E1E1E"
      ],
      "15": [
        "95D31F",
        "E9FAC8",
        "1E1E1E"
      ],
      "16": [
        "050016",
        "862E9C",
        "FFFFFF"
      ],
      "17": [
        "14C5D3",
        "C5F6FA",
        "1E1E1E"
      ],
      "18": [
        "004307",
        "12B886",
        "FFFFFF"
      ],
      "19": [
        "FF7BAF",
        "FFDEEB",
        "1E1E1E"
      ],
      "20": [
        "CCAC00",
        "FFEB3B",
        "1E1E1E"
      ],
      "21": [
        "966A00",
        "FDD835",
        "1E1E1E"
      ],
      "22": [
        "470000",
        "D9480F",
        "FFFFFF"
      ],
      "23": [
        "000039",
        "364FC7",
        "FFFFFF"
      ],
      "24": [
        "000089",
        "7950F2",
        "FFFFFF"
      ],
      "25": [
        "A228BF",
        "E599F7",
        "1E1E1E"
      ],
      "26": [
        "00008D",
        "4C6EF5",
        "FFFFFF"
      ],
      "27": [
        "040505",
        "495057",
        "FFFFFF"
      ],
      "28": [
        "1C3FCC",
        "91A7FF",
        "1E1E1E"
      ],
      "29": [
        "4B006D",
        "BE4BDB",
        "FFFFFF"
      ],
      "30": [
        "0DD393",
        "C3FAE8",
        "1E1E1E"
      ],
      "31": [
        "623300",
        "FBC02D",
        "1E1E1E"
      ],
      "32": [
        "C43768",
        "FAA2C1",
        "1E1E1E"
      ],
      "33": [
        "011912",
        "087F5B",
        "FFFFFF"
      ],
      "34": [
        "343A40",
        "868E96",
        "FFFFFF"
      ],
      "35": [
        "7B0000",
        "E64980",
        "FFFFFF"
      ],
      "36": [
        "002900",
        "5C940D",
        "FFFFFF"
      ],
      "37": [
        "CF67EB",
        "F3D9FA",
        "1E1E1E"
      ],
      "38": [
        "976FFF",
        "E5DBFF",
        "1E1E1E"
      ],
      "39": [
        "6F93FF",
        "DBE4FF",
        "1E1E1E"
      ],
      "40": [
        "ADB5BD",
        "E9ECEF",
        "1E1E1E"
      ]
    },
    "newcolorsets": {
      "1": [
        "00A464",
        "63E6BE",
        "1E1E1E"
      ],
      "2": [
        "035800",
        "82C91E",
        "FFFFFF"
      ],
      "3": [
        "E5922D",
        "FFE8CC",
        "1E1E1E"
      ],
      "4": [
        "960000",
        "FD7E14",
        "FFFFFF"
      ],
      "5": [
        "1E0000",
        "A61E4D",
        "FFFFFF"
      ],
      "6": [
        "4F25C7",
        "B197FC",
        "1E1E1E"
      ],
      "7": [
        "008FA7",
        "66D9E8",
        "1E1E1E"
      ],
      "8": [
        "010B16",
        "0B7285",
        "FFFFFF"
      ],
      "9": [
        "67AC00",
        "C0EB75",
        "1E1E1E"
      ],
      "10": [
        "E6B300",
        "FFF59D",
        "1E1E1E"
      ],
      "11": [
        "00334C",
        "15AABF",
        "FFFFFF"
      ],
      "12": [
        "868E96",
        "CED4DA",
        "1E1E1E"
      ],
      "13": [
        "000036",
        "5F3DC4",
        "FFFFFF"
      ],
      "14": [
        "CC6700",
        "FFC078",
        "1E1E1E"
      ],
      "15": [
        "95D31F",
        "E9FAC8",
        "1E1E1E"
      ],
      "16": [
        "050016",
        "862E9C",
        "FFFFFF"
      ],
      "17": [
        "14C5D3",
        "C5F6FA",
        "1E1E1E"
      ],
      "18": [
        "004307",
        "12B886",
        "FFFFFF"
      ],
      "19": [
        "FF7BAF",
        "FFDEEB",
        "1E1E1E"
      ],
      "20": [
        "CCAC00",
        "FFEB3B",
        "1E1E1E"
      ],
      "21": [
        "966A00",
        "FDD835",
        "1E1E1E"
      ],
      "22": [
        "470000",
        "D9480F",
        "FFFFFF"
      ],
      "23": [
        "000039",
        "364FC7",
        "FFFFFF"
      ],
      "24": [
        "000089",
        "7950F2",
        "FFFFFF"
      ],
      "25": [
        "A228BF",
        "E599F7",
        "1E1E1E"
      ],
      "26": [
        "00008D",
        "4C6EF5",
        "FFFFFF"
      ],
      "27": [
        "040505",
        "495057",
        "FFFFFF"
      ],
      "28": [
        "1C3FCC",
        "91A7FF",
        "1E1E1E"
      ],
      "29": [
        "4B006D",
        "BE4BDB",
        "FFFFFF"
      ],
      "30": [
        "0DD393",
        "C3FAE8",
        "1E1E1E"
      ],
      "31": [
        "623300",
        "FBC02D",
        "1E1E1E"
      ],
      "32": [
        "C43768",
        "FAA2C1",
        "1E1E1E"
      ],
      "33": [
        "011912",
        "087F5B",
        "FFFFFF"
      ],
      "34": [
        "343A40",
        "868E96",
        "FFFFFF"
      ],
      "35": [
        "7B0000",
        "E64980",
        "FFFFFF"
      ],
      "36": [
        "002900",
        "5C940D",
        "FFFFFF"
      ],
      "37": [
        "CF67EB",
        "F3D9FA",
        "1E1E1E"
      ],
      "38": [
        "976FFF",
        "E5DBFF",
        "1E1E1E"
      ],
      "39": [
        "6F93FF",
        "DBE4FF",
        "1E1E1E"
      ],
      "40": [
        "ADB5BD",
        "E9ECEF",
        "1E1E1E"
      ]
    },
    "errorcodes": {
      "1": [
        "Success",
        ""
      ],
      "2": [
        "Invalid API key",
        "App must be granted a valid key by Humanity"
      ],
      "3": [
        "Invalid token key",
        "Please re-authenticate"
      ],
      "4": [
        "Invalid Method",
        "No Method with that name exists in our API"
      ],
      "5": [
        "Invalid Module",
        "No Module with that name exists in our API"
      ],
      "6": [
        "Invalid Action",
        "No Action with that name exists in our API"
      ],
      "7": [
        "Authentication Failed",
        "You do not have permissions to access the service"
      ],
      "8": [
        "Missing parameters",
        "Your request is missing a required parameter"
      ],
      "9": [
        "Invalid parameters",
        "Your request has an invalid parameter type"
      ],
      "10": [
        "Extra parameters",
        "Your request has an extra/unallowed parameter type"
      ],
      "12": [
        "Create Failed",
        "Your CREATE request failed"
      ],
      "13": [
        "Update Failed",
        "Your UPDATE request failed"
      ],
      "14": [
        "Delete Failed",
        "Your DELETE request failed"
      ],
      "15": [
        "Get Failed",
        "Your GET request failed"
      ],
      "20": [
        "Incorrect Permissions",
        "You don't have the proper permissions to access this"
      ],
      "90": [
        "Suspended API key",
        "Access for your account has been suspended, please contact Humanity"
      ],
      "91": [
        "Throttle exceeded",
        "You have exceeded the max allowed requests. Try again later."
      ],
      "98": [
        "Bad API Paramaters",
        "Invalid POST request. See Manual."
      ],
      "99": [
        "Service Offline",
        "This service is temporarily offline. Try again later."
      ],
      "-3": [
        "Flagged API Key",
        "Pemanently Banned"
      ],
      "-2": [
        "Flagged API Key",
        "Too Many invalid access attempts - contact us"
      ],
      "-1": [
        "Flagged API Key",
        "Temporarily Disabled - contact us"
      ]
    },
"languages": {
      "sq_AL": {
        "code": "sq_AL",
        "name": "Albanian",
        "local_name": "Shqip",
        "machine": "1",
        "short_code": "sq",
        "crawl": "1"
      },
      "en_US": {
        "code": "en_US",
        "name": "American English",
        "local_name": "American English",
        "machine": "0",
        "short_code": "en",
        "crawl": "1"
      },
      "ar_SY": {
        "code": "ar_SY",
        "name": "Arabic",
        "local_name": "العربية",
        "machine": "1",
        "short_code": "ar",
        "crawl": "1"
      },
      "be_BY": {
        "code": "be_BY",
        "name": "Belarusian",
        "local_name": "Беларуская мова",
        "machine": "1",
        "short_code": "be",
        "crawl": "1"
      },
      "bg_BG": {
        "code": "bg_BG",
        "name": "Bulgarian",
        "local_name": "Български",
        "machine": "1",
        "short_code": "bg",
        "crawl": "1"
      },
      "ca_AD": {
        "code": "ca_AD",
        "name": "Catalan",
        "local_name": "Català",
        "machine": "1",
        "short_code": "ca",
        "crawl": "1"
      },
      "zh_CN": {
        "code": "zh_CN",
        "name": "Chinese Simplified",
        "local_name": "繁体字",
        "machine": "1",
        "short_code": "zh-CN",
        "crawl": "1"
      },
      "zh_TW": {
        "code": "zh_TW",
        "name": "Chinese Traditional",
        "local_name": "繁體字",
        "machine": "1",
        "short_code": "zh-TW",
        "crawl": "1"
      },
      "hr_HR": {
        "code": "hr_HR",
        "name": "Croatian",
        "local_name": "Hrvatski",
        "machine": "1",
        "short_code": "hr",
        "crawl": "1"
      },
      "cs_CZ": {
        "code": "cs_CZ",
        "name": "Czech",
        "local_name": "Čeština",
        "machine": "1",
        "short_code": "cs",
        "crawl": "1"
      },
      "da_DK": {
        "code": "da_DK",
        "name": "Danish",
        "local_name": "Dansk",
        "machine": "1",
        "short_code": "da",
        "crawl": "1"
      },
      "nl_NL": {
        "code": "nl_NL",
        "name": "Dutch",
        "local_name": "Nederlands",
        "machine": "1",
        "short_code": "nl",
        "crawl": "1"
      },
      "et_EE": {
        "code": "et_EE",
        "name": "Estonian",
        "local_name": "Eesti keel",
        "machine": "1",
        "short_code": "et",
        "crawl": "1"
      },
      "tl_PH": {
        "code": "tl_PH",
        "name": "Filipino",
        "local_name": "Filipino",
        "machine": "1",
        "short_code": "tl",
        "crawl": "1"
      },
      "fi_FI": {
        "code": "fi_FI",
        "name": "Finnish",
        "local_name": "Suomi",
        "machine": "1",
        "short_code": "fi",
        "crawl": "1"
      },
      "fr_FR": {
        "code": "fr_FR",
        "name": "French (Canadian)",
        "local_name": "Français Canadien",
        "machine": "0",
        "short_code": "fr",
        "crawl": "1"
      },
      "ka_GE": {
        "code": "ka_GE",
        "name": "Georgian",
        "local_name": "ქართული",
        "machine": "1",
        "short_code": "ka",
        "crawl": "1"
      },
      "de_DE": {
        "code": "de_DE",
        "name": "German",
        "local_name": "Deutsch",
        "machine": "1",
        "short_code": "de",
        "crawl": "1"
      },
      "iw_IL": {
        "code": "iw_IL",
        "name": "Hebrew",
        "local_name": "עברית",
        "machine": "1",
        "short_code": "iw",
        "crawl": "1"
      },
      "hu_HU": {
        "code": "hu_HU",
        "name": "Hungarian",
        "local_name": "Magyar",
        "machine": "1",
        "short_code": "hu",
        "crawl": "1"
      },
      "is_IS": {
        "code": "is_IS",
        "name": "Icelandic",
        "local_name": "Íslenska",
        "machine": "1",
        "short_code": "is",
        "crawl": "1"
      },
      "ga_IE": {
        "code": "ga_IE",
        "name": "Irish",
        "local_name": "Gaeilge",
        "machine": "1",
        "short_code": "ga",
        "crawl": "1"
      },
      "it_IT": {
        "code": "it_IT",
        "name": "Italian",
        "local_name": "Italiano",
        "machine": "1",
        "short_code": "it",
        "crawl": "1"
      },
      "ja_JP": {
        "code": "ja_JP",
        "name": "Japanese",
        "local_name": "日本語",
        "machine": "1",
        "short_code": "ja",
        "crawl": "1"
      },
      "ko_KR": {
        "code": "ko_KR",
        "name": "Korean",
        "local_name": "韓國語",
        "machine": "1",
        "short_code": "ko",
        "crawl": "1"
      },
      "lv_LV": {
        "code": "lv_LV",
        "name": "Latvian",
        "local_name": "Latviešu valoda",
        "machine": "1",
        "short_code": "lv",
        "crawl": "1"
      },
      "lt_LT": {
        "code": "lt_LT",
        "name": "Lithuanian",
        "local_name": "Lietuvių kalba",
        "machine": "1",
        "short_code": "lt",
        "crawl": "1"
      },
      "mk_MK": {
        "code": "mk_MK",
        "name": "Macedonian",
        "local_name": "Македонски",
        "machine": "1",
        "short_code": "mk",
        "crawl": "1"
      },
      "ms_MY": {
        "code": "ms_MY",
        "name": "Malay",
        "local_name": "Bahasa melayu",
        "machine": "1",
        "short_code": "ms",
        "crawl": "1"
      },
      "mt_MT": {
        "code": "mt_MT",
        "name": "Maltese",
        "local_name": "Malti",
        "machine": "1",
        "short_code": "mt",
        "crawl": "1"
      },
      "nb_NO": {
        "code": "nb_NO",
        "name": "Norwegian",
        "local_name": "Norsk",
        "machine": "1",
        "short_code": "no",
        "crawl": "1"
      },
      "pl_PL": {
        "code": "pl_PL",
        "name": "Polish",
        "local_name": "Polski",
        "machine": "1",
        "short_code": "pl",
        "crawl": "1"
      },
      "pt_PT": {
        "code": "pt_PT",
        "name": "Portuguese",
        "local_name": "Português",
        "machine": "1",
        "short_code": "pt",
        "crawl": "1"
      },
      "pt_BR": {
        "code": "pt_BR",
        "name": "Portuguese (Brazil)",
        "local_name": "Português",
        "machine": "1",
        "short_code": "pt-BR",
        "crawl": "1"
      },
      "ro_RO": {
        "code": "ro_RO",
        "name": "Romanian",
        "local_name": "Român",
        "machine": "1",
        "short_code": "ro",
        "crawl": "1"
      },
      "ru_RU": {
        "code": "ru_RU",
        "name": "Russian",
        "local_name": "Русский",
        "machine": "1",
        "short_code": "ru",
        "crawl": "1"
      },
      "sr_RS": {
        "code": "sr_RS",
        "name": "Serbian",
        "local_name": "Српски",
        "machine": "1",
        "short_code": "sr",
        "crawl": "1"
      },
      "sk_SK": {
        "code": "sk_SK",
        "name": "Slovak",
        "local_name": "Slovenčina",
        "machine": "1",
        "short_code": "sk",
        "crawl": "1"
      },
      "sl_SI": {
        "code": "sl_SI",
        "name": "Slovenian",
        "local_name": "Slovenščina",
        "machine": "1",
        "short_code": "sl",
        "crawl": "1"
      },
      "es_ES": {
        "code": "es_ES",
        "name": "Spanish",
        "local_name": "Español",
        "machine": "0",
        "short_code": "es",
        "crawl": "1"
      },
      "sv_SE": {
        "code": "sv_SE",
        "name": "Swedish",
        "local_name": "Svenska",
        "machine": "1",
        "short_code": "sv",
        "crawl": "1"
      },
      "th_TH": {
        "code": "th_TH",
        "name": "Thai",
        "local_name": "ภาษาไทย",
        "machine": "1",
        "short_code": "th",
        "crawl": "1"
      },
      "tr_TR": {
        "code": "tr_TR",
        "name": "Turkish",
        "local_name": "Türkçe",
        "machine": "1",
        "short_code": "tr",
        "crawl": "1"
      },
      "uk_UA": {
        "code": "uk_UA",
        "name": "Ukrainian",
        "local_name": "Українська",
        "machine": "1",
        "short_code": "uk",
        "crawl": "1"
      },
      "vi_VN": {
        "code": "vi_VN",
        "name": "Vietnamese",
        "local_name": "Tiếng việt",
        "machine": "1",
        "short_code": "vi",
        "crawl": "1"
      },
      "cy_GB": {
        "code": "cy_GB",
        "name": "Welsh",
        "local_name": "Cymraeg",
        "machine": "1",
        "short_code": "cy",
        "crawl": "1"
      }
    },
"timezones": {
      "1": {
        "timezone_id": "1",
        "name": "Africa/Abidjan",
        "name_formatted": "(UTC) Africa/Abidjan",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "2": {
        "timezone_id": "2",
        "name": "Africa/Accra",
        "name_formatted": "(UTC) Africa/Accra",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "3": {
        "timezone_id": "3",
        "name": "Africa/Addis_Ababa",
        "name_formatted": "(UTC +03:00) Africa/Addis Ababa",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "4": {
        "timezone_id": "4",
        "name": "Africa/Algiers",
        "name_formatted": "(UTC +01:00) Africa/Algiers",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "5": {
        "timezone_id": "5",
        "name": "Africa/Asmara",
        "name_formatted": "(UTC +03:00) Africa/Asmara",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "6": {
        "timezone_id": "6",
        "name": "Africa/Bamako",
        "name_formatted": "(UTC) Africa/Bamako",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "7": {
        "timezone_id": "7",
        "name": "Africa/Bangui",
        "name_formatted": "(UTC +01:00) Africa/Bangui",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "8": {
        "timezone_id": "8",
        "name": "Africa/Banjul",
        "name_formatted": "(UTC) Africa/Banjul",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "9": {
        "timezone_id": "9",
        "name": "Africa/Bissau",
        "name_formatted": "(UTC) Africa/Bissau",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "10": {
        "timezone_id": "10",
        "name": "Africa/Blantyre",
        "name_formatted": "(UTC +02:00) Africa/Blantyre",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "11": {
        "timezone_id": "11",
        "name": "Africa/Brazzaville",
        "name_formatted": "(UTC +01:00) Africa/Brazzaville",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "12": {
        "timezone_id": "12",
        "name": "Africa/Bujumbura",
        "name_formatted": "(UTC +02:00) Africa/Bujumbura",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "13": {
        "timezone_id": "13",
        "name": "Africa/Cairo",
        "name_formatted": "(UTC +02:00) Africa/Cairo",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "14": {
        "timezone_id": "14",
        "name": "Africa/Casablanca",
        "name_formatted": "(UTC) Africa/Casablanca",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "15": {
        "timezone_id": "15",
        "name": "Africa/Ceuta",
        "name_formatted": "(UTC +01:00) Africa/Ceuta",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "16": {
        "timezone_id": "16",
        "name": "Africa/Conakry",
        "name_formatted": "(UTC) Africa/Conakry",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "17": {
        "timezone_id": "17",
        "name": "Africa/Dakar",
        "name_formatted": "(UTC) Africa/Dakar",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "18": {
        "timezone_id": "18",
        "name": "Africa/Dar_es_Salaam",
        "name_formatted": "(UTC +03:00) Africa/Dar es Salaam",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "19": {
        "timezone_id": "19",
        "name": "Africa/Djibouti",
        "name_formatted": "(UTC +03:00) Africa/Djibouti",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "20": {
        "timezone_id": "20",
        "name": "Africa/Douala",
        "name_formatted": "(UTC +01:00) Africa/Douala",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "21": {
        "timezone_id": "21",
        "name": "Africa/El_Aaiun",
        "name_formatted": "(UTC) Africa/El Aaiun",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "22": {
        "timezone_id": "22",
        "name": "Africa/Freetown",
        "name_formatted": "(UTC) Africa/Freetown",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "23": {
        "timezone_id": "23",
        "name": "Africa/Gaborone",
        "name_formatted": "(UTC +02:00) Africa/Gaborone",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "24": {
        "timezone_id": "24",
        "name": "Africa/Harare",
        "name_formatted": "(UTC +02:00) Africa/Harare",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "25": {
        "timezone_id": "25",
        "name": "Africa/Johannesburg",
        "name_formatted": "(UTC +02:00) Africa/Johannesburg",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "26": {
        "timezone_id": "26",
        "name": "Africa/Juba",
        "name_formatted": "(UTC +03:00) Africa/Juba",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "27": {
        "timezone_id": "27",
        "name": "Africa/Kampala",
        "name_formatted": "(UTC +03:00) Africa/Kampala",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "28": {
        "timezone_id": "28",
        "name": "Africa/Khartoum",
        "name_formatted": "(UTC +03:00) Africa/Khartoum",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "29": {
        "timezone_id": "29",
        "name": "Africa/Kigali",
        "name_formatted": "(UTC +02:00) Africa/Kigali",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "30": {
        "timezone_id": "30",
        "name": "Africa/Kinshasa",
        "name_formatted": "(UTC +01:00) Africa/Kinshasa",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "31": {
        "timezone_id": "31",
        "name": "Africa/Lagos",
        "name_formatted": "(UTC +01:00) Africa/Lagos",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "32": {
        "timezone_id": "32",
        "name": "Africa/Libreville",
        "name_formatted": "(UTC +01:00) Africa/Libreville",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "33": {
        "timezone_id": "33",
        "name": "Africa/Lome",
        "name_formatted": "(UTC) Africa/Lome",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "34": {
        "timezone_id": "34",
        "name": "Africa/Luanda",
        "name_formatted": "(UTC +01:00) Africa/Luanda",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "35": {
        "timezone_id": "35",
        "name": "Africa/Lubumbashi",
        "name_formatted": "(UTC +02:00) Africa/Lubumbashi",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "36": {
        "timezone_id": "36",
        "name": "Africa/Lusaka",
        "name_formatted": "(UTC +02:00) Africa/Lusaka",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "37": {
        "timezone_id": "37",
        "name": "Africa/Malabo",
        "name_formatted": "(UTC +01:00) Africa/Malabo",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "38": {
        "timezone_id": "38",
        "name": "Africa/Maputo",
        "name_formatted": "(UTC +02:00) Africa/Maputo",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "39": {
        "timezone_id": "39",
        "name": "Africa/Maseru",
        "name_formatted": "(UTC +02:00) Africa/Maseru",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "40": {
        "timezone_id": "40",
        "name": "Africa/Mbabane",
        "name_formatted": "(UTC +02:00) Africa/Mbabane",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "41": {
        "timezone_id": "41",
        "name": "Africa/Mogadishu",
        "name_formatted": "(UTC +03:00) Africa/Mogadishu",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "42": {
        "timezone_id": "42",
        "name": "Africa/Monrovia",
        "name_formatted": "(UTC) Africa/Monrovia",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "43": {
        "timezone_id": "43",
        "name": "Africa/Nairobi",
        "name_formatted": "(UTC +03:00) Africa/Nairobi",
        "offset": "+3:00",
        "seconds": "10800",
        "hours": "3",
        "default": "0"
      },
      "44": {
        "timezone_id": "44",
        "name": "Africa/Ndjamena",
        "name_formatted": "(UTC +01:00) Africa/Ndjamena",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "45": {
        "timezone_id": "45",
        "name": "Africa/Niamey",
        "name_formatted": "(UTC +01:00) Africa/Niamey",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "46": {
        "timezone_id": "46",
        "name": "Africa/Nouakchott",
        "name_formatted": "(UTC) Africa/Nouakchott",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "47": {
        "timezone_id": "47",
        "name": "Africa/Ouagadougou",
        "name_formatted": "(UTC) Africa/Ouagadougou",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "48": {
        "timezone_id": "48",
        "name": "Africa/Porto-Novo",
        "name_formatted": "(UTC +01:00) Africa/Porto-Novo",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "49": {
        "timezone_id": "49",
        "name": "Africa/Sao_Tome",
        "name_formatted": "(UTC) Africa/Sao Tome",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "50": {
        "timezone_id": "50",
        "name": "Africa/Tripoli",
        "name_formatted": "(UTC +02:00) Africa/Tripoli",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "51": {
        "timezone_id": "51",
        "name": "Africa/Tunis",
        "name_formatted": "(UTC +01:00) Africa/Tunis",
        "offset": "+1:00",
        "seconds": "3600",
        "hours": "1",
        "default": "0"
      },
      "52": {
        "timezone_id": "52",
        "name": "Africa/Windhoek",
        "name_formatted": "(UTC +02:00) Africa/Windhoek",
        "offset": "+2:00",
        "seconds": "7200",
        "hours": "2",
        "default": "0"
      },
      "53": {
        "timezone_id": "53",
        "name": "America/Adak",
        "name_formatted": "(UTC -10:00) America/Adak",
        "offset": "-10:00",
        "seconds": "-36000",
        "hours": "-10",
        "default": "0"
      },
      "54": {
        "timezone_id": "54",
        "name": "America/Anchorage",
        "name_formatted": "(UTC -09:00) America/Anchorage",
        "offset": "-9:00",
        "seconds": "-32400",
        "hours": "-9",
        "default": "0"
      },
      "55": {
        "timezone_id": "55",
        "name": "America/Anguilla",
        "name_formatted": "(UTC -04:00) America/Anguilla",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "56": {
        "timezone_id": "56",
        "name": "America/Antigua",
        "name_formatted": "(UTC -04:00) America/Antigua",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "57": {
        "timezone_id": "57",
        "name": "America/Araguaina",
        "name_formatted": "(UTC -03:00) America/Araguaina",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "58": {
        "timezone_id": "58",
        "name": "America/Argentina/Buenos_Aires",
        "name_formatted": "(UTC -03:00) America/Argentina/Buenos Aires",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "59": {
        "timezone_id": "59",
        "name": "America/Argentina/Catamarca",
        "name_formatted": "(UTC -03:00) America/Argentina/Catamarca",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "60": {
        "timezone_id": "60",
        "name": "America/Argentina/Cordoba",
        "name_formatted": "(UTC -03:00) America/Argentina/Cordoba",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "61": {
        "timezone_id": "61",
        "name": "America/Argentina/Jujuy",
        "name_formatted": "(UTC -03:00) America/Argentina/Jujuy",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "62": {
        "timezone_id": "62",
        "name": "America/Argentina/La_Rioja",
        "name_formatted": "(UTC -03:00) America/Argentina/La Rioja",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "63": {
        "timezone_id": "63",
        "name": "America/Argentina/Mendoza",
        "name_formatted": "(UTC -03:00) America/Argentina/Mendoza",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "64": {
        "timezone_id": "64",
        "name": "America/Argentina/Rio_Gallegos",
        "name_formatted": "(UTC -03:00) America/Argentina/Rio Gallegos",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "65": {
        "timezone_id": "65",
        "name": "America/Argentina/Salta",
        "name_formatted": "(UTC -03:00) America/Argentina/Salta",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "66": {
        "timezone_id": "66",
        "name": "America/Argentina/San_Juan",
        "name_formatted": "(UTC -03:00) America/Argentina/San Juan",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "67": {
        "timezone_id": "67",
        "name": "America/Argentina/San_Luis",
        "name_formatted": "(UTC -03:00) America/Argentina/San Luis",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "68": {
        "timezone_id": "68",
        "name": "America/Argentina/Tucuman",
        "name_formatted": "(UTC -03:00) America/Argentina/Tucuman",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "69": {
        "timezone_id": "69",
        "name": "America/Argentina/Ushuaia",
        "name_formatted": "(UTC -03:00) America/Argentina/Ushuaia",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "70": {
        "timezone_id": "70",
        "name": "America/Aruba",
        "name_formatted": "(UTC -04:00) America/Aruba",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "71": {
        "timezone_id": "71",
        "name": "America/Asuncion",
        "name_formatted": "(UTC -03:00) America/Asuncion",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "72": {
        "timezone_id": "72",
        "name": "America/Atikokan",
        "name_formatted": "(UTC -05:00) America/Atikokan",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "73": {
        "timezone_id": "73",
        "name": "America/Bahia",
        "name_formatted": "(UTC -03:00) America/Bahia",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "74": {
        "timezone_id": "74",
        "name": "America/Bahia_Banderas",
        "name_formatted": "(UTC -06:00) America/Bahia Banderas",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "75": {
        "timezone_id": "75",
        "name": "America/Barbados",
        "name_formatted": "(UTC -04:00) America/Barbados",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "76": {
        "timezone_id": "76",
        "name": "America/Belem",
        "name_formatted": "(UTC -03:00) America/Belem",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "77": {
        "timezone_id": "77",
        "name": "America/Belize",
        "name_formatted": "(UTC -06:00) America/Belize",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "78": {
        "timezone_id": "78",
        "name": "America/Blanc-Sablon",
        "name_formatted": "(UTC -04:00) America/Blanc-Sablon",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "79": {
        "timezone_id": "79",
        "name": "America/Boa_Vista",
        "name_formatted": "(UTC -04:00) America/Boa Vista",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "80": {
        "timezone_id": "80",
        "name": "America/Bogota",
        "name_formatted": "(UTC -05:00) America/Bogota",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "81": {
        "timezone_id": "81",
        "name": "America/Boise",
        "name_formatted": "(UTC -07:00) America/Boise",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "82": {
        "timezone_id": "82",
        "name": "America/Cambridge_Bay",
        "name_formatted": "(UTC -07:00) America/Cambridge Bay",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "83": {
        "timezone_id": "83",
        "name": "America/Campo_Grande",
        "name_formatted": "(UTC -04:00) America/Campo Grande",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "84": {
        "timezone_id": "84",
        "name": "America/Cancun",
        "name_formatted": "(UTC -06:00) America/Cancun",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "85": {
        "timezone_id": "85",
        "name": "America/Caracas",
        "name_formatted": "(UTC -04:30) America/Caracas",
        "offset": "-4:30",
        "seconds": "-16200",
        "hours": "-4",
        "default": "0"
      },
      "86": {
        "timezone_id": "86",
        "name": "America/Cayenne",
        "name_formatted": "(UTC -03:00) America/Cayenne",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "87": {
        "timezone_id": "87",
        "name": "America/Cayman",
        "name_formatted": "(UTC -05:00) America/Cayman",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "88": {
        "timezone_id": "88",
        "name": "America/Chicago",
        "name_formatted": "(UTC -06:00) America/Chicago",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "89": {
        "timezone_id": "89",
        "name": "America/Chihuahua",
        "name_formatted": "(UTC -07:00) America/Chihuahua",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "90": {
        "timezone_id": "90",
        "name": "America/Costa_Rica",
        "name_formatted": "(UTC -06:00) America/Costa Rica",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "91": {
        "timezone_id": "91",
        "name": "America/Cuiaba",
        "name_formatted": "(UTC -04:00) America/Cuiaba",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "92": {
        "timezone_id": "92",
        "name": "America/Curacao",
        "name_formatted": "(UTC -04:00) America/Curacao",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "93": {
        "timezone_id": "93",
        "name": "America/Danmarkshavn",
        "name_formatted": "(UTC) America/Danmarkshavn",
        "offset": "+0:00",
        "seconds": "0",
        "hours": "0",
        "default": "0"
      },
      "94": {
        "timezone_id": "94",
        "name": "America/Dawson",
        "name_formatted": "(UTC -08:00) America/Dawson",
        "offset": "-8:00",
        "seconds": "-28800",
        "hours": "-8",
        "default": "0"
      },
      "95": {
        "timezone_id": "95",
        "name": "America/Dawson_Creek",
        "name_formatted": "(UTC -07:00) America/Dawson Creek",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "96": {
        "timezone_id": "96",
        "name": "America/Denver",
        "name_formatted": "(UTC -07:00) America/Denver",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "97": {
        "timezone_id": "97",
        "name": "America/Detroit",
        "name_formatted": "(UTC -05:00) America/Detroit",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "98": {
        "timezone_id": "98",
        "name": "America/Dominica",
        "name_formatted": "(UTC -04:00) America/Dominica",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "99": {
        "timezone_id": "99",
        "name": "America/Edmonton",
        "name_formatted": "(UTC -07:00) America/Edmonton",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "100": {
        "timezone_id": "100",
        "name": "America/Eirunepe",
        "name_formatted": "(UTC -04:00) America/Eirunepe",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "101": {
        "timezone_id": "101",
        "name": "America/El_Salvador",
        "name_formatted": "(UTC -06:00) America/El Salvador",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "102": {
        "timezone_id": "102",
        "name": "America/Fortaleza",
        "name_formatted": "(UTC -03:00) America/Fortaleza",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "103": {
        "timezone_id": "103",
        "name": "America/Glace_Bay",
        "name_formatted": "(UTC -04:00) America/Glace Bay",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "104": {
        "timezone_id": "104",
        "name": "America/Godthab",
        "name_formatted": "(UTC -03:00) America/Godthab",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "105": {
        "timezone_id": "105",
        "name": "America/Goose_Bay",
        "name_formatted": "(UTC -04:00) America/Goose Bay",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "106": {
        "timezone_id": "106",
        "name": "America/Grand_Turk",
        "name_formatted": "(UTC -05:00) America/Grand Turk",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "107": {
        "timezone_id": "107",
        "name": "America/Grenada",
        "name_formatted": "(UTC -04:00) America/Grenada",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "108": {
        "timezone_id": "108",
        "name": "America/Guadeloupe",
        "name_formatted": "(UTC -04:00) America/Guadeloupe",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "109": {
        "timezone_id": "109",
        "name": "America/Guatemala",
        "name_formatted": "(UTC -06:00) America/Guatemala",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "110": {
        "timezone_id": "110",
        "name": "America/Guayaquil",
        "name_formatted": "(UTC -05:00) America/Guayaquil",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "111": {
        "timezone_id": "111",
        "name": "America/Guyana",
        "name_formatted": "(UTC -04:00) America/Guyana",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "112": {
        "timezone_id": "112",
        "name": "America/Halifax",
        "name_formatted": "(UTC -04:00) America/Halifax",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "113": {
        "timezone_id": "113",
        "name": "America/Havana",
        "name_formatted": "(UTC -05:00) America/Havana",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "114": {
        "timezone_id": "114",
        "name": "America/Hermosillo",
        "name_formatted": "(UTC -07:00) America/Hermosillo",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "115": {
        "timezone_id": "115",
        "name": "America/Indiana/Indianapolis",
        "name_formatted": "(UTC -05:00) America/Indiana/Indianapolis",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "116": {
        "timezone_id": "116",
        "name": "America/Indiana/Knox",
        "name_formatted": "(UTC -06:00) America/Indiana/Knox",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "117": {
        "timezone_id": "117",
        "name": "America/Indiana/Marengo",
        "name_formatted": "(UTC -05:00) America/Indiana/Marengo",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "118": {
        "timezone_id": "118",
        "name": "America/Indiana/Petersburg",
        "name_formatted": "(UTC -05:00) America/Indiana/Petersburg",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "119": {
        "timezone_id": "119",
        "name": "America/Indiana/Tell_City",
        "name_formatted": "(UTC -06:00) America/Indiana/Tell City",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "120": {
        "timezone_id": "120",
        "name": "America/Indiana/Vevay",
        "name_formatted": "(UTC -05:00) America/Indiana/Vevay",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "121": {
        "timezone_id": "121",
        "name": "America/Indiana/Vincennes",
        "name_formatted": "(UTC -05:00) America/Indiana/Vincennes",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "122": {
        "timezone_id": "122",
        "name": "America/Indiana/Winamac",
        "name_formatted": "(UTC -05:00) America/Indiana/Winamac",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "123": {
        "timezone_id": "123",
        "name": "America/Inuvik",
        "name_formatted": "(UTC -07:00) America/Inuvik",
        "offset": "-7:00",
        "seconds": "-25200",
        "hours": "-7",
        "default": "0"
      },
      "124": {
        "timezone_id": "124",
        "name": "America/Iqaluit",
        "name_formatted": "(UTC -05:00) America/Iqaluit",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "125": {
        "timezone_id": "125",
        "name": "America/Jamaica",
        "name_formatted": "(UTC -05:00) America/Jamaica",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "126": {
        "timezone_id": "126",
        "name": "America/Juneau",
        "name_formatted": "(UTC -09:00) America/Juneau",
        "offset": "-9:00",
        "seconds": "-32400",
        "hours": "-9",
        "default": "0"
      },
      "127": {
        "timezone_id": "127",
        "name": "America/Kentucky/Louisville",
        "name_formatted": "(UTC -05:00) America/Kentucky/Louisville",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "128": {
        "timezone_id": "128",
        "name": "America/Kentucky/Monticello",
        "name_formatted": "(UTC -05:00) America/Kentucky/Monticello",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "129": {
        "timezone_id": "129",
        "name": "America/Kralendijk",
        "name_formatted": "(UTC -04:00) America/Kralendijk",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "130": {
        "timezone_id": "130",
        "name": "America/La_Paz",
        "name_formatted": "(UTC -04:00) America/La Paz",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "131": {
        "timezone_id": "131",
        "name": "America/Lima",
        "name_formatted": "(UTC -05:00) America/Lima",
        "offset": "-5:00",
        "seconds": "-18000",
        "hours": "-5",
        "default": "0"
      },
      "132": {
        "timezone_id": "132",
        "name": "America/Los_Angeles",
        "name_formatted": "(UTC -08:00) America/Los Angeles",
        "offset": "-8:00",
        "seconds": "-28800",
        "hours": "-8",
        "default": "0"
      },
      "133": {
        "timezone_id": "133",
        "name": "America/Lower_Princes",
        "name_formatted": "(UTC -04:00) America/Lower Princes",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      },
      "134": {
        "timezone_id": "134",
        "name": "America/Maceio",
        "name_formatted": "(UTC -03:00) America/Maceio",
        "offset": "-3:00",
        "seconds": "-10800",
        "hours": "-3",
        "default": "0"
      },
      "135": {
        "timezone_id": "135",
        "name": "America/Managua",
        "name_formatted": "(UTC -06:00) America/Managua",
        "offset": "-6:00",
        "seconds": "-21600",
        "hours": "-6",
        "default": "0"
      },
      "136": {
        "timezone_id": "136",
        "name": "America/Manaus",
        "name_formatted": "(UTC -04:00) America/Manaus",
        "offset": "-4:00",
        "seconds": "-14400",
        "hours": "-4",
        "default": "0"
      }
  ...
     }
  },
  "token": "xxxxxxx"
}