GameSummary

  • id
    Type: string
    required

    The game's identifier. Stable string — pass it back to address this game elsewhere. Example values: mtg, pokemon, ygo, lorcana, onepiece.

  • name
    Type: string
    required

    The game's display name.

  • cardCount
    Type: integer
    min:  
    0
    max:  
    9007199254740991

    Total number of unique cards across every expansion of this game.

  • logoUrl
    Type: string Format: uri

    URL of the game's logo image.

  • releaseDate
    Type: string · DateStringFormat: date-time

    When the game was released (ISO 8601, UTC).

  • sealedProductCount
    Type: integer
    min:  
    0
    max:  
    9007199254740991

    Total number of sealed products (booster boxes, bundles, …) across every expansion of this game.

Examples
{
  "id": "mtg",
  "name": "Magic: The Gathering",
  "releaseDate": "1993-08-05T00:00:00.000Z",
  "cardCount": 28412,
  "sealedProductCount": 1834,
  "logoUrl": "https://images.cardnexus.com/games/mtg/logo.svg"
}