API V1
MAC Lookup Command
Find vendor information for a MAC address through the legacy command interface.
GET
/?cmd=mac-lookup&key=YOUR_API_KEY&m=00:00:00:12:34:56
Legacy alias
Older callers that use ?cmd=Mac-lookup&mac=00:00:00:12:34:56 are also supported.
Parameters
| Name | Required | Description |
|---|---|---|
| cmd | Yes | Use mac-lookup. The legacy Mac-lookup alias accepts mac instead of m and does not require a key. |
| key | Yes | Active API key for mac-lookup. |
| m | Yes | MAC address in colon, hyphen, or plain hexadecimal format. |
| format | No | Optional response format: json plain xml jsonp php csv serialized. |
Example Request
https://api.iplocation.net/?cmd=mac-lookup&key=YOUR_API_KEY&m=00:00:00:12:34:56
Example Response
{
"mac": "00:00:00:12:34:56",
"vendor": "Xerox",
"company": "Xerox Corporation",
"start": "000000000000",
"end": "000000FFFFFF",
"result": "1",
"response_code": "200",
"response_message": "OK"
}