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

# Search My Properties

`GET /search/myproperties`

## Query parameters

- `phrase` string, required
- `page` integer

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

OK

- InlineResponse2004
  - `status` boolean
  - `results` InlineResponse2004Results
    - `total_reports` integer
    - `reports` InlineResponse2004ResultsReports[]
      - `property_id` integer
      - `area_name` string
      - `property_address_flat_number` string — Flat number of the property
      - `property_address_building_number` string — Building number of the property
      - `property_address_building_name` string — Building name of the property
      - `property_address_sub_street_name` string — Sub street name of the property
      - `property_address_street_name` string — Street name of the property
      - `property_address_town` string — Town
      - `property_lat` string — Latitude of the property
      - `property_lng` string — Longitude of the property
      - `property_bng_x` string — British National Grid X Coordinate of the property
      - `property_bng_y` string — British National Grid Y Coordinate of the property
      - `property_number` string
      - `property_electoral_roll` string
      - `property_local_authority` string
      - `property_classification_code` string
      - `property_classi_code_description` string
      - `property_post_code` string
      - `property_flood_risk` string
      - `property_flood_risk_date` string — Last update date of the area
      - `property_conservation_area` string
      - `property_conservation_area_date` string — Last update date of the area
      - `property_sprift_value` string
      - `property_land_registry_value` string
      - `property_land_registry_last_update` string
      - `property_land_registry_rule_used` string
      - `property_type` string
      - `property_add_date` string — Sprift Report created date
      - `property_alias` string
      - `property_del_status` string
      - `property_street_view_pov` string — Google street view camera positioning
      - `property_archived` string
      - `property_user_total_floor_area` string
      - `property_user_type` string
      - `property_user_total_floor_area_last_modified` string
      - `property_user_year_built` string
      - `nearby_property_sold_updated_on` boolean
      - `is_dummy` string
      - `property_uprn` string
      - `user_property_classification_code_description` string
      - `property_ppsqft` string — Property pound per square foot value
      - `last_update` number
      - `share_count` integer
      - `view_count` number
      - `description_from_admin` string
      - `property_valuation` number
      - `report_progress` integer
      - `notifications` integer
      - `is_report_charged` integer
      - `address_str` string
      - `property_address` integer
      - `tag` integer
      - `propertyDefaultImage` string
    - `has_next_page` boolean

---

[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/revisions/909cdbcb2f32/schema)
