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/population/
https://datahub.io/core/population/_r/-/README.md
https://datahub.io/core/population/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/population/_r/-/data/population.csv
https://datahub.io/core/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/population/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/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 Files
Explore with AIpopulation
| Field | Type |
|---|---|
| Country Name | string |
| Country Code | string |
| Year | year |
| Value | number |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 552 kB
- Source
- World Bank
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Root cause: stale automation configuration with no explicit write permission.
- Fixes made: updated workflow to scheduled/manual triggers only, upgraded action versions, added
permissions: contents: write, and kept commit-if-changed behavior. - Validation: checked workflow steps, dependency install, and commit target (
data/). - Known blockers: none identified in this remediation pass.