GET /cards/quickdraw
Búðu til a new deck and immediately draw cards in one request. Fullkomið til að prófa spilaleiki hratt.
count
valfrjálst
sjálfgefið: 5
Number of cards to draw
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
count |
Nei | 5 | Number of cards to draw |
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"
{
"data": {
"cards": [
{
"code": "5H",
"image": "https://deckofcardsapi.com/static/img/5H.png",
"suit": "HEARTS",
"value": "5"
},
{
"code": "KH",
"image": "https://deckofcardsapi.com/static/img/KH.png",
"suit": "HEARTS",
"value": "KING"
},
{
"code": "KD",
"image": "https://deckofcardsapi.com/static/img/KD.png",
"suit": "DIAMONDS",
"value": "KING"
},
{
"code": "8S",
"image": "https://deckofcardsapi.com/static/img/8S.png",
"suit": "SPADES",
"value": "8"
},
{
"code": "0S",
"image": "https://deckofcardsapi.com/static/img/0S.png",
"suit": "SPADES",
"value": "10"
}
],
"deck_id": "x9mkxvotxyeo",
"remaining": 47
},
"success": true
}