JSON API - Get a list of all the cards /v2/:lang/cards

    Fields

    NameDescriptionType
    idCard Unique IDString
    localIdCard Local IDString or Number
    nameCard NameString
    imageCard Image (see Assets)String

    Response

    [
    	{
    		id: "swsh3-136"
    		localId: "136"
    		name: "Furret"
    		image: "https://assets.tcgdex.net/en/swsh/swsh3/136"
    	},
    	...
    ]