GET /cards/quickdraw
Looge uus kaardipakk ja tõmmake kohe ühe päringuga kaardid. Sobib ideaalselt kiireks kaardimängu prototüüpimiseks.
count
valikuline
vaikeväärtus: 5
Number of cards to draw
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
count |
Ei | 5 | Number of cards to draw |
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"
{
"data": {
"cards": [
{
"code": "9C",
"image": "https://deckofcardsapi.com/static/img/9C.png",
"suit": "CLUBS",
"value": "9"
},
{
"code": "KS",
"image": "https://deckofcardsapi.com/static/img/KS.png",
"suit": "SPADES",
"value": "KING"
},
{
"code": "3C",
"image": "https://deckofcardsapi.com/static/img/3C.png",
"suit": "CLUBS",
"value": "3"
},
{
"code": "AS",
"image": "https://deckofcardsapi.com/static/img/AS.png",
"suit": "SPADES",
"value": "ACE"
},
{
"code": "9H",
"image": "https://deckofcardsapi.com/static/img/9H.png",
"suit": "HEARTS",
"value": "9"
}
],
"deck_id": "5hjmalr6f4t6",
"remaining": 47
},
"success": true
}