Sample: JSON

POST JSON Request:

{
    "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": ""  
        }
    ]
}

POST JSON Response:

{
  "fireRisk": [
    {
      "objectId": "1",
      "state": {
        "code": "UT",
        "fips": 49
      },
      "fireShed": {
        "id": 138290,
        "risk": {
          "type": "WL",
          "description": "Low",
          "risk50Rating": 0,
          "frequency": 31,
          "nonburn": "Medium",
          "pastFires": 49,
          "severity": 0,
          "distanceToFireStation": 0
        },        
      "matchedAddress": {
        "formattedAddress": "115 E 900 N, RICHFIELD, UT  84701-1847",
        "mainAddressLine": "115 E 900 N",
        "addressLastLine": "RICHFIELD, UT  84701-1847",
        "placeName": "",
        "areaName1": "UT",
        "areaName2": "SEVIER COUNTY",
        "areaName3": "RICHFIELD",
        "areaName4": "",
        "postCode": "84701",
        "postCodeExt": "1847",
        "country": "USA",
        "addressNumber": "115",
        "streetName": "900",
        "unitType": "",
        "unitValue": ""
      }
    }
  ]
}

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

{}