Deck of Cards - Draw a Card

About the API

API Name: Deck of Cards API
Description: The Deck of Cards API allows users to create a virtual deck of cards, shuffle it, and draw individual cards/groups of cards. It gives a simple way to make a deck of cards in web applications.

Source: Deck of Cards API

Parameters Used:
- deck_count: the number of decks to use when shuffling. I used a single deck by setting deck_count=1.
- deck_id: After shuffling it generates an unique deck ID. It is used in requests to draw cards from that specific deck.
- count: the number of cards to draw in each request. I set count=1 to draw one card at a time.

Potential Applications: