GET /cards/new
Erstellen Sie ein neues shuffled deck of playing cards. Liefert eine deck ID for use with draw und shuffle endpoints.
deck_count
optional
Standard: 1
Number of decks to combine
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
deck_count |
Nein | 1 | Number of decks to combine |
curl https://nordapi.ee/api/v1/cards/new
{
"data": {
"deck_id": "eh340zfstg34",
"remaining": 52,
"shuffled": true
},
"success": true
}