v1

latestOpenAPI 3.1.02026-07-24100171.6 KB

Sale Listing by Id

Returns a single sale listing matching the specified id.

get/listings/sale/{id}

Path parameters

idstring required

The id of the property listing to return

Response

Success

idstring
formattedAddressstring
addressLine1string
addressLine2string
citystring
statestring
stateFipsstring
zipCodestring
countystring
countyFipsstring
latitudenumber
longitudenumber
propertyTypestring
bedroomsnumber
bathroomsnumber
squareFootagenumber
lotSizenumber
yearBuiltnumber
statusstring
pricenumber
listingTypestring
listedDatestring date-time
removedDatestring date-time
createdDatestring date-time
lastSeenDatestring date-time
daysOnMarketnumber
mlsNamestring
mlsNumberstring

Example response

{
  "id": "3821-Hargis-St,-Austin,-TX-78723",
  "formattedAddress": "3821 Hargis St, Austin, TX 78723",
  "addressLine1": "3821 Hargis St",
  "city": "Austin",
  "state": "TX",
  "stateFips": "48",
  "zipCode": "78723",
  "county": "Travis",
  "countyFips": "453",
  "latitude": 30.290643,
  "longitude": -97.701547,
  "propertyType": "Single Family",
  "bedrooms": 4,
  "bathrooms": 2.5,
  "squareFootage": 2345,
  "lotSize": 3284,
  "yearBuilt": 2008,
  "hoa": {
    "fee": 65
  },
  "status": "Active",
  "price": 899000,
  "listingType": "Standard",
  "listedDate": "2024-06-24T00:00:00.000Z",
  "createdDate": "2021-06-25T00:00:00.000Z",
  "lastSeenDate": "2024-09-30T13:11:47.157Z",
  "daysOnMarket": 99,
  "mlsName": "UnlockMLS",
  "mlsNumber": "5519228",
  "listingAgent": {
    "name": "Jennifer Welch",
    "phone": "5124313110",
    "email": "jennifer@gottesmanresidential.com",
    "website": "https://www.gottesmanresidential.com"
  },
  "listingOffice": {
    "name": "Gottesman Residential R.E.",
    "phone": "5124512422",
    "email": "nataliem@gottesmanresidential.com",
    "website": "https://www.gottesmanresidential.com"
  },
  "history": {
    "2024-06-24": {
      "event": "Sale Listing",
      "price": 899000,
      "listingType": "Standard",
      "listedDate": "2024-06-24T00:00:00.000Z",
      "daysOnMarket": 99
    }
  }
}