Sample: JSON

POST JSON Request:

{
	"preferences": {
		"includeGeometry": "N"
	},
	"addresses": [
		{
			"objectId": "1",
			"mainAddressLine": "115 E 900 N, Richfield, UT 84701, USA",
			"addressLastLine": "",
			"placeName": "",
			"areaName1": "",
			"areaName2": "",
			"areaName3": "",
			"areaName4": "",
			"postCode": "",
			"postCodeExt": "",
			"country": "",
			"addressNumber": "",
			"streetName": "",
			"unitType": "",
			"unitValue": ""
		},
		{
			"objectId": "2",
			"mainAddressLine": "229 PARKS HWY # 7, HEALY, AK  99743-0249",
			"addressLastLine": "",
			"placeName": "",
			"areaName1": "",
			"areaName2": "",
			"areaName3": "",
			"areaName4": "",
			"postCode": "",
			"postCodeExt": "",
			"country": "",
			"addressNumber": "",
			"streetName": "",
			"unitType": "",
			"unitValue": ""
		}
	]
}

POST JSON Response:

{
   "fireRisk":[
      {
         "objectId":"1",
         "state":"OR",
         "noharmId":"CA1772916672",
         "noharmCls":"A",
         "noharmModel":"Interface",
         "riskDesc":"Moderate",
         "risk50":13,
         "severity":7,
         "frequency":20,
         "community":16,
         "damage":0,
         "mitigation":8,
         "severityGroupElements":{
            "intensity":7,
            "crownFire":2,
            "windSpd":24,
            "emberCast":0
         },
         "frequencyGroupElements":{
            "burnProb":1,
            "histPerim":27,
            "probIgnit":18,
            "lineDist":39
         },
         "communityGroupElements":{
            "structure":18,
            "wAlignRd":12,
            "accEgress":-9999,
            "vegCover":49
         },
         "damageGroupElements":{
            "histLoss":0,
            "insectsAndDisease":-9999
         },
         "mitigationGroupElements":{
            "fStnDist":-9999,
            "waterDist":8,
            "topoPos":-9999,
            "burnable":-9999
         },
         "matchedAddress":{
            "formattedAddress":"115 E 900 N, RICHFIELD, UT  84701-1847",
            "mainAddressLine":"115 E 900 N",
            "addressLastLine":"RICHFIELD, UT  84701-1847",
            "areaName1":"UT",
            "areaName2":"SEVIER COUNTY",
            "areaName3":"RICHFIELD",
            "postCode":"84701",
            "postCodeExt":"1847",
            "country":"USA",
            "addressNumber":"115",
            "streetName":"900",
            "unitType":"",
            "unitValue":""
         }
      },
      {
         "objectId":"2",
         "state":"AK",
         "noharmId":"CA1772920435",
         "noharmCls":"H",
         "noharmModel":"Wildland",
         "riskDesc":"Low",
         "risk50":9,
         "severity":6,
         "frequency":14,
         "community":10,
         "damage":0,
         "mitigation":3,
         "severityGroupElements":{
            "intensity":4,
            "crownFire":0,
            "windSpd":23,
            "emberCast":1
         },
         "frequencyGroupElements":{
            "burnProb":1,
            "histPerim":27,
            "probIgnit":5,
            "lineDist":0
         },
         "communityGroupElements":{
            "structure":14,
            "wAlignRd":1,
            "accEgress":-9999,
            "vegCover":-9999
         },
         "damageGroupElements":{
            "histLoss":0,
            "insectsAndDisease":-9999
         },
         "mitigationGroupElements":{
            "fStnDist":-9999,
            "waterDist":-9999,
            "topoPos":3,
            "burnable":-9999
         },
         "matchedAddress":{
            "formattedAddress":"229 PARKS HWY # 7, HEALY, AK  99743-0249",
            "mainAddressLine":"229 PARKS HWY # 7",
            "addressLastLine":"HEALY, AK  99743-0249",
            "areaName1":"AK",
            "areaName2":"DENALI BOROUGH",
            "areaName3":"HEALY",
            "postCode":"99743",
            "postCodeExt":"0249",
            "country":"USA",
            "addressNumber":"229",
            "streetName":"PARKS",
            "unitType":"",
            "unitValue":""
         }
      }
   ]
}

In case no data is found, the following response is returned:

{}