Getting a set
Questi contenuti non sono ancora disponibili nella tua lingua.
Request
Section titled “Request”$set = $tcgdex->fetchSet('swsh3');const set = await tcgdex.fetch('sets', 'swsh3');const set = await tcgdex.fetch('sets', 'swsh3');Set set = tcgdex.fetchSet("swsh3");val set = tcgdex.fetchSet("swsh3")https://api.tcgdex.net/v2/en/sets/swsh3Sample Response
Section titled “Sample Response”{  "cardCount": {    "firstEd": 0,    "holo": 64,    "normal": 137,    "official": 189,    "reverse": 155,    "total": 201  },  "cards": [    {      "id": "swsh3-1",      "image": "https://assets.tcgdex.net/en/swsh/swsh3/1",      "localId": "1",      "name": "Butterfree V"    },    // ...    {      "id": "swsh3-136",      "image": "https://assets.tcgdex.net/en/swsh/swsh3/136",      "localId": "136",      "name": "Furret"    },    // ...    {      "id": "swsh3-201",      "image": "https://assets.tcgdex.net/en/swsh/swsh3/201",      "localId": "201",      "name": "Capture Energy"    }  ],  "id": "swsh3",  "legal": {    "expanded": true,    "standard": false  },  "logo": "https://assets.tcgdex.net/en/swsh/swsh3/logo",  "name": "Darkness Ablaze",  "releaseDate": "2020-08-14",  "serie": {    "id": "swsh",    "name": "Sword & Shield"  },  "symbol": "https://assets.tcgdex.net/univ/swsh/swsh3/symbol"}