Skip to content
Home Price Hub
House pricesMarket reportMarket pulseGuidesAffordability

Home › Data API

Now live · free tier

Home Price Hub Data API

Clean, query-ready UK property data — so you don't have to build the pipeline. Every HM Land Registry sale since 1995, local price trends, affordability and indicative valuations, over one simple REST API.

Get an API key on RapidAPI → Free Basic plan — 50 calls a month, no card required.

At a glance

  • Base URL — https://api.homepricehub.co.uk/v1
  • Format — JSON over HTTPS
  • Auth — X-API-Key header on every request
  • Coverage — England & Wales (HM Land Registry); Scotland on the roadmap
  • Freshness — refreshed monthly; every response carries meta.last_refreshed
  • Licence — Open Government Licence v3.0; commercial use OK with attribution

Quick start

Get a key from the RapidAPI listing, then it's one request:

curl "https://api.homepricehub.co.uk/v1/sales?outcode=M1&property_type=F&date_from=2025-01-01" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "data": [
    {
      "price": 245000,
      "date": "2026-03-14",
      "postcode": "M1 2EW",
      "street": "Whitworth Street",
      "town": "Manchester",
      "property_type": "F",
      "tenure": "L",
      "new_build": false
    }
  ],
  "meta": { "total": 1284, "page": 1, "has_more": true, "last_refreshed": "2026-06-18" }
}

Endpoints

EndpointWhat it returns
GET /v1/sales Individual Land Registry sold transactions since 1995 — filter by postcode, outcode, street, area, property type, tenure, new-build, date range and price.
GET /v1/areas/{slug} Area summary for a local authority — average price, 12-month change, prices by property type, affordability ratio and a chart-ready trend series.
GET /v1/postcodes/{outcode} Postcode-district detail — median sold price, yearly median series, recent sales and most expensive streets.
POST /v1/valuations Indicative valuation — projects a property’s last recorded sale forward by local HPI growth, with an estimate, range and confidence level.
GET /v1/hpi/{areaCode} Full monthly UK House Price Index series for an area; add ?real=true for CPI-adjusted (real-terms) values.
GET /v1/affordability/{areaCode} ONS house-price-to-earnings ratio series and latest ranking context for an area.

List endpoints paginate with page and limit; responses use a consistent { data, meta } envelope with machine-readable error codes. Full parameter reference, live testing console and interactive examples are on the RapidAPI listing.

Plans & pricing

PlanPriceCalls / monthOverage
Basic Free 50 None — hard limit
Pro $9.99/mo 1,500 + $0.01 per extra call
Ultra $89.99/mo 20,000 + $0.0075 per extra call
Mega $349.99/mo 250,000 + $0.005 per extra call

Plans are billed in US dollars through RapidAPI.

Compare plans on RapidAPI → Need higher volume or a bulk feed? Email us.

Where the data comes from

The same official, openly licensed sources that power this site — joined, de-duplicated and refreshed each month when the UK House Price Index is released:

  • HM Land Registry Price Paid — every recorded sale in England & Wales since 1995.
  • UK House Price Index (HM Land Registry & ONS) — mix-adjusted averages and long-run trends.
  • ONS — house-price-to-earnings affordability ratios, and CPI for real-terms series.

Good to know

  • No address search or geocoding. The API is keyed on postcode, outcode, area slug/code or a property reference you supply (Ordnance Survey / Royal Mail licensing). Resolve free-text addresses with a dedicated address API and pass us the postcode.
  • Recent months are provisional. Land Registry registrations lag completion; fresh sales are flagged "provisional": true.
  • Valuations are indicative. Estimates project the last recorded sale forward by local HPI growth — always present them as indicative, never as a formal valuation or financial advice.
  • Thin markets are flagged, not hidden. Areas with too few sales return meta.thin_sample: true rather than a volatile median.

Licensing & attribution

Responses contain public-sector information licensed under the Open Government Licence v3.0. Commercial use is permitted; you must retain attribution wherever the data is displayed:

Contains HM Land Registry & ONS data © Crown copyright and database right.

You may not use the API to construct or redistribute an address database or geocoder. Full terms apply at signup.

Roadmap

  • EPC attributes — energy rating and floor area for £/m² analysis.
  • Bulk feed — monthly full-dataset export for high-volume plans.
  • Scotland — Registers of Scotland coverage.
  • Client SDKs — JavaScript and Python wrappers.

Questions?

A use case the plans don't cover, or something missing from the data? Email hello@app-solutions.co.uk or use the contact page — we read every message.

Home Price Hub
Postcodes Data API Status About Contact Privacy Cookies Affiliate Disclosure Terms

Contains HM Land Registry & ONS data © Crown copyright and database right 2026, under the Open Government Licence v3.0. Figures are estimates for information only — not financial advice.

Home Price Hub is a trading name of Applied Solutions Limited, a company registered in Scotland (company no. SC746303).