Look up high-res Gods Unchained cards with transparent background using card.godsunchained.com. All you need to know is the proto id of the card, which can be difficult to find if you don't know where to look.
Finding Proto Id
There are a few ways to look up the proto id of a card.
You can search the card up on the IMX Market and look at the card properties.
https://market.x.immutable.com/assets/0xacb3c6a43d15b907e8433077b6d38ae40936fe2c/6476338
Or search it up on tokentrove or gudecks and check the url.
https://tokentrove.com/collection/GodsUnchainedCards/94-4
https://gudecks.com/cards/94-Demogorgon?quality=4
And there is the gucardbot in the Gods Unchained Discord which also pulls from card.godsunchained.com
card.godsunchained.com url Parameter Breakdown
https://card.godsunchained.com/?id=94&q=4&w=1024&png=true
The url has 4 parameters, the id and quality are mandatory, and width defaults to 512.
id: The proto id of the card, in this case 94 is Demogorgon.
q: The quality of the card, 1=diamond, 2=gold, 3=shadow, 4=meteorite, 5=plain.
w: The width of the card in pixels, only certain numbers like 1024, 512, and 216 work.
png: If true the image format is png, if false the image format is webp.