Skip to main content

Card

A Card object represents a single Riftbound card

namestring

The name of the card

iduuid

A unique UUID for the card within the riftcodex database

riftbound_idstring

ID of the card from the Riftbound gallery

tcgplayer_idstring

ID of the card on TCGPlayer. Known as the productId on their site.

public_codestring

Public code of the card

collector_numberinteger

Collector number of the card

attributes Attributes

Attributes of the card such as energy, might, and power

energyinteger

Energy value of the card

mightinteger

Might value of the card

powerinteger

Power value of the card

classification Classification

Classifications of the card such as type, supertype, rarity, and domain

typestring

The card's type

supertypestring

The card's supertype

raritystring

The card's rarity

domainDomain (string)[]

The card's domain(s)

text Text

Card text

richstring

Text printed on the card in rich text format

plainstring

Text printed on the card in plain text format

set Set

Card set

set_idstring

The ID of the set the card belongs to

labelstring

The label for the set

media Media

Card media

image_urlurl

A URL to an image of the card

artiststring

The name of the card's artist

accessibility_textstring

Text describing the card for accessibility purposes

tagsTag (string)[]

Tags attached to the card

orientationstring

Orientation of the card

metadata Metadata

Card metadata

alternate_artboolean

Card is an Alternate Art print

overnumberedboolean

Card is an Overnumbered print

signatureboolean

Card is a Signature print

Card
{
"name": "Acceptable Losses",
"id": "00c40086-fb2b-4186-a167-5e44d83ae612",
"riftbound_id": "ogn-179-298",
"tcgplayer_id": "652968",
"public_code": "OGN-179/298",
"collector_number": 179,
"attributes": {
"energy": 1,
"might": null,
"power": null
},
"classification": {
"type": "Spell",
"supertype": null,
"rarity": "Uncommon",
"domain": [
"Chaos"
]
},
"text": {
"rich": "<p>[Action] <em>(Play on your turn or in showdowns.)</em><br />Each player kills one of their gear.</p>",
"plain": "[Action] (Play on your turn or in showdowns.)Each player kills one of their gear."
},
"set": {
"id": "OGN",
"label": "Origins"
},
"media": {
"image_url": "https://cmsassets.rgpub.io/sanity/images/dsfx7636/game_data_live/b2b470bab1ae511ab9de0b1ce576e2050532a081-744x1039.png",
"artist": "Kudos Productions",
"accessibility_text": "Riftbound Spell: Acceptable Losses. [Action] (Play on your turn or in showdowns.)\nEach player kills one of their gear."
},
"tags": [],
"orientation": "portrait",
"metadata": {
"alternate_art": false,
"overnumbered": false,
"signature": false
}
}