---
title: "Get weekly results details"
method: GET
path: "/v1/salesResults/{city}/listings"
tags: ["SalesResults"]
---

# Get weekly results details

`GET /v1/salesResults/{city}/listings`

## Path parameters

- `city` string, required — City. Supported cities are: Sydney, Melbourne, Brisbane, Adelaide, Canberra

## Response `200`

Success. Retrieves listing events collection for last Saturday

- AuctionResultsV1ListingEventItem[]
  - `unitNumber` string, nullable
  - `streetNumber` string, nullable
  - `streetName` string, nullable
  - `streetType` string, nullable
  - `suburb` string, nullable
  - `postcode` string, nullable
  - `state` string, nullable
  - `geoLocation` object, nullable
  - `propertyType` string, nullable
  - `bedrooms` number, nullable
  - `bathrooms` number, nullable
  - `carspaces` number, nullable
  - `price` number, nullable
  - `result` string, nullable
  - `agent` string, nullable
  - `agencyName` string, nullable
  - `agencyProfilePageUrl` string, nullable
  - `id` number, nullable
  - `agencyId` number, nullable
  - `propertyDetailsUrl` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/65b1767a4ca7/schema)
