API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
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-population/
https://datahub.io/core/london-population/_r/-/.gitignore
https://datahub.io/core/london-population/_r/-/README.md
https://datahub.io/core/london-population/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-population/_r/-/data/london-population-history.csv
https://datahub.io/core/london-population/_r/-/data/london-population-projection.csv
https://datahub.io/core/london-population/_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-population/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/london-population/_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 Previews
london-population-history
Loading data...
Schema
| name | type | format |
|---|---|---|
| Year | any | default |
| Value | any | default |
london-population-projection
Loading data...
Schema
| name | type | format |
|---|---|---|
| Year | any | default |
| Value | any | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
london-population-history | 1.06 kB | 3 months ago | london-population-history | |
london-population-projection | 949 B | 3 months ago | london-population-projection |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 2 kB | csv | about 2 months ago | Open Government Licence |
Update Script Maintenance Report
Date: 2026-03-04
- Verified that
scripts/population.pycurrently fails while loading the projection source URL (central_trend_2016_base.xlsx) with HTTP 403 from data.london.gov.uk. - Confirmed the historical ONS totals source in the same script remains reachable, but the projection source endpoint is blocked/retired for non-browser automated fetches.
- Added first GitHub Actions workflow at
.github/workflows/actions.ymlwith schedule + manual dispatch and write permissions. - No dataset file refresh was committed in this pass because upstream projection fetch is currently unavailable to the existing pipeline.