RannzAPI
Kembali ke Marketplace

Random API

FREE

Random numbers, strings, and picks from a list — cryptographically sound.

Utilities 4.6 (154) 1,000 req/day OPERATIONALAuth required

Endpoint

GET/v1/random

Parameters

NameTypeRequiredDescription
typestringrequiredOne of: number, string, pick.
minintegeroptionalMinimum value (type=number).
maxintegeroptionalMaximum value (type=number).

Response example

{
  "success": true,
  "data": { "value": 42 }
}

Error responses

400INVALID_PARAMtype 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