MAC Address Lookup API
Find Manufacturer Information for any MAC Address
Our MAC Address Lookup API searches the OUI database to determine which manufacturer a given MAC address belongs to.
Further validate device authenticity by ensuring devices are manufactured by expected vendors.
Get Started for FreeWhy Choose ViewDNS.info MAC Address Lookup API?
- Comprehensive OUI Database Ensures Accuracy
- Regular Updates to Ensure Freshness
- Highly Scalable to meet Business Needs
- Automate Validation of Device Manufacturers
- Subscription Includes Access to ALL ViewDNS.info APIs
Our Valued Customers Include:
Key MAC Address Lookup API Features
Comprehensive Database
Our API searches the comprehensive OUI database, ensuring that manufacturer information is available for even the most recent Manufacturers.
Highly Scalable
Our MAC Address Lookup API employs a highly scalable backend ensuring that even high volume checks are met with the highest success rate.
Regular Updates
Data in our OUI database is updated regularly ensuring freshness of manufacturer data.
Automate Your Validation
Our API can assist in validating device manufacturers in order to identify potential malicious devices on your network.
Usage Details
Find manufacturer details for a MAC address.
/maclookup GET
https://api.viewdns.info/maclookup/
Searches the OUI database to find the manufacturer for any MAC address.
Parameters
-
apikeyrequiredYour API key associated with your ViewDNS.info account.
-
macrequiredThe MAC address to retrieve ownership details for (e.g.,
00-05-02-34-56-78). -
outputoptional (default=json)The output format required (
'xml'or'json').
Sample Request Live Demo!
https://api.viewdns.info/maclookup/?mac=00-05-02-34-56-78&apikey=demo&output=json
Sample Response
{
"query": {
"tool": "maclookup_PRO",
"mac": "000502345678"
},
"response": {
"manufacturer": "APPLE COMPUTER - 20650 VALLEY GREEN DRIVE - CUPERTINO CA 95014 - UNITED STATES"
}
}
Code Example