---
title: "Creates a valuation for a given property id.
It uses a combination of the cache valuation and Domain API calls to populate the report."
method: GET
path: "/v1/avm/{propertyId}"
tags: ["PropertyAvm"]
---

# Creates a valuation for a given property id.
It uses a combination of the cache valuation and Domain API calls to populate the report.

`GET /v1/avm/{propertyId}`

## Path parameters

- `propertyId` string, required

## Response `200`

A Valuation for a given property id

- DomainAvmV1AvmResponse — The response model used to provide the detailed bank grade valuation data.
  - `address` DomainAvmV1Address — The Address model used.
    - `unitNumber` string, nullable — The unit number of the address.
    - `streetNumber` string, nullable — The street number of the address.
    - `streetName` string, nullable — The street name of the address.
    - `streetType` string, nullable — The street type of the address.
    - `locality` string, nullable — The suburb/locality of the address.
    - `postcode` string, nullable — The postcode of the address.
    - `state` string, nullable — The defined State or Territory in Australia (in abbreviated format) where the specific address is located.
  - `addressCoordinate` DomainAvmV1AddressCoordinate — A model used for coordinate data.
    - `lat` number, double, nullable — The angular distance of a place north or south of the Equator.
    - `lon` number, double, nullable — Te angular distance of a place east or west of the Greenwich meridian.
  - `areaSize` number, double, nullable — Land area in square meters to be used when estimating value of property, for houses only not units.
  - `bathrooms` integer, nullable — The amount of bathrooms.
  - `bedrooms` integer, nullable — The amount of bedrooms.
  - `buildingArea` number, double, nullable — Building area in square meters to be used when estimating value of property, for houses only not units.
  - `carSpaces` integer, nullable — The amount of carparks.
  - `history` DomainAvmV1History — A model used to return property rental and sale history.
    - `rentals` DomainAvmV1RentalActivity[], nullable — The list of rental activity.
      - `first` DomainAvmV1ActivityBoundary — A model used to return property rental and sale history.
        - `advertisedDate` string, nullable — The date.
        - `advertisedPrice` integer, nullable — The price.
        - `agency` string, nullable — The agency.
        - `suppressPrice` boolean, nullable — Flag to suppress price.
      - `last` DomainAvmV1ActivityBoundary — A model used to return property rental and sale history.
        - `advertisedDate` string, nullable — The date.
        - `advertisedPrice` integer, nullable — The price.
        - `agency` string, nullable — The agency.
        - `suppressPrice` boolean, nullable — Flag to suppress price.
      - `rentedPrice` integer, nullable — The rental price.
      - `status` string, nullable — The rental status.
    - `sales` DomainAvmV1SaleActivity[], nullable — The list of sale activity.
      - `date` string, nullable — The sale date.
      - `price` integer, nullable — The sale price.
      - `type` string, nullable — The sale type.
  - `legalParcel` string, nullable — Legal parcel for detailed and full packages.
  - `photos` DomainAvmV1Photo[], nullable — An array of ranked property photographs provided for full packages.
    - `fullUrl` string, nullable — Full Url of the image.
    - `rank` integer, nullable — The viewing order.
  - `propertyId` string, nullable — The Unique Property Id of the target property
  - `propertyType` string, nullable — Property type used when estimating the value of property. Valid values: [House, Unit].
  - `rentalAvm` DomainAvmV1RentalAvm — A model used to return rental valuation.
    - `estimateDate` string, nullable — The date the estimate was generated.
    - `percentYieldRentEstimate` number, double, nullable — The yield rent estimate as a percentage.
    - `rentalFsd` number, double, nullable — The forecast standard deviation of the rent.
    - `weeklyRentEstimate` integer, nullable — The weekly estimated rent.
  - `saleAvm` DomainAvmV1SaleAvm — A model used to return sale valuation.
    - `confidenceLevel` string, nullable — Level of certainty of a property valuation. Valid values [High, Medium, Low].
    - `estimate` integer, nullable — The estimate.
    - `estimateDate` string, nullable — The date the estimates were generated.
    - `estimateHigh` integer, nullable — The estimate high range.
    - `estimateLow` integer, nullable — The estimate low range.
    - `percentFsd` number, double, nullable — The forecast standard deviation of the property.
  - `similarListings` DomainAvmV1Item[], nullable — Similar listings properties provided for detailed and full packages.
    - `address` string, nullable — The address of the property.
    - `addressCoordinate` DomainAvmV1AddressCoordinate — A model used for coordinate data.
      - `lat` number, double, nullable — The angular distance of a place north or south of the Equator.
      - `lon` number, double, nullable — Te angular distance of a place east or west of the Greenwich meridian.
    - `adverts` DomainAvmV1Advert[], nullable — Property listing data (advertisement).
      - `displayPrice` string, nullable — The property price that appears in advertisements.
      - `status` string, nullable — The status of the property listing. Valid values: [Live, UnderOffer].
    - `areaSize` number, double, nullable — Land area in square meters to be used when estimating value of property, for houses only not units.
    - `bathrooms` integer, nullable — The amount of bathrooms.
    - `bedrooms` integer, nullable — The amount of bedrooms.
    - `buildingArea` number, double, nullable — Building area in square meters to be used when estimating value of property, for houses only not units.
    - `carSpaces` integer, nullable — The amount of carparks.
    - `lastSaleActivity` DomainAvmV1Sale — A model used to return sale history.
      - `date` string, nullable — The date of sale
      - `price` integer, nullable — The price of sale
      - `type` string, nullable — The type of sale
    - `id` string, nullable — The Unique Domain Property Id of the property.
    - `photos` DomainAvmV1Photo[], nullable — An list of ranked property photos.
      - `fullUrl` string, nullable — Full Url of the image.
      - `rank` integer, nullable — The viewing order.
    - `priceHeading` string, nullable — The price heading.
  - `similarRentals` DomainAvmV1Item[], nullable — Similar rental properties provided for detailed and full packages.
    - `address` string, nullable — The address of the property.
    - `addressCoordinate` DomainAvmV1AddressCoordinate — A model used for coordinate data.
      - `lat` number, double, nullable — The angular distance of a place north or south of the Equator.
      - `lon` number, double, nullable — Te angular distance of a place east or west of the Greenwich meridian.
    - `adverts` DomainAvmV1Advert[], nullable — Property listing data (advertisement).
      - `displayPrice` string, nullable — The property price that appears in advertisements.
      - `status` string, nullable — The status of the property listing. Valid values: [Live, UnderOffer].
    - `areaSize` number, double, nullable — Land area in square meters to be used when estimating value of property, for houses only not units.
    - `bathrooms` integer, nullable — The amount of bathrooms.
    - `bedrooms` integer, nullable — The amount of bedrooms.
    - `buildingArea` number, double, nullable — Building area in square meters to be used when estimating value of property, for houses only not units.
    - `carSpaces` integer, nullable — The amount of carparks.
    - `lastSaleActivity` DomainAvmV1Sale — A model used to return sale history.
      - `date` string, nullable — The date of sale
      - `price` integer, nullable — The price of sale
      - `type` string, nullable — The type of sale
    - `id` string, nullable — The Unique Domain Property Id of the property.
    - `photos` DomainAvmV1Photo[], nullable — An list of ranked property photos.
      - `fullUrl` string, nullable — Full Url of the image.
      - `rank` integer, nullable — The viewing order.
    - `priceHeading` string, nullable — The price heading.
  - `similarSolds` DomainAvmV1Item[], nullable — Similar sold properties provided for detailed and full packages
    - `address` string, nullable — The address of the property.
    - `addressCoordinate` DomainAvmV1AddressCoordinate — A model used for coordinate data.
      - `lat` number, double, nullable — The angular distance of a place north or south of the Equator.
      - `lon` number, double, nullable — Te angular distance of a place east or west of the Greenwich meridian.
    - `adverts` DomainAvmV1Advert[], nullable — Property listing data (advertisement).
      - `displayPrice` string, nullable — The property price that appears in advertisements.
      - `status` string, nullable — The status of the property listing. Valid values: [Live, UnderOffer].
    - `areaSize` number, double, nullable — Land area in square meters to be used when estimating value of property, for houses only not units.
    - `bathrooms` integer, nullable — The amount of bathrooms.
    - `bedrooms` integer, nullable — The amount of bedrooms.
    - `buildingArea` number, double, nullable — Building area in square meters to be used when estimating value of property, for houses only not units.
    - `carSpaces` integer, nullable — The amount of carparks.
    - `lastSaleActivity` DomainAvmV1Sale — A model used to return sale history.
      - `date` string, nullable — The date of sale
      - `price` integer, nullable — The price of sale
      - `type` string, nullable — The type of sale
    - `id` string, nullable — The Unique Domain Property Id of the property.
    - `photos` DomainAvmV1Photo[], nullable — An list of ranked property photos.
      - `fullUrl` string, nullable — Full Url of the image.
      - `rank` integer, nullable — The viewing order.
    - `priceHeading` string, nullable — The price heading.
  - `suburbPerformance` DomainAvmV1PropertyCategory — A model used to group sales growth for a property category
    - `auctionClearanceRate` number, double, nullable — Auction clearances rate.
    - `bedrooms` integer, nullable — Number of bedrooms in the dwelling.
    - `daysOnMarket` integer, nullable — Average days on market.
    - `entryLevelPrice` integer, nullable — The entry level price.
    - `luxuryLevelPrice` integer, nullable — The luxury level price.
    - `medianRentPrice` integer, nullable — The median rental price.
    - `medianSoldPrice` integer, nullable — The median sold price
    - `numberSold` integer, nullable — Number of sales.
    - `propertyCategory` string, nullable — The property category.
    - `salesGrowthList` DomainAvmV1SalesGrowth[], nullable — The sales growth for last 6 years.
      - `annualGrowth` number, double, nullable — The annual growth
      - `medianSoldPrice` integer, nullable — The median sold price
      - `numberSold` integer, nullable — Number of sales.
      - `year` string, nullable — Year.
  - `yearBuilt` integer, nullable — The year of construction.

## Other responses

- `400` — Your request is bad
- `401` — Your request is unauthorised
- `403` — Your request is forbidden
- `404` — Not Found
- `500` — We have had an internal 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/24ab78aba827/schema)
