---
title: "Home Page"
method: GET
path: "/"
tags: ["Home"]
---

# Home Page

`GET /`

## Query parameters

- `page` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Users Property Search History List - 10 items each page

- InlineResponse200
  - `total_reports` integer — Number of total properties in users search history
  - `reports` InlineResponse200Reports[] — Property list for search history
    - `property_id` integer — ID of property
    - `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` string
    - `share_count` string — How many times property shared
    - `view_count` string — How many times property has been viewed
    - `description_from_admin` string
    - `property_valuation` string
    - `report_progress` string
    - `notifications` integer — E-mail notification on or off
    - `is_report_charged` integer — is user charged for viewing this report
    - `propertyDefaultImage` string — Google street view link
  - `has_next_page` boolean — Return true if there are more properties to show. False if not.

## Other responses

- `403` — Invalid API Key

---

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