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.
What's in the Broker Package
Core Property + Risk & Environment modules. Address verification through to environmental due diligence — the underwriting checklist in API form.
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=
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}/
Property record
Bedrooms, bathrooms, property type, floor area, construction year, garden, parking, and sold price history for any UPRN.
GET /api/properties/{uprn}/
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 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=
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.
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.
- Address lookup (find 2 calls, retrieve 5)
- Property records + EPC
- Build and test locally
- Everything in Free
- Flood + radon risk
- Noise + landfill + air quality
- Deprivation index
- Council tax band
- Everything in Starter
- Comparable sales
- Price trends
- Higher volume