mac_address
TechnicalGenerate properly formatted MAC addresses (XX:XX:XX:XX:XX:XX). For network device testing, DHCP simulations, and hardware inventory data.
Example Outputs
3A:F5:C2:9B:1D:E800:1A:2B:3C:4D:5EFF:FF:FF:FF:FF:FFAPI Usage
Send a POST request to generate mac address data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "mac_address",
"type": "mac_address"
}
]
}
]
}'Common Use Cases
- Network device testing
- DHCP simulation
- Hardware inventory seeding
- IoT device testing
Quick Info
- Field Type
- mac_address
- Category
- Technical
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate MAC Address + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.