AlanOC91/YGOPRODeck

missing cropped image

Closed this issue · 2 comments

this card give's 404 when click on cropped image.

https://ygoprodeck.com/card/armed-and-ready-13213

There are many where the cropped image isnt available yet, usually new OCG releases, eg: https://ygoprodeck.com/card/despian-luluwalilith-13690

There's no manifest available in the API, and no entries to indicate whether images exist, so your best option is to query the cropped image endpoint and check if the response contains a valid image.

yep, im doing this, im uploading cropped images to a cdn to release the API request and saving a status sucess or error when cropped isnt available.