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.
/luccasmmg/membership-to-copyright-treaties/
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/.gitignore
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/README.md
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/cache/treaties.txt
https://datahub.io/luccasmmg/membership-to-copyright-treaties/_r/-/data/membership-to-copyright-treaties.csv
https://datahub.io/luccasmmg/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/luccasmmg/membership-to-copyright-treaties/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/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 Files
Explore with AImembership-to-copyright-treaties
| Field | Type |
|---|---|
| Contracting Party | string |
| Treaty | string |
| Signature Date | date |
| Instrument Type | string |
| Instrument Date | date |
| Entry Into Force Date | date |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 86.2 kB
About this dataset
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.