YGOPRODeck · JSON Structure

Ygoprodeck Api Card Price Structure

Marketplace prices for a card (USD, stringified decimal).

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

CardPrice 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

cardmarket_price tcgplayer_price ebay_price amazon_price coolstuffinc_price

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-card-price-structure.json",
  "name": "CardPrice",
  "description": "Marketplace prices for a card (USD, stringified decimal).",
  "type": "object",
  "properties": {
    "cardmarket_price": {
      "type": "string",
      "description": "Cardmarket price (USD).",
      "example": "0.02"
    },
    "tcgplayer_price": {
      "type": "string",
      "description": "TCGplayer price (USD).",
      "example": "0.24"
    },
    "ebay_price": {
      "type": "string",
      "description": "eBay price (USD).",
      "example": "0.99"
    },
    "amazon_price": {
      "type": "string",
      "description": "Amazon price (USD).",
      "example": "14.45"
    },
    "coolstuffinc_price": {
      "type": "string",
      "description": "CoolStuffInc price (USD).",
      "example": "0.39"
    }
  }
}