Replacing getAddress.io? Free drop-in replacement →
UK Property Data API

29 million UK properties.
One REST API.

EPC ratings, sold prices, flood risk, schools, planning history, live listings, broadband speeds, council tax — every data point a property application needs, delivered as structured JSON with sub-200ms response times.

Free tier: 100 calls/month · No credit card · API key in 2 minutes

Your first API call in 30 seconds

Every endpoint returns structured JSON. No SDKs required — any HTTP client works. We also ship official Python and JavaScript libraries.

1

Sign up free

Email + company name. No card. 30 seconds.

2

Get your API key

Provisioned instantly. Visible in your dashboard.

3

Make your first call

Address lookup, property data, or EPC check. It just works.

# Find an address
curl "https://api.homedata.co.uk/api/address/find/?query=10+downing+street" \
  -H "Authorization: Api-Key YOUR_KEY"

# Response
{
  "results": [
    {
      "uprn": "100023336956",
      "address": "10 Downing Street, London, SW1A 2AA",
      "postcode": "SW1A 2AA"
    }
  ]
}

# Get property details
curl "https://api.homedata.co.uk/api/property/100023336956/" \
  -H "Authorization: Api-Key YOUR_KEY"

Every property data point you need

One API key unlocks 15+ data categories across 29 million UK properties. No separate subscriptions per data type.

🏠

Address & UPRN Lookup

Autocomplete search, postcode lookup, UPRN resolution. 29M addresses with full postal components.

/api/address/find/ 2 calls

EPC Energy Ratings

Current + potential energy efficiency, heating, insulation, windows, roof, walls. Full EPC certificate data.

/api/epc-checker/{uprn}/ 1 call
💷

Sold Price History

Land Registry transactions with date, price, property type, tenure. 30+ years of price data.

/api/property_sales/{uprn}/ 1 call
🏘️

Live Listings

Active listings from Rightmove, Zoopla, OnTheMarket. Price, status, agent, days on market, reductions.

/api/live-listings/search 1 call
🌊

Flood Risk Assessment

River, surface water, coastal, groundwater flood risk zones with probability bands and source data.

/api/risks/flood/ 1 call
🏫

Schools & Ofsted

Primary and secondary schools within radius. Ofsted rating, phase, distance, pupil numbers.

/api/schools/ 1 call
📊

Council Tax Band

VOA council tax band for any property. Useful for affordability checks and property comparisons.

/api/council_tax_band/ 1 call
📋

Planning Applications

Local planning applications with status, type, decision date. Conservation areas, listed buildings.

/api/planning/ 1 call
🌐

Broadband Speeds

Download and upload speeds for a postcode. Average and maximum from Ofcom data.

/api/broadband/ 1 call
📈

Price Trends

Median price trends by outcode over time. Market activity, volume, and price growth analytics.

/api/price_trends/{outcode}/ 1 call
🔍

Comparable Properties

AI-ranked comparable sales and listings for any property. Radius, type, and recency filters.

/api/comparables/{uprn}/ 10 calls
📊

Deprivation Index

10 IMD domains: income, employment, education, health, crime, housing, environment, and more.

/api/deprivation/ 1 call

How we compare

Other UK property data providers charge per property, require enterprise contracts, or don't offer API access at all. We keep it simple.

Feature Homedata PropertyData StreetData Sprift
Self-serve REST API
Free tier 100 calls/mo
Starting price £49/mo £28/mo £0.02/property Per credit
EPC data
Flood risk Limited
Live listings
Schools + Ofsted Limited
Bulk export ✅ CSV + JSON CSV CSV
Properties covered 29M ~28M ~30M ~29M
No credit card to start

Simple, transparent pricing

No per-property charges. No hidden fees. Start free, scale when you're ready.

Free

£0/mo

100 calls/mo

Starter

£49/mo

2,000 calls/mo

Popular

Growth

£149/mo

10,000 calls/mo

Pro

£349/mo

50,000 calls/mo

Scale

£699/mo

250,000 calls/mo

Frequently asked questions

What is a property data API?

A property data API is a programmatic interface that lets developers query UK property information — addresses, EPC ratings, sold prices, flood risk, council tax, planning applications, schools, and more — directly from their applications. Instead of scraping websites or buying static datasets, you make HTTP requests and get structured JSON responses in real time.

How many UK properties does Homedata cover?

Homedata covers 29 million UK properties identified by their Unique Property Reference Number (UPRN). This includes residential and commercial properties across England, Wales, and Scotland.

Is there a free UK property data API?

Yes. Homedata offers a free tier with 100 API calls per month, no credit card required. The free tier includes address lookup, property details, EPC ratings, council tax band, sold price history, and broadband speed data.

How does the call-weighted pricing work?

Most endpoints cost 1 API call. Address lookup costs 2 calls. Comparables analysis costs 10 calls. Your monthly plan includes a set number of calls — use them across any endpoint combination. No per-property charges.

Can I try the API before committing?

Absolutely. Sign up for the free tier (no credit card) and get 100 calls/month. The Starter tier also includes a 14-day free trial. We also offer a live playground in your dashboard where you can test any endpoint with real data.

What format does the API return?

All endpoints return structured JSON over HTTPS. We also support CSV and JSON bulk export for Growth tier and above. Authentication is via API key in the Authorization header.

Start building with UK property data

Free tier. No credit card. API key in 2 minutes.