Saltearse al contenido

The Serie object

Esta página aún no está disponible en tu idioma.

Fields

NameTypeNullableDescription
idStringSerie Unique ID
nameStringSerie Name
logoString (Asset)YesSerie logo (you can add .(webp, png, jpg) to customize the format)
setsArray of Set BriefThe list of sets linked to this serie

Example

{
"id": "swsh",
"logo": "https://assets.tcgdex.net/en/swsh/swshp/logo",
"name": "Sword & Shield",
"sets": [
{
"cardCount": {
"official": 107,
"total": 166
},
"id": "swshp",
"logo": "https://assets.tcgdex.net/en/swsh/swshp/logo",
"name": "SWSH Black Star Promos",
"symbol": "https://assets.tcgdex.net/univ/swsh/swshp/symbol"
},
// ...
{
"cardCount": {
"official": 159,
"total": 230
},
"id": "swsh12.5",
"logo": "https://assets.tcgdex.net/en/swsh/swsh12.5/logo",
"name": "Crown Zenith"
}
]
}