---
title: "Request property details using property ID"
method: GET
path: "/property/{propertyID}"
tags: ["Property"]
---

# Request property details using property ID

`GET /property/{propertyID}`

## Path parameters

- `propertyID` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Property Details

- InlineResponse2005
  - `status` boolean
  - `propertyDetails` InlineResponse2005PropertyDetails
    - `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
    - `is_dummy` string
    - `nearby_property_sold_updated_on` boolean
    - `property_uprn` string
    - `user_property_classification_code_description` string
    - `country_code` string
    - `country` string
    - `property_user_total_floor_area_sqf` string
    - `property_ppsqft` string — Property pound per square foot value
    - `property_beds` string
    - `property_beds_updatedon` string
    - `property_baths` string
    - `property_baths_updatedon` string
    - `google_streetview_image` string
    - `pic_images` string — Property image file name
    - `pic_id` string
    - `comparable_id` string
    - `address_str` string
    - `property_address` string
  - `floodRisk` InlineResponse2005FloodRisk
    - `rivers_seas` string
    - `surface_water` string
  - `coastal_erosion` string
  - `estimatedPrice` string
  - `rentalEstimate` string
  - `yield` string
  - `landRegistry` InlineResponse2005LandRegistry
    - `last_sold_price` string
    - `last_sold_price_display` string
    - `currency` string — Currency Logo
    - `transfer_date` string — Property transfer date
    - `property_type` string — Property type
    - `land_registry_value` string
    - `duration_full` string — Freehold or Leasehold
    - `needs_loading` boolean
    - `rule_used` string
  - `propertyValue` string
  - `poundPerSquareFoot` string
  - `poundPerSquareFootCurrent` string
  - `isInteriorUpdated` boolean
  - `interior` InlineResponse2005Interior
    - `bedroom` string
    - `bathroom` string
    - `reception` string
    - `separateWc` string
    - `dining` string
    - `outsideSpace` string
    - `parking` string
    - `kitchenUtility` string
  - `councilTax` InlineResponse2005CouncilTax
    - `property_id` string
    - `council_tax_band` string
    - `council_tax_monthly_cost` string
    - `council_tax_annual_cost` string
    - `council_tax_update_date` string
  - `epc` InlineResponse2005Epc
    - `message` string
    - `epc_address` string
    - `property_id` integer
    - `epc_total_floor_area` string
    - `epc_current_energy_efficiency` string
    - `epc_potential_energy_efficiency` string
    - `epc_current_energy_rating` string
    - `epc_potential_energy_rating` string
    - `epc_certificate_number` string
    - `epc_update_date` string
    - `epc_current_energy_efficiency_category` string
    - `epc_potential_energy_efficiency_category` string
    - `epc_first_page_report_image` string — EPC image url
    - `epc_file_date` string — EPC date of issue
  - `propertyDefaultImage` string — Return default image url. If there is no image, return street view url.
  - `propertyImages` InlineResponse2005PropertyImages[] — Property images
    - `propertyImage` string — Property Image URL
    - `propetyImageId` string
    - `propertyImageType` string
  - `street_view_pov` InlineResponse2005StreetViewPov — Google Street View Correction
    - `lat` string
    - `lng` string
    - `heading` number
    - `pitch` number
    - `zoom` number
  - `propertyPolygon` InlineResponse2005PropertyPolygon — Property land registry area polygon data.
    - `nearby` object — Nearby property polygon data. Not in use.
    - `property` InlineResponse2005PropertyPolygonProperty — Property polygon data
      - `uprn` string
      - `poly_id` string
      - `poly` array[]
        - array[]
          - number[]
      - `area` number
      - `lrtn` string
      - `tenure` string
      - `basic` boolean
      - `selected` boolean
  - `nearby_schools` InlineResponse2005NearbySchools[] — Nearby Schools
    - `name` string
    - `ofsted_rating` string
    - `pupils` number
    - `distance` number
    - `latitude` number
    - `longitude` number
    - `school_type` InlineResponse2005SchoolType — Type of school, 1 is true, 0 is false
      - `nursery` number
      - `primary` number
      - `secondary` number
      - `college` number
      - `private` number
  - `nearby_transport` InlineResponse2005NearbyTransport — Nearby Transport Links
    - `Local_Connections` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
    - `National_Rail_Stations` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
    - `Ferry_Terminals` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
    - `Bus_Stops_Stations` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
    - `Trunk_Roads_Motorways` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
    - `Airports_Helipads` InlineResponse2005NearbyTransportLocalConnections
      - `displayName` string
      - `elements` InlineResponse2005NearbyTransportLocalConnectionsElements[]
        - `name` string
        - `latitude` number
        - `longitude` number
        - `distance` number
        - `metres` number
        - `distanceInMiles` number
  - `broadband_speeds` InlineResponse2005BroadbandSpeeds
    - `result` string
    - `data` InlineResponse2005BroadbandSpeedsData
      - `basicDown` number
      - `basicUp` number
      - `superDown` number
      - `superUp` number
      - `ultraDown` number
      - `ultraUp` number
  - `mobile_coverage` InlineResponse2005MobileCoverage — Broadband Speed
    - `result` string
    - `data` InlineResponse2005MobileCoverageData
      - `EEIndoor` number
      - `3Indoor` number
      - `O2Indoor` number
      - `VOIndoor` number

---

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