Sample Response: JSON

Risk Type - Interface:

{
	"state": {
		"code": "CA",
		"fips": 6
	},
	"fireShed": {
		"id": 44456,
		"risk": {
			"type": "IF",
			"description": "Moderate",
			"risk50Rating": 17,
			"tier": "1",
			"tierDescription": "Embers/Smoke"
		}
	},
	"matchedAddress": {
		"formattedAddress": "2550 RIVERSIDE DR, SUSANVILLE, CA  96130-4774",
		"mainAddressLine": "2550 RIVERSIDE DR",
		"addressLastLine": "SUSANVILLE, CA  96130-4774",
		"placeName": "",
		"areaName1": "CA",
		"areaName2": "LASSEN COUNTY",
		"areaName3": "SUSANVILLE",
		"areaName4": "",
		"postCode": "96130",
		"postCodeExt": "4774",
		"country": "USA",
		"addressNumber": "2550",
		"streetName": "RIVERSIDE",
		"unitType": "",
		"unitValue": ""
	}
}

Risk Type -Intermix:

{
	"state": {
		"code": "CA",
		"fips": 6
	},
	"fireShed": {
		"id": 2876,
		"risk": {
			"type": "IM",
			"description": "High",
			"risk50Rating": 28,
			"frequency": 28,
			"pastFires": 49,
			"severity": 23,
			"continuity": "Medium",
			"adjustment": "19",
			"aspect": "Low",
			"crownFire": "High",
			"vegetation": "Low",
			"foehn": "Low",
			"golfCourse": "High",
			"roadDist": "Low",
			"slope": "Low",
			"waterDist": "Low",
			"distanceToFireStation": 1
		}
	},
	"matchedAddress": {
		"formattedAddress": "225 W 8TH ST, ALTURAS, CA  96101-3215",
		"mainAddressLine": "225 W 8TH ST",
		"addressLastLine": "ALTURAS, CA  96101-3215",
		"placeName": "",
		"areaName1": "CA",
		"areaName2": "MODOC COUNTY",
		"areaName3": "ALTURAS",
		"areaName4": "",
		"postCode": "96101",
		"postCodeExt": "3215",
		"country": "USA",
		"addressNumber": "225",
		"streetName": "8TH",
		"unitType": "",
		"unitValue": ""
	}
}

Risk Type - Wildland:

{
	"state": {
		"code": "VA",
		"fips": 51
	},
	"fireShed": {
		"id": 81624,
		"risk": {
			"type": "WL",
			"description": "Moderate",
			"risk50Rating": 13,
			"frequency": 18,
			"nonburn": "Low",
			"pastFires": 0,
			"severity": 10,
			"distanceToFireStation": 6
		}
	},
	"matchedAddress": {
		"formattedAddress": "1926 GUMTREE RD, FOREST, VA  24551-4065",
		"mainAddressLine": "1926 GUMTREE RD",
		"addressLastLine": "FOREST, VA  24551-4065",
		"placeName": "",
		"areaName1": "VA",
		"areaName2": "BEDFORD COUNTY",
		"areaName3": "FOREST",
		"areaName4": "",
		"postCode": "24551",
		"postCodeExt": "4065",
		"country": "USA",
		"addressNumber": "1926",
		"streetName": "GUMTREE",
		"unitType": "",
		"unitValue": ""
	}
}

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

{}