API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/london-median-housing-affordability/
https://datahub.io/core/london-median-housing-affordability/_r/-/.gitignore
https://datahub.io/core/london-median-housing-affordability/_r/-/README.md
https://datahub.io/core/london-median-housing-affordability/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-median-housing-affordability/_r/-/data/london-home-price-index.csv
https://datahub.io/core/london-median-housing-affordability/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/london-median-housing-affordability/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/london-median-housing-affordability/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Files
Explore with AIlondon-home-index
| Field | Type | Format |
|---|---|---|
| New Code | any | default |
| Old Code | any | default |
| Area | any | default |
| Year | any | default |
| Value | any | default |
Download
Download CSVAbout
- Last updated
- 1 May 2026
- Total rows
- ...
- Format
- CSV
- File size
- 38.5 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Re-ran
scripts/home_affordability.pyto verify the updater still executes against the current London Datastore XLSX endpoint. - Local output already matched current year coverage (through 2024), so no data file changes were produced in this run.
- Updated GitHub Actions workflow at
.github/workflows/actions.ymlto improve automation reliability:- removed push/PR triggers and kept scheduled/manual execution,
- added explicit
permissions: contents: write, - upgraded to
actions/checkout@v4andactions/setup-python@v5, - simplified dependency/script steps to run without per-job virtualenv shell activation.
- Upstream annual 2025 figures are expected in March 2026; this workflow now keeps the repository ready for that release cadence.