/yugioh

Primary LanguagePython

YGOPRODECK API Wrapper

Installation

You can install it with pip3:

Usage

Get card by name:

Get card by ID:

All cards with magician in their name:

Monster Attributes

Attribute Description
name The card's name
archetype The card's archetype
attack The card's attack points
attribute The card's attribute
defense The card's defense points
description The card's description
id The card's ID
level The card's level
race The card's "race"
type Monster/Normal card
cardmarket_price The card's Cardmarket price
tcgplayer_price The card's Tcgplayer price
ebay_price The card's eBay price
amazon_price The card's Amazon price
ebay_price The card's eBay price
coolstuffinc_price The card's CoolStuffInc price

Spell/Trap/Skill Attributes

Attribute Description
description The card's description
id The card's ID
name The card's name
type The card's type
race The card's "race"
cardmarket_price The card's Cardmarket price
tcgplayer_price The card's Tcgplayer price
ebay_price The card's eBay price
amazon_price The card's Amazon price
ebay_price The card's eBay price
coolstuffinc_price The card's CoolStuffInc price

Please report all issues here.