Retrieve vendor details and other information regarding a given MAC address or an OUI
This API allows retrieving vendor details, manufacturer, and other information for a given MAC address, OUI, or IAB.
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())Last 50 checks (10 min intervals)