curl --request GET \
--url https://api.example.com/v1/random/float \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random floating-point number(s).
curl --request GET \
--url https://api.example.com/v1/random/float \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Minimum value
Maximum value
Number of decimal places
0 <= x <= 15Number of floats to generate
1 <= x <= 1000Successful Response