UK Property Data API
8 endpoints for UK property data — sold prices, rental yields, stamp duty, EPC ratings, crime stats, flood risk, planning applications, and council tax. All from official UK government sources. Built for AI agents and automation.
UK Property Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property Data | ||
| POST |
get_epc_rating_epc_rating_post /epc-rating |
Fetches Energy Performance Certificate data for properties at a UK postcode. Returns individual certificates, average score/band, and band distribution. Falls back to national… |
| POST |
get_yield_estimate_yield_estimate_post /yield-estimate |
Calculates estimated gross rental yield using regional rental data. If no property_value is provided, the API fetches the average recent sold price from Land Registry as a… |
| POST |
get_council_tax_council_tax_post /council-tax |
Looks up the local authority for a UK postcode and calculates estimated council tax for all bands A-H using statutory multipliers. Uses known Band D rates for ~60 major… |
| POST |
get_stamp_duty_stamp_duty_post /stamp-duty |
Calculates Stamp Duty Land Tax for England & Northern Ireland. Supports first-time buyer relief, additional property surcharge (5% since Oct 2024), and non-resident surcharge… |
| POST |
get_crime_stats_crime_stats_post /crime-stats |
Fetches recent street-level crime data from the Police UK API. Returns total crime count, breakdown by category, and a safety rating (1-5 scale). |
| POST |
get_sold_prices_sold_prices_post /sold-prices |
Queries HM Land Registry's public database for recent property sales. Results are cached for 1 hour to reduce latency on repeat lookups. Returns up to 100 records, ordered by… |
| POST |
get_planning_planning_post /planning |
Fetches planning applications near a UK postcode from the Planning Data API. Returns a list of applications with reference, description, status, and date. |
| POST |
get_flood_risk_flood_risk_post /flood-risk |
Checks flood risk from rivers, sea, and surface water for a UK postcode. Also fetches active flood warnings from the Environment Agency. Returns overall risk level, detailed… |
| System | ||
| GET |
health_check_health_get /health |
Returns the API status and whether Redis is connected. Use for uptime monitoring. |
UK Property Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|