The set object
#
Attributes#
id stringUnique identifier for the object.
#
name stringThe name of the set.
#
series stringThe series the set belongs to, like Sword and Shield or Base.
#
printedTotal integerThe number printed on the card that represents the total. This total does not include secret rares.
#
total integerThe total number of cards in the set, including secret rares, alternate art, etc.
#
legalities hashThe legalities of the set. If a given format is not legal, it will not appear in the hash. This is a hash with the following fields:
Property | Description |
---|---|
standard string | The standard game format. Possible values are Legal. |
expanded string | The expanded game format. Possible values are Legal. |
unlimited string | The unlimited game format. Possible values are Legal. |
#
ptcgoCode stringThe code the Pokémon Trading Card Game Online uses to identify a set.
#
releaseDate stringThe date the set was released (in the USA). Format is YYYY/MM/DD.
#
updatedAt stringThe date and time the set was updated. Format is YYYY/MM/DD HH:MM:SS.
#
images hashAny images associated with the set, such as symbol and logo. This is a hash with the following fields:
Property | Description |
---|---|
symbol string | The url to the symbol image. |
logo string | The url to the logo image. |