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/membership-to-copyright-treaties/
https://datahub.io/core/membership-to-copyright-treaties/_r/-/.gitignore
https://datahub.io/core/membership-to-copyright-treaties/_r/-/README.md
https://datahub.io/core/membership-to-copyright-treaties/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/membership-to-copyright-treaties/_r/-/cache/treaties.txt
https://datahub.io/core/membership-to-copyright-treaties/_r/-/data/membership-to-copyright-treaties.csv
https://datahub.io/core/membership-to-copyright-treaties/_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/membership-to-copyright-treaties/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/membership-to-copyright-treaties/_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
membership-to-copyright-treaties
Loading data...
Schema
| name | type |
|---|---|
| Contracting Party | string |
| Treaty | string |
| Signature Date | date |
| Instrument Type | string |
| Instrument Date | date |
| Entry Into Force Date | date |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
membership-to-copyright-treaties | 86.2 kB | 3 months ago | membership-to-copyright-treaties |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 86.2 kB | csv | about 2 months ago | Open Data Commons Public Domain Dedication and License v1.0 | World Intellectual Property Organization |
Update Script Maintenance Report
Date: 2026-03-04
- Hardened
scripts/process.pyrequest handling and URL joining logic to avoid malformed URL errors when WIPO returns absolute links. - Added guardrails for upstream layout changes:
- if treaty result links are not discovered, the script now exits cleanly without corrupting existing dataset files,
- if no parsed rows are produced, the script preserves the current committed CSV.
- Updated GitHub Actions workflow at
.github/workflows/actions.yml:- schedule + manual dispatch only,
- explicit
permissions: contents: write, - upgraded action versions and simplified execution steps.
- Current WIPO site structure has changed compared to legacy
ShowResultsparsing assumptions, so a full data-source migration is still required for fresh treaty updates.