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 want | What to type | Example |
|---|
| Cards from a set | set: | set:MH2 or set:"Obsidian Flames" |
| Cards by rarity | r: | r:mythic, r:rare, r:uncommon |
| Cards above a price | price> | price>50 |
| Cards below a price | price< | price<1 |
| Playsets (4+ copies) | qty>= | qty>=4 |
| Exact quantity | qty= | qty=1 (singletons) |
| Foil cards | foil:true | foil:true or is:foil |
| Non-foil cards | foil:false | foil:false or is:nonfoil |
| Double-faced cards | layout: | layout:dfc, layout:flip |
| By card number | # | #142 |
| By collector number prefix | cn: | cn:25 |
| Scope to a game | game: | 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 want | What to type | Example |
|---|
| Cards by HP | hp: | hp:>200, hp:=120 |
| Cards by stage | stage: | stage:basic, stage:stage2 |
| Cards by energy type | energy: | energy:fire, energy:water |
Yu-Gi-Oh
| What you want | What to type | Example |
|---|
| Cards by ATK | atk: | atk:>3000, atk:>=2500 |
| Cards by DEF | def: | def:>2000 |
| Cards by attribute | attribute: | attribute:dark, attribute:light |
| Cards by monster type | monstertype: | monstertype:dragon |
Lorcana
| What you want | What to type | Example |
|---|
| Cards by ink type | ink: | ink:sapphire, ink:amber |
| Cards by ink cost | cost: | cost:>5, cost:<=3 |
| Cards by willpower | willpower: | willpower:>4 |
| Cards by strength | strength: | strength:>3 |
| Cards by lore | lore: | lore:>2 |
One Piece
| What you want | What to type | Example |
|---|
| Cards by power | power: | power:>8000 |
| Cards by color | color: | color:yellow, color:red |
| Cards by cost | cost: | cost:>3 |
| Cards by card type | cardtype: | cardtype:leader |
| Cards by attribute | attribute: | attribute:slash |
| Cards by subtype | subtype: | 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.
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