← 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": "3H",
        "image": "https://deckofcardsapi.com/static/img/3H.png",
        "suit": "HEARTS",
        "value": "3"
      },
      {
        "code": "8D",
        "image": "https://deckofcardsapi.com/static/img/8D.png",
        "suit": "DIAMONDS",
        "value": "8"
      },
      {
        "code": "JS",
        "image": "https://deckofcardsapi.com/static/img/JS.png",
        "suit": "SPADES",
        "value": "JACK"
      },
      {
        "code": "2D",
        "image": "https://deckofcardsapi.com/static/img/2D.png",
        "suit": "DIAMONDS",
        "value": "2"
      },
      {
        "code": "9H",
        "image": "https://deckofcardsapi.com/static/img/9H.png",
        "suit": "HEARTS",
        "value": "9"
      }
    ],
    "deck_id": "s1p9tfwp825g",
    "remaining": 47
  },
  "success": true
}