get_card_by_id | R Documentation |
Retrieve a card from the Scryfall API using the card's ID.
get_card_by_id( id, type = "scryfall", format = NULL, face = NULL, version = NULL, set = NULL )
id |
ID value(s) to search for. |
type |
Which ID type to use ("scryfall" (default), "mtgo", "arena", "collector", "multiverse"). |
format |
Which format should be retrieved. |
face |
Which card face to return. |
version |
Which image version to return ("" (default), "small", "normal", "large"). |
set |
Which set to request (Optional). |
A tibble containing card information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.