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-growth-estimates-and-projections/
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/datapackage.json
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/flow.yaml
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/README.md
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-constant-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-constant-mortality.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-estimates.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-high-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-instant-replacement.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-low-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-medium-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-momentum.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-no-change.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-zero-migration.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/datapackage.json
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/pipeline-spec.yaml
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/population_estimates_flow.py
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
.datahub/datapackage.json— metadata & schema
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/datapackage.json
README.md— documentation
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/README.md
Typical Usage
- 1. Fetch .datahub/datapackage.json to inspect schema and resources
- 2. Download data resources listed in .datahub/datapackage.json
- 3. Read README.md for full context
Data Files
Explore with AIpopulation-estimates
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 583 kB
population-low-fertility
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 761 kB
population-medium-fertility
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 763 kB
population-high-fertility
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 764 kB
population-constant-fertility
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 764 kB
population-instant-replacement
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 762 kB
population-momentum
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 763 kB
population-zero-migration
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 762 kB
population-constant-mortality
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 763 kB
population-no-change
| Field | Type | Format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 764 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Ran updater:
python population_estimates_flow.py. - Root cause: upstream UN source URL in pipeline currently returns HTTP 404.
- Fixes made:
- Added first monthly + manual GitHub Actions workflow with
contents: writeand reproducibledataflowsinstall. - Kept existing pipeline logic unchanged to avoid introducing unverified source migrations.
- Added first monthly + manual GitHub Actions workflow with
- Validation summary: updater invocation is wired in automation; data refresh remains blocked by upstream endpoint availability.