← Back to catalog
worms.species.details
mock data$0.001 / callWoRMS Species Details
Retrieve the full WoRMS Aphia record for a taxon by its AphiaID. Returns complete taxonomy (kingdom to genus), accepted name and authority, valid AphiaID for synonyms, citation string, LSID (life science identifier), habitat flags, and last-modified date. Use this to resolve synonym chains — if status is "unaccepted", valid_AphiaID points to the accepted taxon. Source: World Register of Marine Species, CC BY 4.0.
Input schema
aphia_idrequired
integerWoRMS AphiaID — the unique numeric identifier for a taxon (e.g. 137102 for Orcinus orca). Obtain via worms.species.search.
Call via REST
curl -X POST https://unifyapi.pro/api/call/worms.species.details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"aphia_id":0}'