Property Ownership Data API UK
Land Registry title data in a single API call. Pass a UPRN in England and Wales to get the title number, tenure, estate interest and title class, with the title boundary as GeoJSON. Used by conveyancers, mortgage lenders, property sourcing tools, and PropTech platforms building due diligence and portfolio intelligence workflows.
What's in the API
Title number
The HMLR title number for the registered title
Tenure
Freehold or leasehold, as registered at HM Land Registry
Estate interest
The registered estate, with its HMLR interest code
Title class
Quality of title, such as absolute freehold, with its HMLR class code
Title boundary
The registered extent as a GeoJSON polygon, ready to map
Title records, keyed to UPRN
Land Registry title data normally means an HMLR account, a title search per property and a polygon you have to georeference yourself. Pass a UPRN and get the registered title back as GeoJSON, already joined to the address.
- UPRN-keyed: join to any other Homedata dataset
- Tenure, estate interest and title class in one response
- Registered extent as a GeoJSON polygon, ready to map
- HMLR interest and class codes alongside the plain-English labels
- Restrictive covenant flag and record status
Quick start
curl -H "Authorization: Api-Key YOUR_KEY" \
"https://api.homedata.co.uk/property_lr_titles/100023336956/"
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[[-0.127, 51.503], [-0.127, 51.504], [-0.126, 51.504], [-0.126, 51.503], [-0.127, 51.503]]]
},
"properties": {
"title_no": "NGL864428",
"estate_interest": "Estate in land",
"estate_interest_code": "EL",
"title_class": "Absolute freehold title",
"title_class_code": "AF",
"has_restrictive_covenant": null,
"record_status": "A"
}
}
Pricing
Pay as you go
100 tokens = £1
most calls 1 token
£50 a month
5,500 tokens a month
+10% bonus
£250 a month
30,000 tokens a month
+20% bonus
£500 a month
67,500 tokens a month
+35% bonus
Top up any amount from £10 and get exactly the tokens you pay for. Add tokens monthly instead and earn bonus tokens: 10% on any monthly amount, up to 75% from £2,500 a month. Change the amount or stop any time; unused tokens roll over.
See full pricing →FAQ
Can I look a title up by anything other than UPRN?
This endpoint is keyed on UPRN. If you are starting from an address or a postcode, resolve it first with the address endpoints, then pass the UPRN through. Every account reaches this endpoint: a monthly subscription simply earns bonus tokens for higher-volume work.
Which properties are covered?
Registered titles in England and Wales. HM Land Registry does not hold titles for Scotland or Northern Ireland, which have their own registers.
What if the property is unregistered?
Not every property in England and Wales has a registered title, and where there is no title there is nothing to return. The API never infers a title that HM Land Registry does not hold.