Skip to main content
The Managem catalog represents both single cards and sealed products as items with a unified schema. This allows our APIs to return consistent data for all types of listings on the marketplace, while also providing the flexibility to include game-specific card details inside the metadata property when relevant.
Item
Card | Product
Unified item type used for indexed documents and exports. The properties displayed below are common to be Card and Product types.

Card

The card type represents a single collectible card on the marketplace. Each card item includes a metadata property that contains game-specific attributes extracted from the card, such as mana cost for Magic: The Gathering or energy type for Pokemon.
Card
object
A single collectible card listing.

Product

The product type represents a sealed product on the marketplace, such as a booster pack, box, or collection. Product items include a contents property that breaks down what is included in the sealed product, such as the number of booster packs or specific promo cards.
Product
object
A sealed product listing such as a pack, box, tin, deck, or case.
URN
string
Unique identifier string for a catalog resource.
Game
enum
The trading card game this item belongs to.
Image
object
Image information for a card, product, or set symbol.
Metadata
array
Additional attributes that provide game-specific item details.
References
object
External platform IDs for item matching and linking.
Series
object
A named release series for sets and items.
Set
object
Set-level details used by cards and products.
{
  "urn": "urn:managem:pokemon:set/miscellaneous/product/blooming-waters-premium-collection-660d2c4b",
  "game": "Pokemon",
  "name": "Blooming Waters Premium Collection",
  "type": "product",
  "count": 1,
  "title": "Miscellaneous: Blooming Waters Premium Collection",
  "images": [
    {
      "url": "https://tcgplayer-cdn.tcgplayer.com/product/609597_in_1000x1000.jpg",
      "urn": "urn:managem:pokemon:set/miscellaneous/product/blooming-waters-premium-collection-660d2c4b/image/0",
      "orientation": "portrait"
    }
  ],
  "contents": [
    {
      "quantity": 1,
      "description": "Venusaur ex"
    },
    {
      "quantity": 1,
      "description": "Blastoise ex"
    },
    {
      "quantity": 1,
      "description": "Bulbasaur"
    },
    {
      "quantity": 1,
      "description": "Squirtle"
    },
    {
      "quantity": 1,
      "description": "Blastoise ex (Oversized)"
    },
    {
      "quantity": 12,
      "description": "Pokémon TCG Booster Packs"
    },
    {
      "quantity": 1,
      "description": "Pokémon TCG Live Code Card"
    }
  ],
  "metadata": [],
  "references": {
    "tcgplayer": "609597"
  },
  "description": "Build your Pokémon TCG deck with powerful Pokémon ex and a collection of Pokémon TCG booster packs.",
  "classification": "Collection"
}
{
  "urn": "urn:managem:pokemon:set/ascended-heroes/card/294",
  "game": "Pokemon",
  "name": "Mega Charizard Y ex",
  "type": "card",
  "title": "Ascended Heroes: Mega Charizard Y ex",
  "images": [
    {
      "url": "https://images.scrydex.com/pokemon/me2pt5-294/large",
      "urn": "urn:managem:pokemon:set/ascended-heroes/card/294/image/0",
      "illustrator": "aky CG Works",
      "orientation": "portrait"
    }
  ],
  "number": "294",
  "rarity": "Mega Hyper Rare",
  "metadata": [
    {
      "name": "Category",
      "value": "Pokémon"
    },
    {
      "name": "Stage",
      "value": "Stage 2"
    },
    {
      "name": "Pokedex",
      "value": 6
    },
    {
      "name": "EvolvesFrom",
      "value": "Charmeleon"
    },
    {
      "name": "Types",
      "value": [
        "Fire"
      ]
    },
    {
      "name": "Attacks",
      "detail": [
        {
          "cost": [
            "Fire",
            "Fire",
            "Colorless"
          ],
          "name": "Explosion Y",
          "text": "Discard 3 Energy from this Pokémon, and this attack does 280 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
          "damage": "",
          "convertedEnergyCost": 3
        }
      ]
    },
    {
      "name": "Weaknesses",
      "detail": [
        {
          "type": "Water",
          "value": "×2"
        }
      ]
    },
    {
      "name": "Rules",
      "detail": [
        "Pokémon ex rule: When your Pokémon ex is Knocked Out, your opponent takes 2 Prize cards.",
        "Mega Evolution ex Rule: When your Mega Evolution Pokémon ex is Knocked Out, your opponent takes 3 Prize cards."
      ]
    },
    {
      "name": "Retreat",
      "value": [
        "Colorless"
      ]
    },
    {
      "name": "HP",
      "value": "360"
    }
  ],
  "references": {
    "tcgplayer": "676106"
  },
  "alternatives": []
}