Skip to main content
GET
/
sold_listings
soldListings
curl --request GET \
  --url https://api.windermere.com/v1/api/sold_listings \
  --header 'x-api-key: <api-key>'
{
  "FinalPage": true,
  "Listings": [
    {
      "LotSizeAcres": 0,
      "BathroomsFull": 0,
      "BathroomsHalf": 0,
      "BathroomsOneQuarter": {},
      "BathroomsPartial": {},
      "BathroomsThreeQuarter": {},
      "BathroomsTotalInteger": 0,
      "BathroomsTotal": 0,
      "BedroomsTotal": 0,
      "PublicTitle": "string",
      "PublicRemarks": "string",
      "ModificationTimestamp": "string",
      "InternetAddressDisplayYN": true,
      "DaysOnMarket": 0,
      "ListingContractDate": "string",
      "CreatedDate": "string",
      "ElementarySchool": "string",
      "GarageSpaces": 0,
      "WaterfrontYN": true,
      "HighSchool": "string",
      "AssociationFee": {},
      "ListOfficeName": "string",
      "ListPrice": 0,
      "ListingID": "string",
      "ListAgentFullName": "string",
      "ListAgentUUID": "string",
      "ListAgentOfficeID": "string",
      "ListAgentMoxiWorksOfficeID": "string",
      "SecondaryListAgentFullName": "string",
      "SecondaryListAgentUUID": "string",
      "SchoolDistrict": "string",
      "Address": "string",
      "Address2": {},
      "City": "string",
      "CountyOrParish": "string",
      "Latitude": "string",
      "Longitude": "string",
      "StateOrProvince": "string",
      "PostalCode": "string",
      "Community": "string",
      "LotSizeSquareFeet": {},
      "InternetEntireListingDisplayYN": true,
      "MiddleOrJuniorSchool": "string",
      "ListOfficeAOR": "string",
      "ListOfficeAORArea": "string",
      "PoolYN": true,
      "PropertyType": "string",
      "TaxAnnualAmount": 0,
      "TaxYear": 0,
      "SingleStory": true,
      "LivingArea": 0,
      "ViewYN": true,
      "YearBuilt": 0,
      "OnMarket": true,
      "Status": "string",
      "MoxiWorksListingId": "string",
      "AgentCreatedListing": true,
      "VirtualTourURL": "string",
      "TaxParcelId": "string",
      "ListingURL": "string",
      "CompanyListingAttributes": [
        {
          "AttributeId": "string",
          "AttributeName": "string"
        }
      ],
      "PropertyFeatures": [
        {
          "PropertyFeatureName": "string",
          "PropertyFeatureValues": [
            "string"
          ]
        }
      ],
      "OpenHouse": [
        {
          "Date": "string",
          "StartTime": "string",
          "EndTime": "string"
        }
      ],
      "ImagesLastModified": "string",
      "ListingImages": [
        {
          "FullURL": "string",
          "GalleryURL": "string",
          "RawURL": "string",
          "SmallURL": "string",
          "ThumbURL": "string",
          "Title": "string",
          "IsMainListingImage": true,
          "Caption": "string",
          "Description": "string",
          "Width": 0,
          "Height": 0,
          "MimeType": "string"
        }
      ],
      "SoldDate": "string",
      "SoldPrice": 0,
      "BuyerAgentFullName": "string",
      "BuyerAgentUUID": "string",
      "BuyerAgentOfficeName": "string",
      "BuyerAgentOfficeID": "string",
      "BuyerAgentMoxiWorksOfficeID": "string"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

moxi_works_company_id
string
required
sold_since
integer
sold_before
integer
agent_uuid
string
moxi_works_agent_id
string
source_agent_id
string
moxi_works_office_id
string
last_moxi_works_listing_id
string

Response

200 - application/json
FinalPage
boolean
Listings
object[]