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-gva/
https://datahub.io/core/london-gva/_r/-/README.md
https://datahub.io/core/london-gva/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-gva/_r/-/data/gva.csv
https://datahub.io/core/london-gva/_r/-/datapackage.json
https://datahub.io/core/london-gva/_r/-/london-gva.py
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-gva/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/london-gva/_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 AIgva
| Field | Type | Format |
|---|---|---|
| NUTS level | string | default |
| NUTS code | string | default |
| Region name | string | default |
| Year | any | default |
| Value | any | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 33.8 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Re-ran
london-gva.pyto verify the pipeline still executes and reproduces current published output. - Fixed Python string comparison warning in
filter_gva(!=instead of identity comparison). - Added first GitHub Actions automation workflow at
.github/workflows/actions.ymlwith:- monthly schedule,
- manual
workflow_dispatch, contents: writepermissions,- commit-if-changed behavior for
data/gva.csvanddatapackage.json.
- Current upstream London Datastore source remains capped at 1997-2014 in NUTS geography; a substantive freshness upgrade requires migration to newer ONS ITL-based releases.