XML feed for the Category Watchlist is available at http://svick.org/CatWatch.aspx/XmlList.
Parameters
edit- listName – required, for what list (created by the process here) are changes displayed
- maxItems – optional, the maximum count of changes displayed, default is 50
- start – optional, since when to display changes, default is 24 hours ago, format: ISO 8601 combined date and time in UTC, e.g. 2009-11-28T18:15Z
If parameter maxItems is 0, it is considered unlimited.
Example URL: http://svick.org/CatWatch.aspx/XmlList?listName=Example&maxItems=300&start=2009-11-28T18:15Z
Example output
edit<catwatch>
<list name="Example">
<changes max_items="2" start="2009-11-28T18:15:00Z">
<cc page="Bartholomew Kubat" category="Charles University in Prague" project="en.wiki.x.io" change="removed" timestamp="2009-11-28T18:18:15Z"/>
<cc page="Argand system" category="Mathematics" project="en.wiki.x.io" change="added" timestamp="2009-11-28T18:15:41Z"/>
</changes>
</list>
</catwatch>