Zum Inhalt springen

Searching Series

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Request

$series = $tcgdex->fetchSeries();

See how to setup the PHP 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"
}
]