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/ppp/
https://datahub.io/core/ppp/_r/-/.gitignore
├ LICENSE
https://datahub.io/core/ppp/_r/-/LICENSE
├ Makefile
https://datahub.io/core/ppp/_r/-/Makefile
https://datahub.io/core/ppp/_r/-/README.md
https://datahub.io/core/ppp/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/ppp/_r/-/data/ppp-gdp.csv
https://datahub.io/core/ppp/_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/ppp/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/ppp/_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 AIppp-gdp
| Field | Type | Description |
|---|---|---|
| Country | string | |
| Country ID | string | ISO 3166-1 alpha-2 code |
| Year | year | Relevant year |
| PPP | number | PPP conversion factor, GDP (LCU per international $) |
Download
Download CSVAbout
- Last updated
- 8 April 2026
- Total rows
- ...
- Format
- CSV
- File size
- 242 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Root cause: legacy publish action setup and missing explicit content-write permission.
- Fixes made: replaced publish action with native commit-if-changed step, added manual trigger, upgraded checkout/setup actions, and set
permissions: contents: write. - Validation: checked workflow command chain (
make data) and guarded push step. - Known blockers: none identified in this remediation pass.