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/threatened-species/
https://datahub.io/core/threatened-species/_r/-/.devcontainer/devcontainer.json
https://datahub.io/core/threatened-species/_r/-/.gitignore
├ LICENSE
https://datahub.io/core/threatened-species/_r/-/LICENSE
├ Makefile
https://datahub.io/core/threatened-species/_r/-/Makefile
https://datahub.io/core/threatened-species/_r/-/README.md
https://datahub.io/core/threatened-species/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/threatened-species/_r/-/data/threatened-species.csv
https://datahub.io/core/threatened-species/_r/-/datapackage.yaml
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.yaml— metadata & schema
https://datahub.io/core/threatened-species/_r/-/datapackage.yaml
README.md— documentation
https://datahub.io/core/threatened-species/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.yaml to inspect schema and resources
- 2. Download data resources listed in datapackage.yaml
- 3. Read README.md for full context
Data Files
Explore with AIthreatened-species
| Field | Type |
|---|---|
| taxonid | integer |
| kingdom_name | string |
| phylum_name | string |
| class_name | string |
| order_name | string |
| family_name | string |
| genus_name | string |
| scientific_name | string |
| taxonomic_authority | string |
| infra_rank | any |
| infra_name | any |
| population | any |
| category | string |
| main_common_name | string |
Download
Download CSVAbout
- Last updated
- 9 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 20.2 MB
About this dataset
Update Script Maintenance Report
Date: 2026-03-04
- Root cause: workflow relied on push-trigger coupling and did not declare content-write permissions.
- Fixes made: kept scheduled/manual execution, removed unnecessary push trigger, upgraded checkout action, and added
permissions: contents: write. - Validation: reviewed update and validation jobs plus guarded commit behavior.
- Known blockers: dataset updates still depend on valid
IUCNREDLIST_TOKENsecret availability.