RollDice
This API can be used for 1. Roll a dice (/rolldice) 2. Roll more than one dice (/rolldice/:noofdice) 3. Play rock, paper & scissor (/rockpapersciccor/:yourchoice) 4. Pick a card from deck (/pickanycard) 5. Pick more than one card from deck (/pickanycard/:noofcards)
RollDice endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
To Roll a dice /rolldice |
Call this endpoint to roll a dice . it will return a number |
| GET |
To play Rock, Paper and Scissor /rockpapersciccor/{choice} |
This end point used to play rock , paper and scissor. |
| GET |
To pick a random card /pickanycard |
use this api to pick a random card from a deck |
| GET |
To pick more than one card from a deck /pickanycard/{noofcards} |
This API is used to pick more than one card from a deck |
| GET |
To Roll more than one dice /rolldice/{noofdice} |
This endpoint can be used to roll more than one dice and return a result |
RollDice pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $2 / month | — |
|
| MEGA | $5 / month | — |
|