2010/4/13 Xiujun Li nklixiujun@gmail.com:
Hi, all,
I am now working on Wikipedia, but I met a question like this: see an example first: http://fr.wikipedia.org/w/api.php?action=query&prop=revisions&pageid...
Currently, in my database, there are many pages like this with "pageid="***", missing=""/"
Does this mean that this page is deleted page? or something else?
It means it doesn't exist (or not anymore). You're explicitly passing &pageids=1377 so you're asking for data about page ID 1377. The API is telling you that it failed to find a page with pageID 1377, hence the "missing".
Roan Kattouw (Catrope)