Search Syntax

Search Yu-Gi-Oh! cards by name, card text, type, race, subtype, attribute, stats, archetype, price, format, and other properties.

Basics

Entering normal words performs a general text search.

Dark MagicianTry it

Prefix a value with a field name to make the search more specific.

name:"Dark Magician"Try it

Type, Race, and Subtype

The type: field searches the card's human-readable type, race, and subtype values together. Use race: or subtype: when you need to target only the subtype collection.

SearchMatches
type:dragonCards with Dragon in their card type, race, or subtype values
type:effectEffect Monster and other card types containing "effect"
race:dragonCards whose subtype collection contains Dragon
subtype:tunerCards whose subtype collection contains Tuner
Use type: or its short aliast: for the broadest classification search. Existing race: and subtype:searches remain available for more specific queries.

Comparison Operators

OperatorMeaningExample
:Containsrace:dragon
=Equalatk=3000
!=Not equallevel!=4
>Greater thanatk>3000
>=Greater than or equalatk>=2500
<Less thanprice<10
<=Less than or equallevel<=4

Search Operators

Combine, exclude, negate, and group search conditions. Operator names are case-insensitive.

OperatorMeaningExample
SpaceImplicit AND; every adjacent condition must matchtype:dragon attribute:light
-Exclude the following term or parenthesized grouptype:dragon -attribute:dark
ORMatch either the expression before or after ORtype:dragon OR type:spellcaster
NOTNegate the following term or parenthesized grouptype:dragon NOT attribute:dark
( )Group conditions and control how OR, NOT, and AND combine(type:dragon OR type:spellcaster) attribute:light

Quoted Values

Use quotes when a search value contains spaces.

name:"Blue-Eyes White Dragon"Try it
archetype:"Blue-Eyes"Try it

Text Fields

FieldAliasesDescriptionExample
searchFull-text card name and description searchsearch:"Dark Magician"
nameCard namename:"Dark Magician"
descriptiono, textGeneral card descriptiondescription:"Special Summon"
monsterMonster textmonster:"Special Summon"
pendulumPendulum textpendulum:"Pendulum Zone"
typetCard type, race, or subtypetype:effect
racerMonster race such as Dragon or Spellcasterrace:dragon
subtypesub, sub_typeSubtype value such as Dragon, Normal, Tuner, etc.subtype:normal
attributeattr, aMonster attributeattribute:dark
frameft, frametype, frame_typeCard frame typeframe:effect
archetypearchCard archetypearchetype:"Blue-Eyes"
formatfmt, f, legalSupported formatformat:tcg
tagtags, tagcode, tag_codeCard tag code, name, or descriptiontag:deck2hand
rarityMaster Duel rarityrarity:UR
directionLink arrow directiondirection:"Top-Right"

Numeric Fields

FieldAliasesDescriptionExample
idpasscode, pwCard IDid=89631139
attackatkMonster ATKatk>=2500
defensedefMonster DEFdef>=2000
levellvlMonster levellevel=8
rankXyz rankrank>=4
linkLink ratinglink>=3
scaleps, pendulumscale, pendulum_scalePendulum scalescale>=8
genesysgp, points, genesyspoints, genesys_pointsGenesys pointsgenesys<=100

Release Dates

Search a card's first print or release date using a full date or a partial year and month. Supported formats areYYYY, YYYY-MM, andYYYY-MM-DD.

FieldAliasesDescriptionExample
releaseddateFirst print or release datereleased:2002-03

Prices

FieldAliasesDescriptionExample
tcgplayerprice, tcgTCGPlayer priceprice<10
cardmarketcmCardmarket pricecardmarket<10
ebayeBay priceebay<10
amazonAmazon priceamazon<10
coolstuffincCoolStuffInc pricecoolstuffinc<10

Search Limits

Maximum query size512 UTF-8 bytes
Maximum tokens64
Maximum terms32
Maximum nesting8 levels

Prefer a graphical search builder?

Build the same search using the Advanced Search page.

Advanced Search