YGOPRODeck · Example Payload

Ygoprodeck Api Card Example

GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

Ygoprodeck Api Card Example is an example object payload from YGOPRODeck, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametypelinetypehumanReadableCardTypeframeTypedescraceatkdeflevelattributelinkvallinkmarkersscalearchetypeygoprodeck_urlcard_setscard_imagescard_pricesmisc_info

Example Payload

Raw ↑
{
  "id": 46986414,
  "name": "Dark Magician",
  "typeline": [
    "Spellcaster",
    "Normal"
  ],
  "type": "Normal Monster",
  "humanReadableCardType": "Normal Monster",
  "frameType": "normal",
  "desc": "The ultimate wizard in terms of attack and defense.",
  "race": "Spellcaster",
  "atk": 2500,
  "def": 2100,
  "level": 7,
  "attribute": "DARK",
  "linkval": 4,
  "linkmarkers": [
    "Top",
    "Bottom-Left",
    "Bottom-Right"
  ],
  "scale": 4,
  "archetype": "Dark Magician",
  "ygoprodeck_url": "https://ygoprodeck.com/card/dark-magician-4087",
  "card_sets": [
    {
      "set_name": "Legend of Blue Eyes White Dragon",
      "set_code": "LOB-EN001",
      "set_rarity": "Ultra Rare",
      "set_rarity_code": "(UR)",
      "set_price": "6.97"
    }
  ],
  "card_images": [
    {
      "id": 46986414,
      "image_url": "https://images.ygoprodeck.com/images/cards/46986414.jpg",
      "image_url_small": "https://images.ygoprodeck.com/images/cards_small/46986414.jpg",
      "image_url_cropped": "https://images.ygoprodeck.com/images/cards_cropped/46986414.jpg"
    }
  ],
  "card_prices": [
    {
      "cardmarket_price": "0.02",
      "tcgplayer_price": "0.24",
      "ebay_price": "0.99",
      "amazon_price": "14.45",
      "coolstuffinc_price": "0.39"
    }
  ],
  "misc_info": [
    {
      "beta_name": "example",
      "views": 152340,
      "viewsweek": 421,
      "upvotes": 540,
      "downvotes": 12,
      "formats": [
        "TCG",
        "OCG",
        "Master Duel"
      ],
      "treated_as": "example",
      "tcg_date": "2002-03-08",
      "ocg_date": "1999-02-04",
      "konami_id": 4007,
      "has_effect": 0,
      "md_rarity": "UR",
      "genesys_points": 100,
      "question_atk": 2500,
      "question_def": 2100,
      "staple": "example"
    }
  ]
}