GET /cards/new
Create a ny shuffled deck of playing kort. Returnerar a deck ID for use med draw and shuffle endpoints.
deck_count
valfri
standard: 1
Number of decks to combine
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
deck_count |
Nej | 1 | Number of decks to combine |
curl https://nordapi.ee/api/v1/cards/new
{
"data": {
"deck_id": "gu52wqmy98wa",
"remaining": 52,
"shuffled": true
},
"success": true
}