JSON API - Get a sets list /v2/:lang/cards

    Fields

    NameDescriptionType
    idSet Unique IDString
    nameSet NameString
    logoSet logo (you can add .(webp|png|jpg) to customize the format)String
    symbolSet Symbol (you can add .(webp|png|jpg) to customize the formatString
    cardCountContain information about the number of cards in the setObject
    cardCount.totalThe total amount of cards in this set (including hidden)Number
    cardCount.officialThe amount of cards in this set (displayed on the bottom left/right of the card)Number
    https://api.tcgdex.net/v2/en/sets

    Response

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