YGOPRODeck · Example Payload

Ygoprodeck Api Card Type Entry Example

GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

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

Top-level fields

namegroupsortGrouparea

Example Payload

Raw ↑
{
  "name": "Effect Monster",
  "group": "MONSTER",
  "sortGroup": 2,
  "area": [
    "MAIN",
    "SIDE"
  ]
}