Random Price Generator

API Documentation

GET https://randomdatatool.com/api/commerce/price

Query Parameters

ParameterTypeDescription
countintNumber of entries to return. Default: 10. Max: 1000.

Response JSON

{
"status": "success",
"data": [
"736.69",
"64.49"
],
"count": 2
}

Implementation

curl -X GET "https://randomdatatool.com/api/commerce/price?count=10"