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 proprietor | HMLR search £3, 1–3 days | Instant JSON, £0.02/call |
| Tenure (freehold/leasehold) | HMLR title register | Instant JSON |
| Flood risk | CON29 or specialist search £40–£120 | Instant JSON — pre-screen before ordering |
| Planning constraints | CON29 local authority search | Instant JSON (pre-screen) |
| EPC rating & score | GOV.UK certificate search | Instant JSON |
| BASPI pre-population | Manual entry by fee earner | Automated 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.