Timothy Hunt schreef:
I know that I can find what categories a page is in using api.php? action=query&titles=Pagename&prop=categories but how do I get all the pages that have are members of a particular category? I'm guessing the format would be something like api.php?action=query&titles=Category:Foo&property=SOMEPROPERTY, assuming it's implemented.
Thanks,
Timothy
api.php?action=query&list=categorymembers&cmcategory=Foo
In the future, please look at api.php?action=help first.
Roan Kattouw