[00:41:10] Does anyone know a way to fetch the localized name for a special page? [01:02:47] JJPMaster: action=query&meta=siteinfo&siprop=specialpagealiases, but I think you have to query against a server with the UI language you are interested in to get the localizations. The `siinlanguagecode` query param doesn't seem to change the names returned. [01:03:03] https://ru.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=specialpagealiases [01:05:52] thank you!