Property data API
for valuers.
Comps, price history, floor area, EPC, and risk data — all from one API. Pre-populate RICS Red Book evidence packs, power AVM models, and eliminate manual data gathering. Typically 4 calls to build a complete desktop appraisal.
Free tier: 100 calls/month. No credit card required.
What's in the Valuer Pack
Core Property + Market & Pricing modules. Everything a valuer needs to build AVM tools, desktop appraisals, and RICS Red Book evidence packs — without logging into multiple data portals.
Comparable sales
PostGIS 0.5mi radius, up to 200 comps sorted by bedroom match and proximity. Filter by type, date, and event. The evidence base for any RICS Red Book valuation.
GET /api/comparables/{uprn}/
Price trends
Monthly median asking prices by outcode, 12-month rolling, with volatility score. Contextualise your valuation against local market direction.
GET /api/price_trends/{outcode}/
Property record
Bedrooms, property type, floor area (sqm), construction age band, tenure, council tax band, garden, and parking. The foundation of every AVM model and desktop appraisal.
GET /api/properties/{uprn}/
EPC rating
Current and potential energy efficiency score, floor area, inspection date, and asset rating. Direct from the EPC register — include in Red Book evidence packs without manual lookups.
GET /api/epc-checker/{uprn}/
Sold price history
Full Land Registry transaction history, 30 years. Sale prices, dates, and transaction type for the subject property — essential context for any formal valuation.
GET /api/properties/{uprn}/transactions/
Address lookup
Resolve any address to a UPRN in two steps — find returns suggestions, retrieve returns the canonical UPRN. The gateway to every other endpoint.
GET /api/address/find/ + /api/address/retrieve/{uprn}/
Build a desktop appraisal in 4 API calls
Address → UPRN → property record → comparables → price trends. Four calls, complete valuation evidence pack.
# Step 1 — resolve address to UPRN (2 calls)
curl "https://api.homedata.co.uk/api/address/find/?q=42+Church+Road+Bristol"
# Step 2 — property record: floor area, type, bedrooms, age band (1 call)
curl "https://api.homedata.co.uk/api/properties/100023456789/" \
-H "Authorization: Api-Key YOUR_API_KEY"
# Step 3 — comparable sales: up to 200 nearby sold prices (10 calls)
curl "https://api.homedata.co.uk/api/comparables/100023456789/" \
-H "Authorization: Api-Key YOUR_API_KEY"
# Step 4 — price trends: outcode median and volatility score (1 call)
curl "https://api.homedata.co.uk/api/price_trends/BS6/" \
-H "Authorization: Api-Key YOUR_API_KEY"
Customer story
How one valuation group halved their override rate
Valuers that use verified comparable and property data at instruction-time see fewer adjustments at sign-off — and faster panel approval rates.
a valuation group
Read the full story →Valuer Pack pricing
Transparent call weights — most property data endpoints cost 1 call, address find is 2, retrieve is 5. A typical AVM call = 3 calls (property record + comparables + price trends). Know your costs before you write a line of code.
- Address lookup (find 2 calls, retrieve 5)
- Property records + EPC
- Build and test your integration
- Everything in Free
- Comparable sales (200 comps/call)
- Price trends + outcode median
- Sold price history (30 years)
- Agent market stats
- Everything in Growth
- Environmental risk data
- Planning applications
- 50,000 calls/month
Related resources
Full endpoint reference — PostGIS radius search, bedroom matching, date and type filters.
EPC, flood risk, environmental hazards, and comps for RICS Level 2 and 3 reports.
Outcode median asking prices, 12-month rolling trends, and market volatility scores.
Instant property lookups, EPC checker, and comparable sales — no API key required.