YGOPRODeck · Example Payload

Ygoprodeck Api Monster Values Example

GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

Ygoprodeck Api Monster 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

typeraceattributeslevellinkmarkers

Example Payload

Raw ↑
{
  "type": [
    "Normal Monster"
  ],
  "race": [
    "Spellcaster"
  ],
  "attributes": [
    "DARK"
  ],
  "level": [
    7
  ],
  "linkmarkers": [
    "example"
  ]
}