I would like to use the wikipedia API to return the extract from multiple wikipedia articles at once. I am trying, for example, the following request (I just chose the pageids randomly):
But it only contains the extract for the first pageid, and not the second. Other properties seem not to have this limitation. For example
http://en.wikipedia.org/w/api.php?format=xml&action=query&pageids=3258248|11524059&prop=categories
will return the categories for both pageids. Is this a bug, or am I missing something?