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