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/api/mac-lookup
Active

Look 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