You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl "https://api.scryfall.com/cards/named?fuzzy=Teysa+of+the&format=text" -X GET
{
"object": "error",
"code": "not_found",
"status": 404,
"details": "No cards found matching “Teysa of the”"
}
Cards exclusive to Alchemy sets must be invoked using their full name, even if there is a set postfix for the alchemy set. e.g:
[[Teysa of the]] finds 0 cards
[[Teysa of the|YOTJ]] finds 0 cards
[[Teysa of the Ghost Council]] finds 1 cards
"Teysa of the" as a name search on scryfall proper returns 1 card
The text was updated successfully, but these errors were encountered: