A Card represents an official Digimon Card Game (2020) card or token.
| Property | Type | Description |
|---|
| name | String | The name of the Card |
| number | String | The Card number. e.g. P-001 |
| category | String | The category of the Card. e.g. option |
| parallel-id | Integer | The numeric identifier of a Card's alternate art. |
| level | Integer | The level of the Digimon |
| dp | Integer | The DP of the Digimon |
| play-cost | Integer | The play cost of the Card |
| use-cost | Integer | The use cost of the Card |
| language | String | The language of the Card |
| form | String | The Digimon's form. e.g. Rookie |
| attribute | String | The Digimon's attribute. e.g. Data |
| type | String | The type of the Card |
| rarity | String | The rarity of the Card |
| supplemental-rarity | Object | See Supplemental Rarity |
| block-icon | Integer | The block icon of the Card |
| notes | String | The Card's notes |
| color | Array | The Card's colours. e.g. ["red"] |
| digivolution-requirements | Array | See Digivolution Requirements |
| releases | Array | See Releases |
| image | URI | The URI to the Card image |
| effect | String | The Card's effect text |
| inherited-effect | String | The Card's inherited effect text |
| security-effect | String | The Card's security effect text |
| errata | Object | See Errata |
| limitations | Array | See Limitations |
| faqs | Array | See FAQs |
| Property | Type | Description |
|---|
| stars | Integer | The number of stars on the Card |
| stamp | String | The stamp on the Card. e.g. SP |
| Property | Type | Description |
|---|
| level | Integer | The level of the Card to digivolve from |
| category | String | The category of the Card to digivolve from |
| form | String | The form of the Card to digivolve from |
| cost | Integer | The cost to digivolve |
| color | Array | The colours of the Card to digivolve from |
| Property | Type | Description |
|---|
| date | Date | The ISO 8601 date of the Errata |
| error | String | The incorrect text |
| correction | String | The corrected text |
| notes | String | The Errata notes |
| Property | Type | Description |
|---|
| date | Date | The ISO 8601 date of the Limitation |
| type | String | The type of the Limitation. e.g. ban, banned-pair, restrict, and unrestrict |
| allowance | Integer | The number of allowed Cards |
| paired-card-numbers | Array | Card numbers affected by Limitations of type banned-pair |
| notes | String | The Limitation notes |
| Property | Type | Description |
|---|
| date | Date | The ISO 8601 date of the FAQ |
| question | String | The question |
| answer | String | The answer |