Automate MAC Address Lookup with our REST API.
Use the following URL to perform a MAC address lookup via the API:
https://macvendors.co.uk/api/mac_lookup/<mac_address>
Replace <mac_address>
with the MAC address you want to query. For example:
https://macvendors.co.uk/api/mac_lookup/00:1A:2B:3C:4D:5E
The API will return a JSON response:
{ "mac_address": "00:1A:2B:3C:4D:5E", "vendor": "Cisco Systems, Inc" }
00:00:0A:BB:28:FC
00-00-0A-BB-28-FC
0000.0ABB.28FC
00 00 0A BB 28 FC
00000ABB28FC
For fair usage, API requests are rate-limited. If you exceed the limit, you may receive a 429 Too Many Requests error.