API Documentation
Powerful RESTful API for developers. Integrate MAC lookup into your applications.
Fast & Reliable
Secure
Global CDN
๐Quick Start
Get started with our MAC Lookup API in minutes. No registration required for testing.
# Example: MAC Lookup
curl -X POST https://macdetect.com/api/mac-lookup \
-H "Content-Type: application/json" \
-d '{"mac":"00:1A:2B:3C:4D:5E"}'๐MAC Lookup Endpoint
POST
Active/api/mac-lookupLook up MAC address vendor information from our comprehensive IEEE OUI database.
Request Body:
{
"mac": "00:1A:2B:3C:4D:5E"
}Response:
{
"success": true,
"data": {
"company": "Apple, Inc.",
"type": "MA-L",
"country": "US",
"block_range": "00-1A-2B-00-00-00 to 00-1A-2B-FF-FF-FF"
}
}๐งชTest the API
Try our MAC Lookup API right here. Enter a MAC address and see the live response.
๐Authentication
API keys are required for production use and higher rate limits. Contact us to request API access for your application.
Request API KeyโกRate Limits
Free Tier
100 requests/hour
No API key required
Pro Tier
10,000 requests/hour
API key required
๐Response Codes
200Success - MAC address found
404Not Found - MAC address not in database
400Bad Request - Invalid MAC address format
429Too Many Requests - Rate limit exceeded
๐ฌNeed Help?
Have questions about the API? Need custom integration support? We're here to help!
Contact Support