Updated Custom Picture Download URLs (markdown)

skwerlman
2019-05-18 18:05:22 -04:00
parent 167a7af79e
commit 455e24ffb3

@@ -42,7 +42,7 @@ Example URLs:
+ `https://api.scryfall.com/cards/!set:uuid!?format=image&face=!prop:side!` fetches a card from scryfall based on its scryfall id, selecting the correct cardface
+ `http://gatherer.wizards.com/Handlers/Image.ashx?type=card&multiverseid=!cardid!` fetches from WOTC's website based on its multiverse id, lower quality
+ `https://api.scryfall.com/cards/!setcode_lower!/!set:num!/!sflang!?format=image&face=!prop:side!` searches for the setcode and setnumber together with the language, fetches an image in the currently set language. The `!sflang!` property can be manually set to a language shorthand to separate it from the current language setting.
+ `https://img.scryfall.com/cards/small/!sflang!/!setcode_lower!/!set:num!.jpg` fetches a small image instead of a large one. Based on the language, setcode, and setnumber. Unfortunately fails on multisided cards because the a/b isn't appended.
+ `https://api.scryfall.com/cards/!set:uuid!?format=image&face=!prop:side!&version=small` fetches a small image instead of a large one. Based on its scryfall id, selecting the correct cardface.
See scryfall's [api documentation](https://scryfall.com/docs/api) for more information.