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.
/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 Previews
ppp-gdp
Loading data...
Schema
| name | 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 $) |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
ppp-gdp | 242 kB | 22 days ago | ppp-gdp |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 242 kB | csv | 29 days ago | Open Data Commons Public Domain Dedication and License v1.0 | PPP conversion factor, GDP (LCU per international $). World Bank, International Comparison Program database. |
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.