For writing a bot I would like to easily access the list of translations of a given page (like TranslatablePage::getTranslationPages)
Currently I don't see an easy way how to get this information (also due to https://phabricator.wikimedia.org/T145295)
Description
Description
Event Timeline
Comment Actions
Get the list of all subpages which are language codes. Or you can use action=query&meta=messagegroupstats to check which translations exist.
Comment Actions
Assuming that the last comment helped and was sufficient, I am closing this task as invalid as requested functionality is already available.