"Roan Kattouw" roan.kattouw@home.nl wrote in message news:48E61CBF.4010408@home.nl...
The API can currently tell if and how a given page is protected, but it doesn't provide a list of protected pages.
I never expected to be giving *you* lessons on how to use the API, Roan, but...
http://en.wikipedia.org/w/api.php?action=query&list=allpages&apprtyp...
will list pages that are edit-protected; if you use it as a generator, with prop=info&inprop=protection, you can get the specific type of protection; if you use apprtype=edit&apprlevel=sysop, you get only fully-protected pages. There's also apprtype=move for move-protected pages, and so on.
Russ