---
title: "Sale Listing by Id"
method: GET
path: "/listings/sale/{id}"
---

# Sale Listing by Id

`GET /listings/sale/{id}`

Returns a single sale listing matching the specified id.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `id` string
  - `formattedAddress` string
  - `addressLine1` string
  - `addressLine2` string
  - `city` string
  - `state` string
  - `stateFips` string
  - `zipCode` string
  - `county` string
  - `countyFips` string
  - `latitude` number
  - `longitude` number
  - `propertyType` string
  - `bedrooms` number
  - `bathrooms` number
  - `squareFootage` number
  - `lotSize` number
  - `yearBuilt` number
  - `hoa` object
    - `fee` number
  - `status` string
  - `price` number
  - `listingType` string
  - `listedDate` string, date-time
  - `removedDate` string, date-time
  - `createdDate` string, date-time
  - `lastSeenDate` string, date-time
  - `daysOnMarket` number
  - `mlsName` string
  - `mlsNumber` string
  - `listingAgent` object
    - `name` string
    - `phone` string
    - `email` string
    - `website` string
  - `listingOffice` object
    - `name` string
    - `phone` string
    - `email` string
    - `website` string
  - `history` object
    - `2024-06-24` object
      - `event` string
      - `price` number
      - `listingType` string
      - `listedDate` string, date-time
      - `removedDate` string, date-time
      - `daysOnMarket` number

## Other responses

- `401` — Auth Error

---

[API](https://skmtc.net/rentcast/apis/rentcast-api.md) · [All operations](https://skmtc.net/rentcast/apis/rentcast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rentcast/rentcast-api/versions/77f3c20445c0/schema)
