Page MenuHomePhabricator

Make list of translations of a page available via the API (similar to TranslatablePage::getTranslationPages)
Closed, InvalidPublic

Description

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)

Event Timeline

Get the list of all subpages which are language codes. Or you can use action=query&meta=messagegroupstats to check which translations exist.

Assuming that the last comment helped and was sufficient, I am closing this task as invalid as requested functionality is already available.