count
可选
默认: 5
Number of cards to draw
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
count |
否 | 5 | Number of cards to draw |
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"
{
"data": {
"cards": [
{
"code": "8S",
"image": "https://deckofcardsapi.com/static/img/8S.png",
"suit": "SPADES",
"value": "8"
},
{
"code": "JS",
"image": "https://deckofcardsapi.com/static/img/JS.png",
"suit": "SPADES",
"value": "JACK"
},
{
"code": "3S",
"image": "https://deckofcardsapi.com/static/img/3S.png",
"suit": "SPADES",
"value": "3"
},
{
"code": "7C",
"image": "https://deckofcardsapi.com/static/img/7C.png",
"suit": "CLUBS",
"value": "7"
},
{
"code": "9S",
"image": "https://deckofcardsapi.com/static/img/9S.png",
"suit": "SPADES",
"value": "9"
}
],
"deck_id": "qzpu3rdhxxlg",
"remaining": 47
},
"success": true
}