Failure demand and maladministration rates per landlord (Housing Ombudsman) and per council (Local Government and Social Care Ombudsman).
data/lgsco/ and original URLs| File | Original URL |
|---|---|
| 1-Complaints-Received-24-25.csv | https://www.lgo.org.uk/assets/attach/6815/1-Complaints-Received-24-25.csv |
| 2-Complaints-Decided-24-25.csv | https://www.lgo.org.uk/assets/attach/6818/2-Complaints-Decided-24-25.csv |
| 3-Remedy-Compliance-Outcomes-24-25.csv | https://www.lgo.org.uk/assets/attach/6821/3-Remedy-Compliance-Outcomes-24-25.csv |
| 4-Effective-Complaint-Handling-Courses-24-25.csv | https://www.lgo.org.uk/assets/attach/6824/4-Effective-Complaint-Handling-Courses-24-25.csv |
| 1-Complaints-Received-23-24.csv | https://www.lgo.org.uk/assets/attach/6633/1-Complaints-Received-23-24.csv |
| 2-Complaints-Decided-23-24.csv | https://www.lgo.org.uk/assets/attach/6635/2-Complaints-Decided-23-24.csv |
| 3-Remedy-Compliance-Outcomes-23-24.csv | https://www.lgo.org.uk/assets/attach/6638/3-Remedy-Compliance-Outcomes-23-24.csv |
XLSX and ODS versions of each file also exist at neighbouring assets/attach/ IDs on the landing page.
lgo.org.uk returned "Connection denied by Geolocation" for both the pages and the asset URLs from this (non-UK) network, and presents a certificate that fails validation via the browser. Files were therefore retrieved byte-for-byte via the Internet Archive Wayback Machine, e.g.:
curl -L --compressed -o 1-Complaints-Received-24-25.csv \
"https://web.archive.org/web/2026id_/https://www.lgo.org.uk/assets/attach/6815/1-Complaints-Received-24-25.csv"
From a UK IP the direct URLs above should work with plain curl -L -O <url>.
Authority Name column-header row.data/housing-ombudsman/Tables-for-landlords-with-individual-performance-reports-2024-25.xlsx (412 KB; sheets: Notes, Definitions, Tables 1–6)curl -L -O "https://www.housing-ombudsman.org.uk/app/uploads/2025/09/Tables-for-landlords-with-individual-performance-reports-2024-25.xlsx"
Per-council mapping requires joining HO landlord names to council names (councils that transferred stock to ALMOs/associations appear under the landlord's name, not the council's), and scraping the HO decisions search plus LGSCO's decision-search for case-level detail.