← Back to Dashboard

MAC address vendor lookup

DevelopmentActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Retrieve vendor details and other information regarding a given MAC address or an OUI

✨ AI Summary

This API allows retrieving vendor details, manufacturer, and other information for a given MAC address, OUI, or IAB.

Code Example

import requests

url = "https://api.macaddress.io/v1/macaddress/44:38:39:ff:ef:57"
headers = {
    "X-Auth-Token": "YOUR_API_KEY",
    "Accept": "application/json"
}

response = requests.get(url, headers=headers)

print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)