Replacing getAddress.io? Free drop-in replacement →
Broker Package · Starter £49/month

Property data API
for mortgage brokers.

EPC ratings, flood risk, radon, council tax, and full property records in one API. Automate the due diligence questions your underwriters ask on every case — without manual lookups or portal screen-scraping.

Free tier: 100 calls/month. No credit card required.

29M+
UK residential properties
7
Environmental risk types
Very Low–High
Risk band labels returned
1 call
per risk type

What's in the Broker Package

Core Property + Risk & Environment modules. Address verification through to environmental due diligence — the underwriting checklist in API form.

Risk & Environment · 1 call

Environmental risk bundle

Flood, radon, noise, landfill, coal mining, air quality, and invasive plants — 7 environmental risk types. One call per risk type. Returns risk band (Very Low → High) with plain-English descriptions.

GET /api/risks/{risk_type}/?uprn=
Core Property · 1 call

EPC rating

Current energy efficiency (numeric), potential efficiency, floor area, and last assessment date. Full certificate data via the extended endpoint.

GET /api/epc-checker/{uprn}/
Core Property · 1 call

Property record

Bedrooms, bathrooms, property type, floor area, construction year, garden, parking, and sold price history for any UPRN.

GET /api/properties/{uprn}/
Core Property · 1 call

Council tax band

Council tax band and billing authority for any property address. Verify affordability calculations without manual council lookups.

GET /api/council_tax_band/
Address · find 2 calls, retrieve 5

Address lookup

Type-ahead address search and full address lists by postcode. Returns UPRN for chaining into property and risk endpoints. Find costs 2 calls, retrieve costs 5 — reflecting real licensing costs.

GET /api/address/find/?q=
Risk & Environment · 1 call

Deprivation index

IMD rank and decile, income/employment/education/crime/living environment sub-scores by postcode. Context for lending decisions in specific areas.

GET /api/deprivation/?postcode=

Automate the underwriting checklist

Address → UPRN → property record + risks + EPC. Three calls. The questions every underwriter asks, answered programmatically.

Step 1 — resolve address to UPRN (2 calls)
curl "https://api.homedata.co.uk/api/address/find/?q=14+Elm+Street+Leeds"
  # no API key required for public endpoint — 2 calls on V1 API

# Step 2 — flood risk (1 call, Starter+)
curl -G "https://api.homedata.co.uk/api/risks/flood/" \
  --data-urlencode "uprn=100023456789" \
  -H "Authorization: Api-Key YOUR_API_KEY"
  # returns results[].label: Very Low | Low | Medium | High

# Step 3 — radon risk (1 call, Starter+)
curl -G "https://api.homedata.co.uk/api/risks/radon/" \
  --data-urlencode "uprn=100023456789" \
  -H "Authorization: Api-Key YOUR_API_KEY"

# Step 4 — EPC rating (1 call, Core)
curl "https://api.homedata.co.uk/api/epc-checker/100023456789/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
  # returns current_energy_efficiency (1-100), potential_energy_efficiency, epc_floor_area

Broker Package pricing

Transparent call weights — most property data costs 1 call, address find is 2 calls, retrieve is 5 calls. Budget your API costs the same way you budget any line item.

Free
100 calls/month · Core only
  • Address lookup (find 2 calls, retrieve 5)
  • Property records + EPC
  • Build and test locally
Get started
Broker Package
Starter · £49/mo
2,000 calls · Core + Risk
  • Everything in Free
  • Flood + radon risk
  • Noise + landfill + air quality
  • Deprivation index
  • Council tax band
Get started free →
Growth · £149/mo
10,000 calls · Core + Risk + Market
  • Everything in Starter
  • Comparable sales
  • Price trends
  • Higher volume
View all plans