Skip to main content
The search bar handles a lot more than card names. You can filter by price, quantity, condition, set, rarity, and more using short operators. If you sell Magic, you can use Scryfall syntax too.

Quick reference

What you wantWhat to typeExample
Cards from a setset:set:MH2 or set:"Obsidian Flames"
Cards by rarityr:r:mythic, r:rare, r:uncommon
Cards above a priceprice>price>50
Cards below a priceprice<price<1
Playsets (4+ copies)qty>=qty>=4
Exact quantityqty=qty=1 (singletons)
Cards by conditioncond:cond:NM, cond:LP, cond:"Near Mint"
Cards by variant or treatmentv:v:holo, game:pokemon_japan v:masterball, v:manga, v:qcsr
Foil cardsfoil:truefoil:true or is:foil
Non-foil cardsfoil:falsefoil:false or is:nonfoil
Double-faced cardslayout:layout:dfc, layout:flip
By card number##142
By collector number prefixcn:cn:25
Scope to a gamegame:game:pokemon
Cards on one of your listslist:list:con-box, list:"Con Box"
Sold-through or delisted cardsis:gonelist:con-box is:gone
Cards you’re watchingis:watchedis:watched, is:watched price>20
These all work for every game in your inventory, not just Magic. condition: is still supported for older saved searches, but cond: is the preferred short form. Do not use c: for condition; in Magic searches, c: means card color. list: matches a list you’ve created (by its slug or name) — lists are explicit sets of cards you assemble from the card detail panel or the “Add results to a list” action, unlike saved searches which re-evaluate a query. Delisted cards are hidden from search by default; is:gone filters to only the cards that are gone — delisted, or sold down to zero copies — useful for auditing what disappeared off a list. is:watched matches cards with an active market watch — ones you watched from the detail panel plus the ones Hoard auto-watches (sealed in stock, recent sales, new listings). The Watched toggle in the Cards filter panel is a shortcut for the same token. Use v: for finish, printing, and treatment variants across games. Hoard checks your inventory row, TCGplayer SKU metadata, condition suffixes, product-name suffixes, and catalog variant data. Examples: v:reverse, v:masterball, v:manga, v:hyperspace, v:overnumbered, v:qcsr, v:"cold foil".

Variant examples by game

Use v: when the label describes the SKU, finish, treatment, or special printing. Use r: when the game treats the label as the card’s actual rarity.
GameGood variant searches
Pokemongame:pokemon v:holo, game:pokemon v:reverse, game:pokemon v:1st, game:pokemon_japan v:masterball
Magicgame:magic v:borderless, game:magic v:showcase, game:magic v:"extended art", game:magic foil:true
One Piecegame:"one piece" v:manga, game:"one piece" v:parallel, game:"one piece" v:"alternate art"
Yu-Gi-Ohgame:yugioh v:qcsr, game:yugioh v:"quarter century secret rare", game:yugioh v:starlight
Lorcanagame:lorcana v:"cold foil", game:lorcana v:oversized
Riftboundgame:riftbound v:overnumbered, game:riftbound v:"alt art", game:riftbound v:"prize wall"
Flesh and Bloodgame:"flesh and blood" v:"cold foil", game:"flesh and blood" v:"rainbow foil", game:"flesh and blood" v:marvel
Star Wars Unlimitedgame:"star wars unlimited" v:hyperspace, game:"star wars unlimited" v:showcase, game:"star wars unlimited" v:serialized
For Pokemon, foil:true only finds rows Hoard can confidently treat as foil. If you are looking for a TCGplayer condition suffix like “Near Mint Holofoil - Japanese”, prefer v:holo plus cond:NM and the right game scope.

Game-specific operators

Each game has its own search operators that match how you think about those cards. Select a game from the product line dropdown first, then use these operators.

Pokemon

What you wantWhat to typeExample
Cards by HPhp:hp:>200, hp:=120
Cards by stagestage:stage:basic, stage:stage2
Cards by energy typeenergy:energy:fire, energy:water

Yu-Gi-Oh

What you wantWhat to typeExample
Cards by ATKatk:atk:>3000, atk:>=2500
Cards by DEFdef:def:>2000
Cards by attributeattribute:attribute:dark, attribute:light
Cards by monster typemonstertype:monstertype:dragon

Lorcana

What you wantWhat to typeExample
Cards by ink typeink:ink:sapphire, ink:amber
Cards by ink costcost:cost:>5, cost:<=3
Cards by willpowerwillpower:willpower:>4
Cards by strengthstrength:strength:>3
Cards by lorelore:lore:>2
Cards by card typecardtype:cardtype:Song, cardtype:Character, cardtype:Location
Inkable vs uninkableinkable:inkable:yes, inkable:no
Cards by keyword abilitykeyword:keyword:Singer, keyword:Evasive, keyword:Shift
Cards by classificationclassification:classification:Princess, classification:Floodborn, classification:Villain
Locations by move costmovecost:movecost:>=2
Ink, classification, and keyword filters match substrings, so ink:Amber finds both single-ink Amber cards and dual-ink pairs like Amber/Steel, and classification:Princess finds every Princess regardless of what else the card is tagged with (Hero, Knight, Storyborn, etc.). Combine them like Scryfall: ink:Amber lore:>=2 inkable:yes cost:<=3 finds every Amber 2+ lore inkable card costing 3 or less.

One Piece

What you wantWhat to typeExample
Cards by powerpower:power:>8000
Cards by colorcolor:color:yellow, color:red
Cards by costcost:cost:>3
Cards by card typecardtype:cardtype:leader
Cards by attributeattribute:attribute:slash
Cards by subtypesubtype:subtype:straw
Numeric operators support >, >=, <, <=, =, and : (equals). Text operators do a case-insensitive match.

Scryfall syntax (Magic)

If you know Scryfall, you can use that syntax directly. Hoard runs these queries locally against its own copy of the Scryfall database, so searches are fast and work even if Scryfall is down.
t:creature c:red cmc<=3
This finds all red creatures with mana value 3 or less that you actually own. You can use any Scryfall operator: t: for type, c: for color, o: for oracle text, f: for format, pow> for power, and so on.

Combining operators

You can mix Hoard’s operators with Scryfall syntax in a single search:
t:legendary foil:true price>20
Hoard resolves everything locally. You don’t need to think about which operators are “Hoard” vs “Scryfall”, just type what you want.

Tips

  • Press Enter on an empty search bar to try whatever example query is showing in the placeholder
  • Press Escape to clear your search and go back to the full inventory
  • Use quotes for multi-word values: set:"Modern Horizons 2" or o:"draw a card"
  • Use cond: for condition filters: cond:NM, cond:LP, cond:"Near Mint"
  • Use v: for variants and treatments; use r: when the game treats the label as rarity
  • Bookmark your most-used searches so you don’t have to type them again