$cards = $tcgdex->fetchCards();
Voir comment configurer le SDK PHP
Le SDK ne prend pas actuellement en charge le filtrage
const cards = await tcgdex.fetch('cards');
Voir comment configurer le SDK JavaScript
Voir comment configurer le SDK TypeScript
List<CardBrief> cards = tcgdex.fetchCards();
Voir comment configurer le SDK Java
val cards = tcgdex.fetchCards()
Voir comment configurer le SDK Kotlin
https://api.tcgdex.net/v2/fr/cards
Voir comment préparer vos URLs
Documentation sur le filtrage
La requête retourne un tableau d’objets CardBrief
CardBrief
[ { "id": "base4-1", "localId": "1", "name": "Alakazam", "image": "https://assets.tcgdex.net/fr/base/base4/1" }, // ... { "id": "xy1-1", "localId": "1", "name": "Florizarre EX", "image": "https://assets.tcgdex.net/fr/xy/xy1/1" }]