Scryfall
banner
scryfall.com
Scryfall
@scryfall.com
Stellar search, deckbuilding tools, images, and more for Magic: The Gathering.
Main site: https://scryfall.com
Patreon: https://patreon.com/scryfall
Thank you! That's fixed.
November 11, 2025 at 12:18 AM
We saw it! 🥷 But it's fine to make mistakes and learn! Tai vs Ti is an easy mistake too.
November 10, 2025 at 10:18 PM
That's a small “i” in ティーダ, modifying the 'ta' into 'ti'. So that just reads as “Tida”, or phonetically like “Tee-da”.
November 10, 2025 at 7:51 PM
Shout-out as well that if you notice severe issues with the new Gatherer system, we're tracking them here, and you can file issues here too.

(But note these reports are tracking issues seen in Gatherer, not in Scryfall!)

github.com/scryfall/gat...
scryfall/gatherer-bugs
A public repository tracking bugs on gatherer.wizards.com - scryfall/gatherer-bugs
github.com
November 10, 2025 at 3:47 PM
If all goes well, though, we might be able to expand our catalogue with new data, since the new Gatherer seems to have more coverage for localized cards than before, although we're still navigating the new system.
November 10, 2025 at 3:47 PM
Some notable issues you'll see for now:
• There's no link to the Gatherer page. The new version of Gatherer broke our existing method of linking to card pages.
• No type lines were localized at all. The data's missing for them on Gatherer.
November 10, 2025 at 3:47 PM
That's resolved now! TLE cards are now correctly marked as reprints (or not reprints).

scryfall.com/search?q=e%3...
e:tle cn≥62 is:reprint
43 Magic cards found where the set is “tle” and the collector number >= 62 and the cards are reprints
scryfall.com
November 10, 2025 at 3:45 PM
If you see any serious issues with rulings or localized text in these sets, please let us know so we can work on fixing it. The issue might be on Gatherer itself though, in which case we might not be able to fix it.
November 10, 2025 at 3:44 PM
A new version of Gatherer launched shortly before Final Fantasy's release, which meant we could no longer import any of this data. It took us a while before we could get this running again. This version of Gatherer is much more than a new coat of paint; the whole database is different to before.
November 10, 2025 at 3:44 PM
You should also be aware that Multiverse IDs are presently compromised and/or buggy as a key on the new Gatherer. This mens we're not recording them for new cards yet.

We've observed multiple cards being assigned the same multiverse ID, which shouldn't happen. More info: github.com/scryfall/gat...
Multiverse IDs duplicated / untrustworthy · Issue #241 · scryfall/gatherer-bugs
https://gatherer.wizards.com/EOE/en-us/1/anticausal-vestige Has multiverseId → 532323 https://gatherer.wizards.com/EOE/ja-jp/1/anticausal-vestige Also has multiverseId → 532323 https://gatherer.wiz...
github.com
November 10, 2025 at 3:38 PM
We're investigating. o7
November 10, 2025 at 12:57 PM
Our scanning guidelines (which help produce the best scans) are here. o/ scryfall.com/docs/scannin...

If you have a flatbed scanner, prefer that over a printer-scanner. The best scans we've ever seen are from a CanoScan LiDE 300 or 400.
Scanning Guidelines
Guidelines for submitting scans to Scryfall
scryfall.com
November 6, 2025 at 1:20 PM
We also literally only found out today whether they even have different collector numbers, which we were waiting to find out.
November 5, 2025 at 8:51 PM
It's right there. You're seeing the DMR print.
November 5, 2025 at 4:19 PM
There's `has:flavor` or `has:ft`, but we'll add `has:flavortext`. o/

scryfall.com/search?q=has...
has:flavor
19,661 Magic cards found where the cards have flavor text
scryfall.com
November 5, 2025 at 2:29 PM
For multiple-word names, the regex gets more complicated. This search is for 3-word card names. See the {2} at the end of the regex? If you want 5-word card names, change that to {4}, If you want 6-word card names, change that to {5}, etc.

scryfall.com/search?q=nam...
name:/^[\w,"'-]+(\s[\w,"'-]+){2}$/
5,746 Magic cards found where the name matches the regex /^[\w,"'-]+(\s[\w,"'-]+){2}$/
scryfall.com
November 5, 2025 at 1:42 PM
Yes! It's not the simplest thing though.

This is all the cards with a one-word name: scryfall.com/search?q=nam...
name:/^[\w-]+$/
3,185 Magic cards found where the name matches the regex /^[\w-]+$/
scryfall.com
November 5, 2025 at 1:42 PM
Sort of? To support the cube we need to know which prints are in the cube, which is information they didn't release and which we have to gather somehow, which isn't a very high priority for us just now.
November 5, 2025 at 1:38 PM
It's a growing pain of Through the Omenpaths that we want to resolve eventually. We've written about that in our blog post here: scryfall.com/blog/through...

The answer for Bayo is to write out more of their name.
Through the Omenpaths added, plus English printed text support · Scryfall Blog
Find out how Scryfall is handling data entry for Through the Omenpaths.
scryfall.com
October 28, 2025 at 2:08 AM
Not a supported feature, sorry!
October 26, 2025 at 1:44 PM
Not yet. They didn't preview any imagery or actual prints, so we're going to need to work out what exactly we're indexing first.
October 25, 2025 at 2:52 AM
Not as a sort, but there is a filter, e.g. here's the cards with a USD foil price of at least $5:
scryfall.com/search?q=usd...
usdfoil>=5
6,850 Magic cards found where the foil USD price >= 5
scryfall.com
October 23, 2025 at 5:40 PM
(is:hybrid also works!)

You can also search for hybrid costs in rules text using a regex:
scryfall.com/search?q=o%3...

(\smh is a custom symbol, the letters standing for scryfall, mana, hybrid.)
o:/\smh/
156 Magic cards found where the text matches the regex /\smh/
scryfall.com
October 22, 2025 at 10:31 AM