🔎

MAC Address Lookup

Validate and format a MAC address in colon, dash, and dot notation.

network API: POST /api/tools/mac-address-lookup

Input

🔌 API Usage

POST /api/tools/mac-address-lookup
Content-Type: application/json

// Example body:
{
  "mac": ""
}