I'm trying to query all images of cats (as an example) from Wikimedia Commons.
The way I thought about going about this is first search for the Cat page which is here (I don't know how to find this out programmatically, maybe redirects?):
https://commons.wikimedia.org/wiki/Felis_silvestris_catus
Hence to get the images I would just need to do this:
This would return what I want. However the same search for Cat returns nothing even though Cat redirects to Felis_silvestris_catus.
Does anyone know if there is any simple way to do an image search on Wikimedia Commons just starting with "Cat" that would return Cat images and if there isn't what's the best that can be done?
I've been looking at the API for hours but I can't seem to figure it out.