Markos Gogoulos schreef: > Dear all, > > using the wikipedia api one can get a list with images an article > contains (title, touched, lastrevid). Is it possible to get the > image's width and height at the moment? If not, would it be possible, > in future revisions? Sure, use a generator:
api.php?action=query&titles=Foo&generator=images&prop=imageinfo&iiprop=user|timestamp|size (you can add more properties to iiprop if you want, see [1] for a complete list) Roan Kattouw (Catrope) [1] http://www.mediawiki.org/wiki/API:Query_-_Properties#imageinfo_.2F_ii _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
