![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
gatherer - searches the Magic: The Gathering online card database
SYNOPSIS
gatherer -term [STRING] { -set [STRING] -color [STRING] -type [STRING]
-display [STRING] -sort [STRING] }
DESCRIPTION
Searches the Magic: The Gathering online card database.
This command allows for more advanced search options, including
filtering based on set, color, and card type. It also provides
options for changing the output, both by selecting the verbosity
as well as sort order.
-term is the only required parameter. -set, -color, -type,
-display, and -sort are optional. If no parameter is passed their
default values will be used.
-set, -color, -type, -display, and -sort all use specified keywords
for filtering, and must be used as follows (defaults are in parentheses):
Options for -set (Allsets):
LimitedEditionAlpha
LimitedEditionBeta
UnlimitedEdition
RevisedEdition
FourthEdition
FifthEdition
ClassicSixthEdition
SeventhEdition
EighthEdition
BeatdownBoxSet
BattleRoyaleBoxSet
Unglued
Starter2000
Starter1999
PortalThreeKingdoms
PortalSecondAge
Portal
Chronicles
ArabianNights
Antiquities
Legends
TheDark
FallenEmpires
IceAge
Homelands
Alliances
Mirage
Visions
Weatherlight
Tempest
Stronghold
Exodus
UrzasSaga
UrzasLegacy
UrzasDestiny
MercadianMasques
Nemesis
Prophecy
Invasion
Planeshift
Apocalypse
Odyssey
Torment
Judgment
Onslaught
Legions
Scourge
Mirrodin
Darksteel
FifthDawn
Unhinged
ChampionsofKamigawa
BetrayersofKamigawa
SaviorsofKamigawa
NinthEdition
RavnicaCityofGuilds
Guildpact
Standard
Extended
Legacy
Vintage
Prismatic
TribalWars
Singleton
TwoHeadedGiant
RavnicaBlock
KamigawaBlock
MirrodinBlock
OnslaughtBlock
OdysseyBlock
InvasionBlock
MasquesBlock
UrzaBlock
TempestBlock
MirageBlock
IceAgeBlock
UnSets
Options for -color (All):
W (white)
U (blue)
B (black)
R (red)
G (green)
Z (multi-color/gold)
Options for -type (All):
creature
A (artifact)
enchantment
L (land)
instant
sorcery
banned
Options for -display (summary):
summary - Displays Name, cost, type, power/toughness, and set/rarity
spoiler - Displays Name, cost, type, full card text, power/toughness,
and set/rarity
textspoiler - Displays Name, cost, type, full card text, set/rarity,
and power/toughness; all in plain text
textchecklist - Displays Name, cost, and rarity in plain text
oraclespoiler - Displays Name, cost, type, power/toughness, and full
card text without headings
Options for -sort (name):
name
cost
color
type
power
toughness
rarity
There are additional optional parameters to specify the search. They are
all enabled or disabled by using the value 'on' or 'off'.
-searchname (Search card names, default on)
-searchtext (Search card rule texts, default on)
-searchtype (Search card types, default on)
-searchflavor (Search card flavor texts, default off)
-searchartist (Search artist name, default off)
-searchcost (Search mana cost, default off)
-searchpt (Search power/toughness, default off)
EXAMPLES
gatherer -term Shivan Dragon
(This will perform a basic search for Shivan Dragon)
gatherer -term Goblin -color U
(This will perform a search all blue cards with the text 'Goblin')
gatherer -term Ron Spencer -searchartist on
(This will enable a search on all cards with artwork by Ron Spencer)
gatherer -term Shivan Dragon -searchtext off -searchtype off
(This will search for Shivan Dragon only in the card name)
gatherer -searchpt on -term 8/8 -set RevisedEdition
(This searches the Revised Edition for cards with a p/t of 8/8)
AUTHOR
Link Dupont <link (dot) dupont (at) gmail (dot) com>