ActiveDeck
# ActiveDeck API Documentation Welcome to the ActiveDeck API, your comprehensive solution for card games and deck of cards management. Whether you're building a digital card game, a gambling platform, or any application that involves cards, our API is designed to empower your development process. With a range of features and functionalities tailored to meet your specific needs, you can…
ActiveDeck endpoints
| Method | Endpoint | Description |
|---|---|---|
| Games | ||
| POST |
Create a game /api/v1/games |
Create a game |
| PUT |
Update game /api/v1/games/{id} |
Game updates |
| GET |
Fetch a game /api/v1/games/{id} |
Fetch game by ID |
| Decks | ||
| GET |
index /api/v1/decks |
|
| GET |
show /api/v1/decks/19 |
|
| POST |
create /api/v1/decks |
|
| PUT |
draw /api/v1/decks/{id}/draw |
Draw cards from the deck |
| PATCH |
setup /api/v1/decks/19/setup |
|
| DELETE |
delete /api/v1/decks/17 |
|
| Players | ||
| PUT |
Update player /api/v1/players/{id} |
Update players |
| POST |
Create Players /api/v1/players |
Create players for your games here. |
| GET |
Fetch player /api/v1/players/{id} |
Fetch a player by id |
ActiveDeck pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|