JSON API - Get a list of all the cards /v2/:lang/cards
Fields
Name | Description | Type |
---|---|---|
id | Card Unique ID | String |
localId | Card Local ID | String or Number |
name | Card Name | String |
image | Card Image (see Assets) | String |
https://api.tcgdex.net/v2/:lang/cards
Response
[
{
id: "swsh3-136"
localId: "136"
name: "Furret"
image: "https://assets.tcgdex.net/en/swsh/swsh3/136"
},
...
]