Search Syntax Guide

Type words to search by card name, or use prefixes to search specific fields.

Field Prefixes

PrefixFieldExample
name: or n:Card namename:reflect, name="Reflect, Child of Potential"
t: or type:Card type or racet:resonator, t:dinosaur
r: or race:Racer: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:Attributea:fire, c:fw
atk: or pow:ATKatk>=1000
def: or tou:DEFdef>=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 / clusterg:alice
rarity:Rarity (R, SR, MR, U, C, N, XR, ...)rarity:SR, rarity:R
div:Divinitydiv>=3
artist:, illustrator:, or illus:Illustratorartist:"Kairi Miura"
format: or f:Legal in formatformat: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

ValueMeaning
is:rulerRuler type (includes Basic Ruler)
is:jruler / is:j-rulerJ-Ruler (includes Basic J-Ruler)
is:subrulerSub-Ruler
is:wardenWarden
is:orderOrder
is:stoneMagic Stone (any variant)
is:basic / is:special / is:trueBasic / Special / True-prefixed types
is:bannedBanned in any format
is:paradox / is:abc / is:goldenLegal in the named format (same as format:)

Attribute Shortcuts

ShortcutAttribute
f or fireFire
wa or waterWater
w or windWind
l or lightLight
d or darknessDarkness
v or voidVoid

Combine letters for multi-attribute: c:fw finds cards with both Fire and Wind.

Operators

OperatorMeaningExample
:Contains (substring)t:resonator
=Exact matchrarity=SR, name="Reflect, Child of Potential"
> < >= <=Numeric comparisonatk>=1000
- (prefix)Negation (NOT)-t:ruler
!"Name"Exact card name (shortcut for name="Name")!"Thunder"

Boolean Logic

Multiple terms are combined with AND by default. Use or between terms for OR logic. Use parentheses to group OR conditions.

t:resonator a:fire // fire resonators (AND) t:chant or t:addition // chants OR additions o:quickcast (o:destroy or o:remove) // quickcast cards that destroy or remove o:"enter >>>" // exact phrase in quotes -t:ruler s:NWE // NWE cards that aren't rulers

Examples

mikage // name contains "mikage" t:resonator a:fire atk>=1000 // fire resonators, 1000+ ATK o:flying s:NWE // NWE cards with "flying" r:dragon cost<=3 // cheap dragons is:ruler // all ruler cards rarity:SR set:CMB // SR rarity from CMB artist:"Kairi Miura" is:ruler // rulers drawn by Kairi Miura banned:paradox // banned in Paradox