Sample Response: JSON

{
  "fireStation": [
    {
      "numWithinDepartment": "",
      "locationReference": "Parcel Point",
      "travelDistance": {
        "unit": "mi",
        "value": "1.111"
      },
      "travelTime": {
        "value": "1.58",
        "unit": "min"
      },
      "contactDetails": {
        "address": {
          "formattedAddress": "",
          "mainAddressLine": "1505 Main St",
          "addressLastLine": "",
          "placeName": "",
          "areaName1": "CA",
          "areaName2": "Lassen",
          "areaName3": "Susanville",
          "areaName4": "",
          "postCode": "96130",
          "postCodeExt": "4427",
          "country": "USA",
          "addressNumber": "",
          "streetName": "",
          "unitType": "",
          "unitValue": ""
        },
        "phone": "530-257-5152"
      },
      "fireDepartment": {
        "name": "Susanville Fire Department",
        "type": "Mostly Volunteer",
        "numberOfStations": 1,
        "administrativeOfficeOnly": false,
        "contactDetails": {
          "address": {
            "formattedAddress": "",
            "mainAddressLine": "1505 Main St",
            "addressLastLine": "",
            "placeName": "",
            "areaName1": "CA",
            "areaName2": "Lassen",
            "areaName3": "Susanville",
            "areaName4": "",
            "postCode": "96130",
            "postCodeExt": "4427",
            "country": "USA",
            "addressNumber": "",
            "streetName": "",
            "unitType": "",
            "unitValue": ""
          },
          "phone": "530-257-5152",
          "fax": "530-257-5535"
        }
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -120.651787,
          40.41658
        ]
      }
    }
  ],
  "matchedAddress": {
    "formattedAddress": "2550 RIVERSIDE DR, SUSANVILLE, CA  96130-4774",
    "mainAddressLine": "2550 RIVERSIDE DR",
    "addressLastLine": "SUSANVILLE, CA  96130-4774",
    "placeName": "",
    "areaName1": "CA",
    "areaName2": "LASSEN COUNTY",
    "areaName3": "SUSANVILLE",
    "areaName4": "",
    "postCode": "96130",
    "postCodeExt": "4774",
    "country": "USA",
    "addressNumber": "2550",
    "streetName": "RIVERSIDE",
    "unitType": "",
    "unitValue": ""
  }
}

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

{}