Cards Api
https://scryfall.com/docs/api/cards
Constructors
Functions
Returns a Catalog-like object containing up to 20 full English card names that could be autocompletions of the given string parameter. If q is less than 2 characters long, or if no names match, the result will contain 0 items. https://scryfall.com/docs/api/cards/autocomplete
Returns a single card with the given cardmarket_id, also known as the idProduct" or the Product ID on Cardmarket’s APIs. https://scryfall.com/docs/api/cards/cardmarket
Returns a single card with the given MTGO ID (also known as the Catalog ID). The ID can either be the card’s mtgo_id or its mtgo_foil_id. https://scryfall.com/docs/api/cards/mtgo
Returns a single card with the given Multiverse ID. If the card has multiple multiverse IDs, this method can find either of them. https://scryfall.com/docs/api/cards/multiverse
Returns a single card with the given set code and collector number. You may optionally also append a lang part to the URL to retrieve a non-English version of the card. https://scryfall.com/docs/api/cards/collector
Returns a single card with the given tcgplayer_id or tcgplayer_etched_id, also known as the productId on TCGplayer’s API. https://scryfall.com/docs/api/cards/tcgplayer
Accepts a JSON array of card identifiers, and returns a List object with the collection of requested cards. A maximum of 75 card references may be submitted per request. The request must be posted with Content-Type as application/json. https://scryfall.com/docs/api/cards/collection
Returns a Card based on a name search string. The server allows misspellings and partial words to be provided. For example: jac bele will match Jace Beleren. https://scryfall.com/docs/api/cards/named
Returns a List object containing Cards found using a fulltext search string. This string supports the same fulltext search system that the main site uses. https://scryfall.com/docs/api/cards/search https://scryfall.com/docs/syntax
Searches for cards using the DSL query builder instead of a raw query string.