Kembali ke Marketplace
Random API
FREERandom numbers, strings, and picks from a list — cryptographically sound.
Utilities 4.6 (154) 1,000 req/day OPERATIONALAuth required
Endpoint
GET/v1/random
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | required | One of: number, string, pick. |
| min | integer | optional | Minimum value (type=number). |
| max | integer | optional | Maximum value (type=number). |
Response example
{
"success": true,
"data": { "value": 42 }
}Error responses
400INVALID_PARAM— type is required
Try it
Pilih bahasa, salin, dan jalankan di terminal kamu.
curl -X GET "https://api.rannzdigital.web.id/v1/random" \
-H "X-API-Key: YOUR_API_KEY"Never expose your API key in frontend code or public repositories.
Ratings & Comments
Beri rating & komentar
budi_koding 5
Cepat dan dokumentasinya jelas.
2026-09-12
sitidev 4
Work as expected, cocok untuk MVP.
2026-09-08