GET /cards/new
Create a new shuffled deck of playing cards. Returns a deck ID for use with draw and shuffle endpoints.
deck_count
optional
default: 1
Number of decks to combine
| Name | Required | Default | Description |
|---|---|---|---|
deck_count |
No | 1 | Number of decks to combine |
curl https://nordapi.ee/api/v1/cards/new
{
"data": {
"deck_id": "p9k5zq0mbrog",
"remaining": 52,
"shuffled": true
},
"success": true
}