Search Syntax Guide
Type words to search by card name, or use prefixes to search specific fields.
Field Prefixes
| Prefix | Field | Example |
name: or n: | Card name | name:reflect, name="Reflect, Child of Potential" |
t: or type: | Card type or race | t:resonator, t:dinosaur |
r: or race: | Race | r:dragon, r:fairy tale |
o: | Card text (abilities) | o:flying, o:quickcast |
kw: or keyword: | Keyword ability (alias for o:) | kw:flying |
a:, c:, or color: | Attribute | a:fire, c:fw |
atk: or pow: | ATK | atk>=1000 |
def: or tou: | DEF | def>=1000 |
cost:, cmc:, or mv: | Total cost (converted mana cost) | cost>=5, cost:3 |
s:, set:, or e: | Set code (wildcards supported) | s:NWE, s:World* |
g: or group: | Card group / cluster | g:alice |
rarity: | Rarity (R, SR, MR, U, C, N, XR, ...) | rarity:SR, rarity:R |
div: | Divinity | div>=3 |
artist:, illustrator:, or illus: | Illustrator | artist:"Kairi Miura" |
format: or f: | Legal in format | format:paradox, f:abc |
banned: | Banned in format (wanderer, paradox, abc, golden, or any) | banned:paradox, banned:any |
is: | Special flags (see below) | is:ruler, is:banned |
is: Values
| Value | Meaning |
is:ruler | Ruler type (includes Basic Ruler) |
is:jruler / is:j-ruler | J-Ruler (includes Basic J-Ruler) |
is:subruler | Sub-Ruler |
is:warden | Warden |
is:order | Order |
is:stone | Magic Stone (any variant) |
is:basic / is:special / is:true | Basic / Special / True-prefixed types |
is:banned | Banned in any format |
is:paradox / is:abc / is:golden | Legal in the named format (same as format:) |
Attribute Shortcuts
| 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.
Operators
Boolean Logic
Multiple terms are combined with AND by default. Use or between terms for OR logic. Use parentheses to group OR conditions.
Examples