How can i get the list of all pages, that were changed since some date using mediawiki api?

EDIT: I have already found this query:) F.e. for wikipedia http://en.wikipedia.org/w/api.php?action=query&list=recentchanges&rclimit=500&rcnamespace=0

link|improve this question

73% accept rate
feedback

1 Answer

One thing that may help - on the Special:Log page you can see logs from certain year / month. See Wikipedia's example.

This is not all changes but only deleted, moved, uploaded and created information.

You can also see all the pages that have not been changed using Special:AncientPages (Wikipedia's example is not available).

So there are two items which don't specifically answer your question but maybe point you (or someone else) in the right direction.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.