2010/6/19 S. Nunes snunes@gmail.com:
Hi,
I think that the API is returning bad results when I try to retrieve a list of revisions. Consider the following call to retrieve all revisions from the Wikipedia article:
http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop...
The rvstartid and rvendid parameters are respectively set with the latest revision made to the article and the first. I know that this article has more than > 30000 revisions, however with this call I am only getting 363 results.
Can anyone please check this ?
Dropping rvstartid and rvendid yields all revisions.
You need to keep in mind that the earliest revision is the one with the lowest *timestamp*, but that doesn't necessarily correspond to the lowest *revision ID*.
Roan Kattouw (Catrope)