---
title: "Search Properties"
method: GET
path: "/search"
tags: ["Search"]
---

# Search Properties

`GET /search`

## Query parameters

- `phrase` string, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Property Address Search Result

- InlineResponse2003
  - `total` InlineResponse2003Total
    - `LPI` integer
    - `DPA` integer
  - `minmatch` integer
  - `data` InlineResponse2003Data[]
    - `match` number
    - `address` string
    - `value` string
    - `label` string
    - `x` integer
    - `y` integer
    - `lat` number
    - `lng` number
    - `authority` string
    - `local_authority` string
    - `dependent_locality` string
    - `classification_code` string
    - `property_classification_code` string
    - `clcode_disription` string
    - `property_classi_code_description` string
    - `classification_code_description` string
    - `flat_number` string
    - `building_name` string
    - `building_number` string
    - `street_name` string
    - `sub_street_name` string
    - `town` string
    - `post_code` string
    - `uprn` string

---

[API](https://skmtc.net/sprift/apis/sprift-api.md) · [All operations](https://skmtc.net/sprift/apis/sprift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprift/sprift-api/versions/909cdbcb2f32/schema)
