JSON API - Get a single Serie /v2/:lang/cards

    Fields

    NameDescriptionType
    idSet Unique IDString
    nameSet NameString
    logoSet logo (you can add .(webp|png|jpg) to customize the format) (see Assets)String
    setsThe list of sets linked to this serieArray of Set Resume
    https://api.tcgdex.net/v2/en/series/:id or :name

    Response

    {
    	"id": "swsh",
    	"logo": "https://assets.tcgdex.net/en/swsh/swshp/logo",
    	"name": "Sword & Shield",
    	"sets": [
    		..., {
    			"cardCount": {
    				"official": 189,
    				"total": 201
    			},
    			"id": "swsh3",
    			"logo": "https://assets.tcgdex.net/en/swsh/swsh3/logo",
    			"name": "Darkness Ablaze",
    			"symbol": "https://assets.tcgdex.net/univ/swsh/swsh3/symbol"
    		}, ...
    	]
    }