GameSummary
- idType: stringrequired
The game's identifier. Stable string — pass it back to address this game elsewhere. Example values:
mtg,pokemon,ygo,lorcana,onepiece. - nameType: stringrequired
The game's display name.
- cardType: integer
Count min:0max:9007199254740991Total number of unique cards across every expansion of this game.
- logoType: string Format: uri
Url URL of the game's logo image.
- releaseType: string · DateStringFormat: date-time
Date When the game was released (ISO 8601, UTC).
- sealedType: integer
Product Count min:0max:9007199254740991Total 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"
}