Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tryhoard.com/llms.txt

Use this file to discover all available pages before exploring further.

Advanced search

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)
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
These all work for every game in your inventory, not just Magic.

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

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"
  • Bookmark your most-used searches so you don’t have to type them again