Hello, How can I use the Mediawiki API to find pages in the last 7 days that have been - 1. Created 2. Edited 3. Deleted
Cheers, Suhas
This service https://en.wikipedia.org/wiki/Special:ApiSandbox can help you. For example,
1) https://en.wikipedia.org/w/api.php?action=query&format=xml&list=loge...
3) https://en.wikipedia.org/w/api.php?action=query&format=xml&list=loge...
2) https://en.wikipedia.org/w/api.php?action=query&format=xml&list=rece...
25.03.2021 18:37, Suhas Sumukh пишет:
Hello, How can I use the Mediawiki API to find pages in the last 7 days that have been -
- Created
- Edited
- Deleted
Cheers, Suhas
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Thank you. That helped. In the same context, what do the following mean in action=query, list=logevents, and leaction=? 1. delete/delete_redir 2. delete/delete_redir2
If page "A" is a redirect to the page "B" and "A" has only one revision in history, you can rename "B" to "A" without deleting "A", without technical right to delete pages. Technically, you deletes "A" without right to delete pages and this event is called "delete_redir". Delete_redir2 , I assume, is something very similar, introduced half year ago.
25.03.2021 22:07, Suhas Sumukh пишет:
Thank you. That helped. In the same context, what do the following mean in action=query, list=logevents, and leaction=?
- delete/delete_redir
- delete/delete_redir2
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
mediawiki-api@lists.wikimedia.org