Sample Response: JSON

{
    "fccId": "6097",
    "type": "Enhanced",
    "agency": "Spartanburg Communications 9-1-1 Department",
    "phone": "864-596-2076",
    "county": {
        "name": "Spartanburg",
        "fips": "45083"
    },
    "coverage": {
        "area": "Spartanburg County",
        "comments": "Greer City limits extend into this County but all calls ring into Greer Police Department.",
        "exceptions": "None"
    },
    "contactPerson": {
        "title": "9-1-1 Director",
        "fullName": "Mr. Micheal Flynn",
        "prefix": "Mr.",
        "firstName": "Michael",
        "lastName": "Flynn",
        "phone": "864-596-2050",
        "fax": "864-596-2382",
        "email": "mflynn@spartanburgcounty.org",
        "additionalDetails": "Address also:  P.O. Box 5666, Spartanburg, SC  29304. Voice Ext. 102."
    },
    "siteDetails": {
        "phone": "864-596-2076",
        "fax": "864-596-2149",
        "contactName": "Micheal Flynn",
        "email": "mflynn@spartanburgcounty.org", 
        "address": {
            "formattedAddress": "461 East Main Street, Suite 300 Spartanburg SC 29302",
            "mainAddressLine": "461 East Main Street, Suite 300",
            "addressLastLine": "",
            "placeName": "",
            "areaName1": "SC",
            "areaName2": "",
            "areaName3": "Spartanburg",
            "areaName4": "",
            "postCode": "29302",
            "postCodeExt": "",
            "country": "USA",
            "addressNumber": "",
            "streetName": "",
            "unitType": "",
            "unitValue": ""
        }
    },
    "mailingAddress": {
        "formattedAddress": "461 East Main Street, Suite 300 Spartanburg SC 29302",
        "mainAddressLine": "461 East Main Street, Suite 300",
        "addressLastLine": "",
        "placeName": "",
        "areaName1": "SC",
        "areaName2": "",
        "areaName3": "Spartanburg",
        "areaName4": "",
        "postCode": "29302",
        "postCodeExt": "",
        "country": "USA",
        "addressNumber": "",
        "streetName": "",
        "unitType": "",
        "unitValue": ""
    }
}

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

{}