Sample Response: JSON

{
    "stateCode": "AK",
    "postCode": "99615",
    "events": {
        "event": [
            {
                "fireStartDate": "2015-09-11",
                "fireEndDate": "2015-09-11",
                "fireName": "Twin Creeks",
                "area": {
                    "unit": "acres",
                    "value": "4861.98"
                },
                "agency": "State Agency"
            }
        ]
    }
}

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

{}