← Back to catalog
worms.species.classification
mock data$0.001 / callWoRMS Taxonomic Classification
Get the full taxonomic classification tree for a marine taxon by AphiaID. Returns the complete nested hierarchy from Superdomain/Biota down to the queried taxon — each node has AphiaID, rank, and scientific name. Ideal for building taxonomic trees, verifying rank placement, or navigating the WoRMS backbone. Source: World Register of Marine Species, CC BY 4.0.
Input schema
aphia_idrequired
integerWoRMS AphiaID of the taxon whose full classification tree you want to retrieve (e.g. 137102 for Orcinus orca).
Call via REST
curl -X POST https://unifyapi.pro/api/call/worms.species.classification \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"aphia_id":0}'