"property" Data

"property" [object]

  • "associationFee" [float]
  • "bathroomsText" [string]
  • "bathroomsHalf" [int]
  • "bathroomsTotal" [int]
  • "bedroomsTotal" [int]
  • "garageSpaces" [int]
  • "hasBasement" [boolean]
  • "hasPool" [boolean]
  • "isCityView" [boolean]
  • "isMountainView" [boolean]
  • "isParkView" [boolean]
  • "isWaterFront" [boolean]
  • "isWaterView" [boolean]
  • "latitude" [float]
  • "livingArea" [int]
  • "location" [array of float]
  • "longitude" [float]
  • "lotSizeSquareFeet" [float]
  • "neighborhood" [string]
  • "propertySubType" [string]
  • "propertyType" [string]
  • "stories" [int]
  • "subdivisionName" [string]
  • "yearBuilt" [int]
{
  "property": {
    "associationFee": null,
    "bathroomsText": "Two Full Bath",
    "bathroomsHalf": null,
    "bathroomsTotal": 2,
    "bedroomsTotal": 3,
    "garageSpaces": 2,
    "hasBasement": false,
    "hasPool": true,
    "isCityView": false,
    "isMountainView": false,
    "isParkView": false,
    "isWaterfront": false,
    "isWaterview": false,
    "latitude": 30.177891,
    "livingArea": 1219,
    "location": [
      -97.804337,
      30.177891
    ],
    "longitude": -97.804337,
    "lotSizeSquareFeet": 5955,
    "neighborhood": "Buckingham Estates Ph 04 Sec B",
    "propertySubType": "Single Family Residence",
    "propertyType": "Residential",
    "stories": 1,
    "subdivisionName": "Buckingham Estates Ph 04 Sec B",
    "yearBuilt": 1993
  }
}