Skip to main content
29M UK properties, one API call Get your API key →
← Back to Our Data

Land Registry API for Developers — Sold Prices & Title Data

Access HM Land Registry data via a single REST API. 30 years of sold prices for England and Wales, title numbers, tenure type, and proprietor details — all UPRN-linked and returned in milliseconds. A stable, developer-friendly licensed feed.

What's in the API

Sold prices since 1995

Every registered sale price in England and Wales since 1995 — over 27 million transactions. Price paid, transaction date, property type, and new-build flag.

Title records

Title number, tenure (freehold/leasehold), registered proprietor name and category, and first registration date — returned by UPRN.

Tenure classification

Freehold, leasehold, and shared-ownership flags. Filter bulk lists by tenure without manual cross-referencing.

UPRN-linked

Every record is linked by UPRN so you can enrich address lists or combine Land Registry data with EPC, flood risk, and planning in a single pipeline.

Sample response

{
  "uprn": "100023336956",
  "address": "14 Victoria Road, Bristol BS8 4ES",
  "title_number": "AV123456",
  "tenure": "freehold",
  "proprietor": "Smith, James Robert",
  "proprietor_category": "Private individual",
  "first_registered": "1998-03-12",
  "price_paid_history": [
    {
      "price": 485000,
      "date": "2021-06-15",
      "type": "terraced",
      "new_build": false
    },
    {
      "price": 310000,
      "date": "2014-09-22",
      "type": "terraced",
      "new_build": false
    }
  ]
}

Why use Homedata instead of scraping Land Registry?

No more portal scraping

The Land Registry's own portal is not designed for programmatic access. Homedata gives you a clean JSON API with predictable response shapes.

Combined with EPC

From May 2026, the government's free EPC open data endpoint closes. Homedata provides a stable EPC + Land Registry combined endpoint so your pipeline keeps running uninterrupted.

UPRN-keyed

All records are keyed by UPRN — the unique property reference number — making it trivial to join Land Registry data with any other dataset.

Pricing

Land Registry data is included for every account. Pay as you go — 100 tokens = £1, no subscription needed.

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

Is Land Registry data included for every account?

Yes. Sold price history and title records are included for every account — you only pay for what you call, in tokens.

How often is Land Registry data updated?

We process HM Land Registry releases weekly. Most sales appear within 2-4 weeks of completion — the same lag as the official Land Registry dataset.

Does this cover leasehold and freehold?

Yes — both tenure types are returned. You can filter transactions or title records by tenure in a single API parameter.

Can I look up who owns a property?

Registered proprietor names are returned from the title record endpoint. Note: unregistered properties (a small minority) will not have a title record.