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": "3H",
"image": "https://deckofcardsapi.com/static/img/3H.png",
"suit": "HEARTS",
"value": "3"
},
{
"code": "8D",
"image": "https://deckofcardsapi.com/static/img/8D.png",
"suit": "DIAMONDS",
"value": "8"
},
{
"code": "JS",
"image": "https://deckofcardsapi.com/static/img/JS.png",
"suit": "SPADES",
"value": "JACK"
},
{
"code": "2D",
"image": "https://deckofcardsapi.com/static/img/2D.png",
"suit": "DIAMONDS",
"value": "2"
},
{
"code": "9H",
"image": "https://deckofcardsapi.com/static/img/9H.png",
"suit": "HEARTS",
"value": "9"
}
],
"deck_id": "s1p9tfwp825g",
"remaining": 47
},
"success": true
}