search
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
Parameters
A fulltext search query. Make sure that your parameter is properly encoded. Maximum length: 1000 Unicode characters.
The strategy for omitting similar cards. See UniqueModes
The method to sort returned cards. See SortingCards
The direction to sort returned cards. See SortDirection
If true, extra cards (tokens, planes, etc) will be included. Equivalent to adding include:extras to the fulltext search. Defaults to false.
If true, cards in every language supported by Scryfall will be included. Defaults to false.
If true, rare care variants will be included, like the Hairy Runesword. Defaults to false.
The page of results to return. Defaults to 1.
The data format to return: json or csv. Defaults to json.
If true, the returned JSON will be prettified. Avoid using for production code.