YGOPRODeck · Example Payload

Ygoprodeck Api Card Misc Info Example

GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

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

Top-level fields

beta_nameviewsviewsweekupvotesdownvotesformatstreated_astcg_dateocg_datekonami_idhas_effectmd_raritygenesys_pointsquestion_atkquestion_defstaple

Example Payload

Raw ↑
{
  "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"
}