Endpoint
Deck of Cards — new deck
Creates a shuffled deck; use deck_id for draws.
Shuffled deck id
GamesNo API keyDefault GET
HTTP console
Example URL
https://deckofcardsapi.com/api/deck/new/shuffle/?deck_count=1Request
Use HTTPS GET unless the provider documents POST. Example: GET /api/deck/new/shuffle/
GET /api/deck/new/shuffle/
Response
{ success, deck_id, shuffled, remaining }
{"success":true,"deck_id":"…","remaining":52}Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.