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

UK Government Property Data API

Instead of integrating with 8 different government data portals (Land Registry, MHCLG EPC register, DLUHC planning data, council tax records, DfE schools, ONS census, Environment Agency flood data) Homedata consolidates them into a single REST API with consistent authentication and response format.

One API key, all datasets

Government data portals require separate registrations, have inconsistent APIs, and often have rate limits that make bulk work impractical. Homedata normalises all datasets behind a single API key with predictable call-weight billing.

  • Single authentication header
  • Consistent JSON response shape
  • UPRN-keyed: join any dataset to any other
  • Dedicated support for integration questions

Quick start

# Land Registry sold prices
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://api.homedata.co.uk/property_sales/?uprn=100023336956"

# EPC rating
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://api.homedata.co.uk/epc-checker/100023336956/"

# Planning applications
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://api.homedata.co.uk/planning/?postcode=BS8+4ES"

Pricing

All government datasets are included in standard plans. Free tier: 100 calls/month, no credit card.

Free

£0

100 calls/mo

Starter

£49

4,500 calls/mo

Growth

£149

18,000 calls/mo

Pro

£349

70,000 calls/mo

See full pricing →

FAQ

Is this the same data as the government portals?

Yes: we source directly from HM Land Registry, MHCLG, Environment Agency, DfE, ONS, and other official open data releases. We normalise, UPRN-link, and serve via a clean REST API.

What happens to EPC data after May 2026?

The government's free EPC portal closes 30 May 2026. Homedata's EPC endpoint will continue operating with the same data. Migrate before the shutdown to avoid service interruption.

Can I combine multiple datasets per property?

Yes, all datasets share the UPRN as a common key. Call the property intelligence endpoint to get EPC, risk scores, price history, and planning data in a single response.