Przemek Piotrowski schreef:
> Hi,
>
> I want to see rc from 2007-10-09 23:59:59 back to 23:59:00 on  
> pl.wikipedia:
>
> http://pl.wikipedia.org/w/api.php? 
> action=query&list=recentchanges&rcstart=20071009235959&rcstop=2007100923 
> 5900&rcprop=timestamp
The parameter 'rcstop' is really named 'rcend', so you should use 
&rcend=2007100235900. The type thing differentiates between a normal 
edit (type=0), a new page being created (type=1) and a log entry like 
someone moving or deleting a page type=3). What type=2 means I don't 
really know, but I've never seen it happen.

Catrope

_______________________________________________
Mediawiki-api mailing list
[email protected]
http://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to