Questions tagged [mediawiki-api]

The MediaWiki API serves as the link between automated editing processes, commonly known as "bots," and other software programs looking to retrieve data from a MediaWiki wiki platform.

Ways to send additional requests through mwbot to request information from Mediawiki

While using mwbot on node, I encountered the following error: response: { login: { result: 'Aborted', reason: 'Cannot log in when using MediaWiki\\Session\\BotPasswordSessionProvider sessions' } } ...

Compile a comprehensive list of all Wikipedia articles within a specific category and its corresponding subcategories

Is it possible to retrieve a comprehensive list of all Wikipedia articles within a specific category, including any subcategories? I attempted to extract the links from the category page using a PHP script, but it appears that obtaining a complete list of ...