Sample: JSON

Request:

{
		"preferences": {
			"matchMode": "Relaxed"
		},
		"addressTime": [{
			
			"timestamp": "1691138974831",
			"address": {
				"objectId": "1",
				"mainAddressLine": "1805 33rd Street",
				"addressLastLine": "",
				"placeName": "",
				"areaName1": "CO",
				"areaName2": "",
				"areaName3": "Boulder",
				"areaName4": "",
				"postCode": "80301",
				"postCodeExt": "",
				"country": "USA",
				"addressNumber": "",
				"streetName": "",
				"unitType": "",
				"unitValue": ""
			}
		}]
}
Response:
{
  "timezone": [
    {
      "objectId": "1",
      "timezoneName": "Mountain Time (MST/MDT)",
      "zoneType": "America/Denver",
      "utcOffset": -25200000,
      "dstOffset": 3600000,
      "timestamp": 1691138974831,
      "matchedAddress": {
        "formattedAddress": "1805 33RD ST, BOULDER, CO  80301-2505",
        "mainAddressLine": "1805 33RD ST",
        "addressLastLine": "BOULDER, CO  80301-2505",
        "areaName1": "CO",
        "areaName2": "BOULDER COUNTY",
        "areaName3": "BOULDER",
        "postCode": "80301",
        "postCodeExt": "2505",
        "country": "USA",
        "addressNumber": "1805",
        "streetName": "33RD",
        "unitType": "",
        "unitValue": ""
      }
    }
  ]
}