---
title: "Suggests listing locations"
method: GET
path: "/v1/listings/locations"
tags: ["Listings"]
---

# Suggests listing locations

`GET /v1/listings/locations`

The resulting suggested location can be of type "suburb" / "area" / "region".

The `name` property corresponds to the type of location returned.

The area name / region name can be fed into the corresponding fields search fields.  See [`v1/listings/residential/_search`](/docs/v1/apis/pkg_agents_listings/references/listings_detailedresidentialsearch)

## Query parameters

- `terms` string

## Response `200`

OK

- DomainPublicAdapterWebApiModelsV1ListingsListingLocation[]
  - `name` string — Name
  - `state` string — State
  - `postcode` string — Postcode
  - `area` string — Area
  - `region` string — Region
  - `type` string — Type

---

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