v2auto_complete
Get UK property location suggestions by entering a term or phrase to find matching areas, towns, or addresses for property searches.
Instructions
Get auto complete suggestion by term or phrase
Query Parameters:
locationPrefix (Required): Example value: greenwich
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationPrefix | Yes | Example value: greenwich |
Input Schema (JSON Schema)
{
"properties": {
"locationPrefix": {
"description": "Example value: greenwich",
"type": "string"
}
},
"required": [
"locationPrefix"
],
"type": "object"
}