Select TCG
View additional syntax options for a particular tcg
Operators
Search terms are combined with "and" by default. Meaning a
search must meet all consecutive requirements. Instead you can
use the
or
operator when you want one term or another to be considered. You can group considtions with parenthesis. You may nest conditions as well.The not operator is represented with a minus sign:
-
Place this in front of a condition to negate it.n:moana or n:maui
(n:moana) or (tcg:mtg (n:apple or (n:pear -n:spear))
Number fields support traditional numeric operators including:
=
<
<=
>
>=
These operators can be used in place of the colon :
Using the colon is equivalent to using the equal operator.cost>=3
cost>=3 cost<=6 -cost=4
An exception to this is the collector number filter
num:
Since certain cards have alphanumeric collector numbers, the num field cannot be used with the traditional numeric operators.num:3
num:75s
TCG Code
You can find cards for a specific tcg using
tcg:
The currently availble tcg shorthands are:
MANY - All TCGsFAB - Flesh and BloodLCN - LorcanaMTG - Magic: The GatheringONE - One PiecePKM - PokémonSWU - Star Wars: UnlimitedYGO - Yu-Gi-Oh!
tcg:mtg
tcg:many
tcg:many -tcg:mtg
Name / Title
Search within the card name / title line for cards with
n:
or by using name:
or by using title:
Extended title are included for tcgs like Lorcana. (example: "Moana - Born Leader")
n:moana
name:moana -n:voyager
Card Text
Search within the card text with
o:
or by using oracle:
or by using text:
Keyword / ability definitions are included in the card text by default and currently cannot be excluded.
o:draw
oracle:"whenever a permanent" c:u
Cost
Find cards for a specific cost using
cost:
cost:3
cost>3
Type Line
Search the type line for cards with
t:
or by using type:
The type line includes supertypes, type, and subtypes for most tcgs.
t:creature
t:"legendary creature" -t:zombie
Flavor Text
Search a card's flavor text with
ft:
or by using flavor:
ft:choke
"Flip" Cards
Find cards that are dual sided, flip, or multi-cards with
is:flip
is:flip
Rarity
Filter on the rarity of a card with
r:
or by using rarity:
r:mythic
r:enchanted
Set Code / Set Name
Search for cards released in a certain set
setcode:
or use setname:
to search for cards by set namesetcode:blb
setname:"Azurite Sea"
Price / Price Foil
Find cards within a certain price range with
p:
for price and pf:
for price foil Prices are in cents. For example, 1000 is $10.00p<200
p<=500 or pf<=600