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.
/luccasmmg/london-transport/
https://datahub.io/luccasmmg/london-transport/_r/-/README.md
https://datahub.io/luccasmmg/london-transport/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/london-transport/_r/-/data/data/public-transport-journeys.csv
https://datahub.io/luccasmmg/london-transport/_r/-/data/datapackage.json
https://datahub.io/luccasmmg/london-transport/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
data/datapackage.json— metadata & schema
https://datahub.io/luccasmmg/london-transport/_r/-/data/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/london-transport/_r/-/README.md
Typical Usage
- 1. Fetch data/datapackage.json to inspect schema and resources
- 2. Download data resources listed in data/datapackage.json
- 3. Read README.md for full context
Data Previews
london-public-transport
Loading data...
Schema
| name | type | format |
|---|---|---|
| Period and Financial year | any | default |
| Reporting Period | any | default |
| Days in period | any | default |
| Period beginning | any | default |
| Period ending | any | default |
| Bus journeys (m) | any | default |
| Underground journeys (m) | any | default |
| DLR Journeys (m) | any | default |
| Tram Journeys (m) | any | default |
| Overground Journeys (m) | any | default |
| London Cable Car Journeys (m) | any | default |
| TfL Rail Journeys (m) | any | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
london-public-transport | 33.3 kB | about 2 months ago | london-public-transport |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 33.3 kB | csv | about 2 months ago | Open Government Licence v3.0 | London Datastore |
Update Script Maintenance Report
Date: 2026-03-04
- Re-ran
scripts/london_public_transport_journeys.pyand refreshed:data/data/public-transport-journeys.csvdata/datapackage.json
- Updated GitHub Actions automation at
.github/workflows/actions.yml:- removed push/PR triggers, kept schedule + manual dispatch,
- added explicit
permissions: contents: write, - upgraded to
actions/checkout@v4andactions/setup-python@v5, - simplified dependency/script steps for reliable CI execution.