Type: array of object
A flattened array of all of the existing cards in Flesh and Blood, with with each item being a unique card printing.

Each item of this array must be:

Type: object

The following properties are required:

  • unique_id

Type: string
The name of the card.

Type: string
The pitch value of the card. Can be a number or blank.

Type: string
The cost of the card. Can be a number, X, XX, X and a number, or blank.

Type: string
The power of the card. Can be a number, *, X, or blank.

Type: string
The defense of the card. Can be a number, *, or blank.

Type: string
The health of the card. Can be a number or blank.

Type: string
The intelligence of the card. Can be a number or blank.

Type: string
The arcane damage of the card. Can be a number, X, or blank. Represents the summed up amount of the lowest arcane damage of the card, unless that damage is based on an external variable, then it is X.

Type: array of string
The types of the card (includes all types, subtypes, etc).

Each item of this array must be:

Type: string
An individual type.

Type: array of string
The keywords inherent to the card. Includes conditional keywords, but does not include keywords that are part of the card's activated and triggered abilities.

Each item of this array must be:

Type: string
An individual keyword.

Type: array of string
The activated abilities and once per turn effects of the cards. Just contains what type of ability it is, not the ability itself. (Ex: Once per Turn Action)

Each item of this array must be:

Type: string
An individual ability.

Type: array of string
The keywords that are part of the card's activated and triggered abilities.

Each item of this array must be:

Type: array of string
The keywords that the card grants to other objects.

Each item of this array must be:

Type: string
An individual keyword.

Type: array of string
The keywords that the card removes from other objects.

Each item of this array must be:

Type: string
An individual keyword.

Type: array of string
The keywords that the card interacts with outside of granting/removing.

Each item of this array must be:

Type: string
An individual keyword.

Type: string
The functional text of the card, formatted in Markdown.

Type: string
The functional text of the card, formatted in plain text.

Type: string
The flavor text of the card, formatted in Markdown.

Type: string
The flavor text of the card, formatted in plain text.

Type: string
The full type text box of the card.

Type: boolean
A boolean representing if the card is played and displayed horizontally.

Type: boolean
A boolean representing if the card is Living Legend in Blitz.

Type: string
The date the card became Living Legend in Blitz (will not be present otherwise).

Type: boolean
A boolean representing if the card is Living Legend in Classic Constructed.

Type: string
The date the card became Living Legend in Classic Constructed (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Blitz.

Type: string
The date the card became banned in Blitz (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Classic Constructed.

Type: string
The date the card became banned in Classic Constructed (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Commoner.

Type: string
The date the card became banned in Commoner (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Living Legend.

Type: string
The date the card became banned in Living Legend (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Ultimate Pit Fight.

Type: string
The date the card became banned in Ultimate Pit Fight (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Blitz.

Type: string
The date the card became suspended in Blitz (will not be present otherwise).

Type: string
Represents when the card is set to be unsuspended in Blitz. Contains a displayable text describing when it will be unsuspended if it is currently suspended (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Classic Constructed.

Type: string
The date the card became suspended in Classic Constructed (will not be present otherwise).

Type: string
Represents when the card is set to be unsuspended in Classic Constructed. Contains a displayable text describing when it will be unsuspended if it is currently suspended (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently banned in Commoner.

Type: string
The date the card became suspended in Commoner (will not be present otherwise).

Type: string
Represents when the card is set to be unsuspended in Commoner. Contains a displayable text describing when it will be unsuspended if it is currently suspended (will not be present otherwise).

Type: boolean
A boolean representing if the card is currently restricted in Living Legend.

Type: boolean
A boolean representing if the full pitch cycle is restricted - ex: only 1 card with the same name from *all* pitches can be played (will not be present if the card is not restricted).

Type: string
The date the card became banned in Living Legend (will not be present otherwise).

Type: array of string
Contains a list of unique IDs representing the various cards referenced by this card.

Each item of this array must be:

Type: array of string
Contains a list of unique IDs representing the various cards that reference this card.

Each item of this array must be:

Type: string
A UUID representing the printing within this data set.

Type: string
A UUID representing the set printing the printing belongs to within this data set.

Type: string
The ID of the card printing.

Type: string
The ID of the set the card is printed in.

Type: string
The edition of the set the card is printed in.

Type: string
The foiling the card printing comes in.

Type: string
A shortcode representing the rarity the card printing was printed at.

Type: boolean
Whether the card printing comes in the expansion slot or not

Type: array of string
The artists of the card printing.

Each item of this array must be:

Type: string

Type: array of string
An array of shortcodes representing the special art treatments or variations the card was printed with, if any.

Each item of this array must be:

Type: string or null
An official LSS image URL of the card printing, if it exists.

Type: number
The amount of degrees the card image needs to be rotated to be oriented correctly.

Type: string or null
The TCGPlayer product ID of the card printing, if it exists.

Type: string or null
A URL to TCPlayer product listing of the card printing, if it exists.

Type: array of object
All of the data for the double-sided cards this card printing is a part of.

Each item of this array must be:

Type: object

Type: string
The Unique ID of the card printing that is the other face of this double-sided card.

Type: boolean
A boolean representing whether this card printing is the front or back of the double-sided card.

Type: boolean
A boolean representing whether this double-sided card is a Double Face Card (ex: Invoke Tomeltai / Tomeltai).