Random MAC Address Generator
API Documentation
GET
https://randomdatatool.com/api/internet/macQuery 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": [
"f3:00:b4:5e:f2:51",
"a6:d2:8b:84:b5:67"
"count": 2
}
Implementation
curl -X GET "https://randomdatatool.com/api/internet/mac?count=10"