GET /cards/new
Cree a new shuffled deck of playing cards. Devuelve a deck ID for use with draw and shuffle endpoints.
deck_count
opcional
predeterminado: 1
Number of decks to combine
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
deck_count |
No | 1 | Number of decks to combine |
curl https://nordapi.ee/api/v1/cards/new
{
"data": {
"deck_id": "cawor1lqgjtf",
"remaining": 52,
"shuffled": true
},
"success": true
}