Pick
GET /random/pickParameters
Parameter
Required
Default
Description
Example
curl "https://api.uwuapps.org/random/pick?choices=Alice,Bob,Charlie,Diana&count=2"Response
{
"success": true,
"picked": ["Charlie", "Alice"],
"count": 2,
"from": 4
}Response fields
Field
Description
Notes
Errors
Error
Cause
Last updated
Was this helpful?
