YGOPRODeck · Example Payload

Ygoprodeck Api Card Values Example

GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

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

Top-level fields

typesMONSTERSPELLTRAPSKILL

Example Payload

Raw ↑
{
  "types": [
    {
      "name": "Effect Monster",
      "group": "MONSTER",
      "sortGroup": 2,
      "area": [
        "MAIN",
        "SIDE"
      ]
    }
  ],
  "MONSTER": {
    "type": [
      "Normal Monster"
    ],
    "race": [
      "Spellcaster"
    ],
    "attributes": [
      "DARK"
    ],
    "level": [
      7
    ],
    "linkmarkers": [
      "example"
    ]
  },
  "SPELL": {
    "type": [
      "Normal Monster"
    ],
    "race": [
      "Spellcaster"
    ]
  },
  "TRAP": {
    "type": [
      "Normal Monster"
    ],
    "race": [
      "Spellcaster"
    ]
  },
  "SKILL": {
    "type": [
      "Normal Monster"
    ],
    "race": [
      "Spellcaster"
    ]
  }
}