[10:55:03] Hi, is there an API to return structured data of an image and the categories an images is in? [10:55:03] basically the result of https://commons.wikimedia.org/wiki/File:President_Barack_Obama.jpg as an API [10:55:04] Right now I'll have to call the imageinfo API, example https://commons.wikimedia.org/w/api.php?action=query&prop=imageinfo&titles=File:President_Barack_Obama.jpg&iiprop=dimensions|mime|extmetadata|url [10:55:04] then call the fileusage API https://commons.wikimedia.org/w/api.php?action=query&prop=fileusage&titles=File:President_Barack_Obama.jpg [10:55:05] then call the pageprops API https://en.wikipedia.org/w/api.php?action=query&prop=pageprops&titles=President%20of%20the%20United%20States%7CBarack%20Obama%7CCategory:Barack%20Obama [10:55:05] just to extract from a File, the structured data with prominent depicts + pages where the file is used + wikiID (Qids) [17:38:38] Fabi