YGOPRODeck · JSON Structure

Ygoprodeck Api Monster Values Structure

Valid values for monster filters.

Type: object Properties: 5
GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

MonsterValues is a JSON Structure definition published by YGOPRODeck, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type race attributes level linkmarkers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/yu-gi-oh/refs/heads/main/json-structure/ygoprodeck-api-monster-values-structure.json",
  "name": "MonsterValues",
  "description": "Valid values for monster filters.",
  "type": "object",
  "properties": {
    "type": {
      "type": "array",
      "description": "All monster types.",
      "items": {
        "type": "string"
      }
    },
    "race": {
      "type": "array",
      "description": "All monster races.",
      "items": {
        "type": "string"
      }
    },
    "attributes": {
      "type": "array",
      "description": "All monster attributes.",
      "items": {
        "type": "string"
      }
    },
    "level": {
      "type": "array",
      "description": "Valid monster levels / ranks.",
      "items": {
        "type": "int32"
      }
    },
    "linkmarkers": {
      "type": "array",
      "description": "Valid link marker positions.",
      "items": {
        "type": "string"
      }
    }
  }
}