Rock Paper Scissors
GET /random/rpsParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/random/rps?choice=rock"Response
{
"success": true,
"userChoice": "rock",
"computerChoice": "scissors",
"result": "win"
}Response fields
Field
Description
Last updated
Was this helpful?
