← Tölvuleikir

Fljótlegur dráttur

GET /cards/quickdraw

Búðu til a new deck and immediately draw cards in one request. Fullkomið til að prófa spilaleiki hratt.

Breytur

count valfrjálst sjálfgefið: 5

Number of cards to draw

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/cards/quickdraw?count=5"

Lifandi svar

{
  "data": {
    "cards": [
      {
        "code": "5H",
        "image": "https://deckofcardsapi.com/static/img/5H.png",
        "suit": "HEARTS",
        "value": "5"
      },
      {
        "code": "KH",
        "image": "https://deckofcardsapi.com/static/img/KH.png",
        "suit": "HEARTS",
        "value": "KING"
      },
      {
        "code": "KD",
        "image": "https://deckofcardsapi.com/static/img/KD.png",
        "suit": "DIAMONDS",
        "value": "KING"
      },
      {
        "code": "8S",
        "image": "https://deckofcardsapi.com/static/img/8S.png",
        "suit": "SPADES",
        "value": "8"
      },
      {
        "code": "0S",
        "image": "https://deckofcardsapi.com/static/img/0S.png",
        "suit": "SPADES",
        "value": "10"
      }
    ],
    "deck_id": "x9mkxvotxyeo",
    "remaining": 47
  },
  "success": true
}