Sample Response: JSON

{
  "fireStation": [
    {
      "numWithinDepartment": "1",
      "locationReference": "Street",
      "travelDistance": {
        "unit": "mi",
        "value": "0"
      },
      "travelTime": {
        "value": "0",
        "unit": "min"
      },
      "contactDetails": {
        "address": {
          "formattedAddress": "",
          "mainAddressLine": "215 S Church St",
          "addressLastLine": "",
          "placeName": "",
          "areaName1": "NC",
          "areaName2": "Alamance",
          "areaName3": "Burlington",
          "areaName4": "",
          "postCode": "27215",
          "postCodeExt": "3708",
          "country": "USA",
          "addressNumber": "",
          "streetName": "",
          "unitType": "",
          "unitValue": ""
        },
        "phone": ""
      },
      "fireDepartment": {
        "name": "Burlington Fire Department",
        "type": "Mostly Career",
        "numberOfStations": 5,
        "administrativeOfficeOnly": false,
        "contactDetails": {
          "address": {
            "formattedAddress": "",
            "mainAddressLine": "215 S Church St",
            "addressLastLine": "",
            "placeName": "",
            "areaName1": "NC",
            "areaName2": "Alamance",
            "areaName3": "Burlington",
            "areaName4": "",
            "postCode": "27215",
            "postCodeExt": "3708",
            "country": "USA",
            "addressNumber": "",
            "streetName": "",
            "unitType": "",
            "unitValue": ""
          },
          "phone": "336-229-3563",
          "fax": "336-229-3547"
        }
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -79.43738,
          36.095922
        ]
      }
    },
    {
      "numWithinDepartment": "2",
      "locationReference": "Street",
      "travelDistance": {
        "unit": "mi",
        "value": "1.153"
      },
      "travelTime": {
        "value": "2.2",
        "unit": "min"
      },
      "contactDetails": {
        "address": {
          "formattedAddress": "",
          "mainAddressLine": "1136 E Webb Ave",
          "addressLastLine": "",
          "placeName": "",
          "areaName1": "NC",
          "areaName2": "Alamance",
          "areaName3": "Burlington",
          "areaName4": "",
          "postCode": "27215",
          "postCodeExt": "3708",
          "country": "USA",
          "addressNumber": "",
          "streetName": "",
          "unitType": "",
          "unitValue": ""
        },
        "phone": ""
      },
      "fireDepartment": {
        "name": "Burlington Fire Department",
        "type": "Mostly Career",
        "numberOfStations": 5,
        "administrativeOfficeOnly": false,
        "contactDetails": {
          "address": {
            "formattedAddress": "",
            "mainAddressLine": "215 S Church St",
            "addressLastLine": "",
            "placeName": "",
            "areaName1": "NC",
            "areaName2": "Alamance",
            "areaName3": "Burlington",
            "areaName4": "",
            "postCode": "27215",
            "postCodeExt": "3708",
            "country": "USA",
            "addressNumber": "",
            "streetName": "",
            "unitType": "",
            "unitValue": ""
          },
          "phone": "336-229-3563",
          "fax": "336-229-3547"
        }
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -79.424547,
          36.083047
        ]
      }
    }
  ]
}

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

{}