Skip to main content
Free UK property data API Start free →
Solutions — Conveyancers

Property Data for Conveyancers

From UPRN identification at instruction to tenure verification, flood risk screening, and BASPI pre-population — the Homedata API automates the property data checks conveyancers run on every matter, without leaving the case management system.

API vs manual searches

Check Manual route Homedata API
Registered proprietorHMLR search £3, 1–3 daysInstant JSON, £0.02/call
Tenure (freehold/leasehold)HMLR title registerInstant JSON
Flood riskCON29 or specialist search £40–£120Instant JSON — pre-screen before ordering
Planning constraintsCON29 local authority searchInstant JSON (pre-screen)
EPC rating & scoreGOV.UK certificate searchInstant JSON
BASPI pre-populationManual entry by fee earnerAutomated via API

* API data pre-screens — does not replace regulated CON29 or HMLR official searches where required by lender or insurer.

BASPI & digital property logbooks

The Conveyancing Association's BASPI form and HMLR's Digital Registration Service are driving a shift toward pre-populated property information at point of instruction. The Homedata API provides the structured data layer that makes this possible:

  • UPRN resolution from any address format
  • Tenure and title number from HMLR data
  • EPC band and certificate expiry date
  • Council tax band (VOA)
  • Flood zone (Environment Agency)
  • Planning constraint flags
GET /api/properties/10023456789/summary/
Authorization: Api-Key YOUR_KEY

{
  "uprn": "10023456789",
  "address": "14 Thornton Road, Bristol, BS7 8EJ",
  "tenure": "freehold",
  "title_number": "AV12345",
  "epc_rating": "D",
  "council_tax_band": "E",
  "flood_risk": {
    "zone": "1",
    "surface_water": "low"
  },
  "planning": {
    "conservation_area": false,
    "listed_building": false
  }
}

Frequently asked questions

How can conveyancers use property data APIs?

To verify proprietor, tenure, flood risk, EPC, and planning status at instruction — automating checks that traditionally required manual searches.

Can API data replace local authority searches?

No — regulated CON29 searches cannot be replaced by API data. API data pre-screens properties to reduce wasted spend on abortive matters.

What is BASPI pre-population?

Automatically filling the BASPI property information questionnaire with API data — address, EPC, tenure, council tax — before sending to the seller.