Sample: JSON

POST JSON Request:

{
	"preferences": {
		"includeGeometry": "N"
	},
	"locations": [
		{
			"geometry": {
				"type": "point",
				"coordinates": [
					-109.651677,
					31.810691
				]
			},
			"objectId": "1"
		},
		{
			"geometry": {
				"type": "point",
				"coordinates": [
					-113.167301,
					44.471699
				]
			},
			"objectId": "2"
		}
	]
}

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
         }
      },
      {
         "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
         },
         "mitigation_group_elements":{
            "fStnDist":-9999,
            "waterDist":-9999,
            "topoPos":3,
            "burnable":-9999
         }
      }
   ]
}

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

{}