hotpostcodes
The HotPostcodes API provides UK real estate metrics for every UK/Wales postcode, enabling developers to build investment tools, analytics dashboards, and real estate applications. Access historical sales data, ceiling prices, ROI, average prices, and comparisons to local averages through a set of easy-to-use endpoints: /summary – Retrieve geo-location, elevation, street, town, and summary sales…
hotpostcodes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
summary /api/v1/summary |
Returns geo-location, elevation, street, town, summary of sales statistics for any UK postcode. |
| GET |
saleshistory /api/v1/saleshistory |
Returns all property sales records for a given UK postcode since Jan 1995 |
| GET |
sales /api/v1/sales |
Returns number of sales for each property type (Detached, Semi Detached, Terraced, Flat) as well as total sold for any given UK postcode. |
| GET |
comparison /api/v1/comparison |
Returns ratios that compare property prices of a given UK postcode with its town average by type and also regardless of property type. |
| GET |
prices /api/v1/prices |
Returns average, median prices, as well as ceiling prices for any given UK postcode. Highest prices achieved along with full address for property is also included. |
| GET |
roi /api/v1/roi |
Returns average as well as property type specific Return on Investment (ROI), based on previous sales transactions going back to Jan 1995. |
| GET |
rawdata /api/v1/rawdata |
rawdata endpoint |