Card
A Card object represents a single Riftbound card
The name of the card
A unique UUID for the card within the riftcodex database
ID of the card from the Riftbound gallery
ID of the card on TCGPlayer. Known as the productId on their site.
Public code of the card
Collector number of the card
attributes Attributes
Attributes of the card such as energy, might, and power
Energy value of the card
Might value of the card
Power value of the card
classification Classification
Classifications of the card such as type, supertype, rarity, and domain
The card's type
The card's supertype
The card's rarity
The card's domain(s)
text Text
Card text
Text printed on the card in rich text format
Text printed on the card in plain text format
set Set
Card set
The ID of the set the card belongs to
The label for the set
media Media
Card media
A URL to an image of the card
The name of the card's artist
Text describing the card for accessibility purposes
Tags attached to the card
Orientation of the card
metadata Metadata
Card metadata
Card is an Alternate Art print
Card is an Overnumbered print
Card is a Signature print
{
"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
}
}