Overall IMD
The headline deprivation measure for any English postcode — a single composite score derived from 39 indicators across 7 domains. Ranks every neighbourhood in England from 1 (most deprived) to 32,844, with decile groupings for easy comparison.
IMD score at a glance
Overall IMD rank, decile, and a human-readable score label for a single postcode. LSOA and local authority context included.
Response fields
Key fields in the overall object.
Built for
Property portals
Show "area quality" badges on listings. Decile 8–10 = premium, 4–6 = average, 1–3 = up-and-coming. One number that buyers instantly understand.
Investment platforms
Screen portfolios by deprivation decile. Correlate IMD rank with rental yield, void rates, and capital growth to build risk-adjusted scoring models.
Social housing providers
Identify high-deprivation areas for intervention. Map your stock against IMD deciles to prioritise regeneration, maintenance budgets, and tenant support.
API example
curl "https://api.homedata.co.uk/api/deprivation/?postcode=BS81TH" \ -H "Authorization: Api-Key YOUR_KEY"
{
"postcode": "BS8 1TH",
"lsoa": { "code": "E01014649", "name": "Clifton East" },
"lad": { "code": "E06000023", "name": "Bristol" },
"overall": {
"rank": 29810,
"decile": 9,
"score": 9,
"label": "Low deprivation",
"short_label": "Low",
"lad_rank": 243,
"lad_rank_description": "Local authority ranks 243 out of 317"
}
}