Back to catalog
Cortexa research tool·biomedical·eol
EOL Get Hierarchy Entry
Get taxonomy hierarchy (classification tree) for a species from a specific classification system in the Encyclopedia of Life. Returns ancestors (full lineage from root to species), children taxa, synonyms, and source classification (NCBI, GBIF, ITIS, Catalogue of Life). Use EOL_get_page first to find hierarchy_entry_id values from the classifications list. Example: 70872770 is the NCBI hierarchy entry for Homo sapiens, showing the complete lineage from root through Primates to species level.
Livelast probed 2026-04-30 23:07Z· 126msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 126ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"hierarchy_entry_id": {
"description": "EOL hierarchy entry ID from a specific classification system. Get this from EOL_get_page 'classifications' field. Examples: 70872770 (Homo sapiens in NCBI), 86685972 (Homo sapiens in GBIF), 147191154 (Homo sapiens in ITIS).",
"type": "integer"
}
},
"required": [
"hierarchy_entry_id"
],
"type": "object"
}Examples (1)
Default EOL Get Hierarchy Entry call
public-safeinput
{
"hierarchy_entry_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EOL_get_hierarchy_entry
- Tool name
- EOL_get_hierarchy_entry
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse