Pular para o conteúdo

The Set Brief object

Este conteúdo não está disponível em sua língua ainda.

Fields

NameTypeNullableDescription
idStringSet Unique ID
nameStringSet Name
logoString AssetYesSet logo (you can add .(webp|png|jpg) to customize the format)
symbolString AssetYesSet Symbol (you can add .(webp|png|jpg) to customize the format
cardCountObjectContain information about the number of cards in the set
cardCount.totalNumberThe total amount of cards in this set (including hidden)
cardCount.officialNumberThe amount of cards in this set (displayed on the bottom left/right of the card)

Example

{
"id": "swsh3",
"name": "Darkness Ablaze",
"logo": "https://assets.tcgdex.net/en/swsh/swsh3/logo",
"symbol": "https://assets.tcgdex.net/univ/swsh/swsh3/symbol",
"cardCount": {
"total": 201,
"official": 189
}
}