Search Syntax Guide

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

Field Prefixes

PrefixFieldExample
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
a: or c:Attributea:fire, c:fw
atk:ATKatk>=1000
def:DEFdef>=1000
cost:Total costcost>=5, cost:3
s: or set:Set codes:NWE, s:cmf
rarity:Rarityrarity:SR, rarity:Marvel Rare
div:Divinitydiv>=3
is:Special flagsis:ruler, is:jruler, is:stone, is:paradox
kw:Keyword abilitykw:flying

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
:Containst:resonator
=Exact matchrarity=SR
> < >= <=Numeric comparisonatk>=1000
- (prefix)Negation (NOT)-t:ruler

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