Posted August 24, 2020
high rated
mr_dito: Does someone know where to find the boxart images (= cover image used in Galaxy) for the owned games?
Former gog-db.info had provided respective image links, Yepoleb's gogdb.org unfortunately misses this information.
You can find them using this API link; Former gog-db.info had provided respective image links, Yepoleb's gogdb.org unfortunately misses this information.
https://api.gog.com/v2/games/1499274528
Just replace the number at the end with the ID for the game you want (from GOG database if you don't know it or know where to get it) and look for the link to "boxArtImage" like this: "boxArtImage":{"href":"https:\/\/images.gog-statics.com\/1685d6473cd40e63fd75cf22284e3fcde4daf4e176a1b511d5381 0cb9e570bc7.jpg"}
If you know what you're doing you could write a script to extract it pretty easily, otherwise just find it on the page (it's usually not too difficult to spot it).
Hope that helps! :)