Sample Response: JSON

{
    "stateCode": "CA",
    "postCode": "92561",
    "events": {
        "event": [
            {
                "fireStartDate": "2013-08-24",
                "fireEndDate": "2013-08-24",
                "fireName": "LITTLE",
                "area": {
                    "unit": "acres",
                    "value": "95.7960968"
                },
                "agency": "USFS"
            },
            {
                "fireStartDate": "2013-07-16",
                "fireEndDate": "2013-07-28",
                "fireName": "Mountain",
                "area": {
                    "unit": "acres",
                    "value": "27502.5"
                },
                "agency": "State Agency"
            },
            {
                "fireStartDate": "2012-08-16",
                "fireEndDate": "2012-08-16",
                "fireName": "Martinez",
                "area": {
                    "unit": "acres",
                    "value": "11.07328228"
                },
                "agency": "BLM"
            }
        ]
    }
}

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

{}