Searching Series
Request
$series = $tcgdex->fetchSeries();
SDK currently does not support filtering
const series = await tcgdex.fetch('series');
See how to setup the Javascript SDK
SDK currently does not support filtering
const series = await tcgdex.fetch('series');
See how to setup the Typescript SDK
SDK currently does not support filtering
ArrayList<SerieResume> series = tcgdex.fetchSeries();
SDK currently does not support filtering
val series = tcgdex.fetchSeries()
See how to setup the Kotlin SDK
SDK currently does not support filtering
Sample Response
The request return an array of SerieBrief
objects
[ { "id": "base", "name": "Base", "logo": "https://assets.tcgdex.net/en/base/base1/logo" }, // ... { "id": "xy", "name": "XY", "logo": "https://assets.tcgdex.net/en/xy/xyp/logo" }]