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": "6C",
"image": "https://deckofcardsapi.com/static/img/6C.png",
"suit": "CLUBS",
"value": "6"
},
{
"code": "QC",
"image": "https://deckofcardsapi.com/static/img/QC.png",
"suit": "CLUBS",
"value": "QUEEN"
},
{
"code": "9H",
"image": "https://deckofcardsapi.com/static/img/9H.png",
"suit": "HEARTS",
"value": "9"
},
{
"code": "5S",
"image": "https://deckofcardsapi.com/static/img/5S.png",
"suit": "SPADES",
"value": "5"
},
{
"code": "2D",
"image": "https://deckofcardsapi.com/static/img/2D.png",
"suit": "DIAMONDS",
"value": "2"
}
],
"deck_id": "6r0vuiiw2673",
"remaining": 47
},
"success": true
}