JSON API - Get list of cards by field /v2/:lang/cards

    Fields

    NameDescriptionType
    nameRequest ValueString
    cardsCards that contains the specified valueArray of Card Resume
    https://api.tcgdex.net/v2/en/:item/:name

    Response

    // Note: example for /hp/110
    {
    	"cards": [
    		...
    		{
    			"id": "swsh3-136",
    			"image": "https://assets.tcgdex.net/en/swsh/swsh3/136",
    			"localId": "136",
    			"name": "Furret"
    		},
    		...
    		{
    			"id": "swshp-SWSH045",
    			"localId": "SWSH045",
    			"name": "Eternatus VMAX"
    		}
    	],
    	"name": "340"
    }