Random EAN-8 Generator
API Documentation
GET
https://randomdatatool.com/api/commerce/ean8Query Parameters
| Parameter | Type | Description |
|---|---|---|
| count | int | Number of entries to return. Default: 10. Max: 1000. |
Response JSON
{
"status": "success",
"data": [
],
"count": 2
}
"status": "success",
"data": [
"35864530",
"18265507"
"count": 2
}
Implementation
curl -X GET "https://randomdatatool.com/api/commerce/ean8?count=10"