GET /cards/new
Créez un nouveau jeu de cartes mélangé of playing cards. Renvoie un deck ID pour use avec draw et shuffle endpoints.
deck_count
optionnel
par défaut: 1
Number of decks to combine
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
deck_count |
Non | 1 | Number of decks to combine |
curl https://nordapi.ee/api/v1/cards/new
{
"data": {
"deck_id": "dhklkfldxjp1",
"remaining": 52,
"shuffled": true
},
"success": true
}