utility
UUID Generator
Cryptographically strong UUID v4 generator.
Pricing
Free
No charge
Method
GET
utility
Rate limit
200
requests / min
Endpoint
GEThttps://www.test.mraipay.top/api/v1/uuid?key=YOUR_KEY
Try it now
Click "Send request" to see live response…
Code examples
cURL
curl "https://www.test.mraipay.top/api/v1/uuid?key=YOUR_KEY"
PHP
$res = file_get_contents("https://www.test.mraipay.top/api/v1/uuid?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);
JavaScript
fetch("https://www.test.mraipay.top/api/v1/uuid?key=YOUR_KEY")
.then(r => r.json())
.then(console.log);
Sample Response
{"uuid":"3a8e3c9c-5bcd-4f2e-9b91-17e01b3c4d12"}