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

    Fields

    NameDescriptionType
    idSerie Unique IDString
    namethe Serie NameString
    https://api.tcgdex.net/v2/en/series

    Response

    [
    	...
    	{
    		"id": "swsh",
    		"name": "Sword & Shield"
    	}
    ]