Sample: JSON

POST JSON Request:

{  
   "locations":[  
      {  
         "geometry":{  
            "type":"point",
            "coordinates":[-89.398528,40.633125]
         },
         "objectId":"1"
      }
   ]
}

POST JSON Response:

{
  "fireRisk": [
    {
      "objectId": "1",
      "state": {
        "code": "IL",
        "fips": 17
      },
      "fireShed": {
        "id": 73894,
        "risk": {
          "type": "WL",
          "description": "Low",
          "risk50Rating": 0,
          "frequency": 4,
          "nonburn": "High",
          "pastFires": 0,
          "severity": 0,
          "distanceToFireStation": 0
        },
           ]
          ]
        }
      }
    }
  ]
}

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

{}