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