Last modified on 6 July 2014, at 19:59

API:Watch

Tools clipart.png This page is part of the MediaWiki API documentation.
MediaWiki version: 1.18

TokenEdit

To (un)watch a page, a token is required. This token is the same for all pages (and is not different for watch vs unwatch), but changes at every login. Watch/unwatch tokens can be obtained via action=tokens with type=watch (MW 1.20+), or by using the following method:

Obtaining a watch token

Watching and unwatching pagesEdit

Pages can be watched (added to your watchlist) and unwatched (removed from your watchlist) with action=watch. Of course, you can only add and remove pages to/from your own watchlist.

ParametersEdit

  • title: Single page to (un)watch (Deprecated (MW 1.24)+ in favour of titles)
  • titles: List of one or more pages to (un)watch
  • entirewatchlist: If set, unwatches all pages in bulk. This can be useful for some situations with prolific accounts that have accidentally overfilled their watchlists and have trouble managing it. Can only be used along with unwatch parameter. Since 1.24
  • unwatch: If set, unwatch the page. If not set, watch the page.
  • token: Your (un)watch token.

Requests Must be "POST"ed, but for example's sake, "GET"s are used here:

ExamplesEdit

Watching Main Page

Unwatching Dog

Possible errorsEdit

Only the usual stuff.