---
title: "Get location data based on the given domainLocationId"
method: GET
path: "/v1/locations/profiles/{domainLocationId}"
tags: ["Locations"]
---

# Get location data based on the given domainLocationId

`GET /v1/locations/profiles/{domainLocationId}`

## Path parameters

- `domainLocationId` string, required

## Response `200`

Ok

- DomainLocationProfilesServiceV1ModelLocation
  - `domainLocationId` integer
  - `postcode` string
  - `pfLocationId` string
  - `surroundingSuburbs` DomainLocationProfilesServiceV1ModelLocationSurroundingSuburbs[]
    - `name` string
    - `urlSlug` string
  - `urlSlug` string
  - `suburbName` string
  - `data` DomainLocationProfilesServiceV1ModelLocationData
    - `studiosForRent` integer
    - `terracedHousesForSale` integer
    - `semiDetachedHousesForSale` integer
    - `townhousesForRent` integer
    - `apartmentsAndUnitsForSale` integer
    - `apartmentsAndUnitsForRent` integer
    - `villasForSale` integer
    - `duplexesForSale` integer
    - `semiDetachedHousesForRent` integer
    - `studiosForSale` integer
    - `singlePercentage` number, double
    - `mostCommonAgeBracket` string
    - `renterPercentage` number, double
    - `penthousesForSale` integer
    - `villasForRent` integer
    - `duplexesForRent` integer
    - `housesForSale` integer
    - `ownerOccupierPercentage` number, double
    - `propertyCategories` DomainLocationProfilesServiceV1ModelLocationDataPropertyCategories[]
      - `luxuryLevelPrice` number, double
      - `numberSold` integer
      - `estimatedRepayments` number, double
      - `forSale` integer
      - `medianSoldPrice` number, double
      - `medianRentPrice` number, double
      - `daysOnMarket` number, double
      - `bedrooms` integer
      - `forRent` integer
      - `entryLevelPrice` number, double
      - `salesGrowthList` DomainLocationProfilesServiceV1ModelLocationDataSalesGrowthList[]
        - `medianSoldPrice` number, double
        - `annualGrowth` number, double
        - `numberSold` integer
        - `year` integer
      - `auctionClearanceRate` number, double
      - `propertyCategory` string
      - `mostRecentSale` string
    - `population` number, double
    - `penthousesForRent` integer
    - `townhousesForSale` integer
    - `terracedHousesForRent` integer
    - `marriedPercentage` number, double
    - `housesForRent` integer
    - `blockOfUnitsForSale` integer
  - `apmLocationId` integer
  - `locationId` integer
  - `areaName` string
  - `regionName` string
  - `state` string

## Other responses

- `401` — Unauthorised
- `404` — Not Found

---

[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)
