Random API deployed on Vercel. (starter project to discover how Vercel works)
Returns a random number from min to max (inclusive).
min- Type:
number - Default:
1
- Type:
max- Type:
number - Default:
1000
- Type:
200
JSON response with this schema:
{
"status": 200,
"number": 123
}500
An internal error has occured.