Type words to search by card name, or use prefixes to search specific fields.
| Prefix | Field | Example |
|---|---|---|
t: or type: | Card type | t:resonator |
o: or oracle: | Rules text | o:flying |
a: or c: | Attribute (color) | a:fire |
atk: or pow: | Attack | atk>=1000 |
def: or tou: | Defense | def>=1000 |
cost: or cmc: | Total cost | cost>=5 |
s: or set: | Set code | s:NWE |
r: or rarity: | Rarity | r:sr |
race: | Race / creature type | race:dragon |
div: | Divinity | div>=3 |
is: | Special flags | is:ruler, is:jruler, is:stone |
kw: | Keyword ability | kw:flying |
| Shortcut | Attribute |
|---|---|
f or fire | Fire |
wa or water | Water |
w or wind | Wind |
l or light | Light |
d or darkness | Darkness |
v or void | Void |
Combine letters for multi-attribute: c:fw finds cards with both Fire and Wind.
| Operator | Meaning | Example |
|---|---|---|
: | Contains | t:resonator |
= | Exact match | r=SR |
> < >= <= | Numeric comparison | atk>=1000 |
- (prefix) | Negation (NOT) | -t:ruler |
Multiple terms are combined with AND by default. Use or between terms for OR logic.
t:resonator a:fire // fire resonators (AND)
t:chant or t:addition // chants OR additions
o:"enter >>>" // exact phrase in quotes
-t:ruler s:NWE // NWE cards that aren't rulers
mikage // name contains "mikage"
t:resonator a:fire atk>=1000 // fire resonators, 1000+ ATK
o:flying s:NWE // NWE cards with "flying"
race:dragon cost<=3 // cheap dragons
is:ruler // all ruler cards
r:sr set:CMB // SR rarity from CMB