获取维基媒体中特定类别的所有图像

Get all images in a specific category in wikimedia

我正在寻找一种有效的方法来获取维基共享资源中特定类别的所有图像。

Example : https://commons.wikimedia.org/wiki/Commons:Quality_images

下图属于上述类别: https://commons.wikimedia.org/wiki/File:Gull_portrait_ca_usa.jpg

如何获取该类别中所有图片的链接?

最终我将使用图像 url 查询 api 以获得原始图像的直接链接。

https://en.wikipedia.org/w/api.php?action=query&titles=File:Gull_portrait_ca_usa.jpg&prop=imageinfo&iiprop=url&format=json

图像将用于 ML 数据集

Commons:Quality images 不是 category, it's a page in the project namespace

如果您想要该页面中包含的所有图像,您可以使用 images API:

https://commons.wikimedia.org/w/api.php?action=query&prop=images&titles=Commons:Quality%20images&imlimit=500&format=json&utf8