Can I search by vendor name instead of a MAC address?
Yes. Pass org with at least two characters for a case-insensitive partial match. Results are capped at 50 registry entries.
Identify network hardware manufacturers from full MAC addresses, OUI prefixes, or organization name searches. Official IEEE registry data with format normalization and hardware classification.
Why MAC Address API
/api/v1/mac-address
One GET route with three mutually exclusive query modes. No POST or batch endpoint.
| Parameter | Type | Required | Description |
|---|---|---|---|
| mac | string | one of three | Full MAC address, e.g. "00:11:22:33:44:55". |
| prefix | string | one of three | Exactly 6 hex characters for OUI prefix lookup, e.g. 001122. |
| org | string | one of three | Organization name substring (min 2 chars). Returns up to 50 matches. |
Query by full MAC for vendor analytics, or search by organization name for discovery.
GET https://datpaq.com/api/v1/mac-address?mac=00:11:22:33:44:55
GET https://datpaq.com/api/v1/mac-address?org=Apple
Error reference
Validation failures return clear messages before any registry query runs.
FAQ
Yes. Pass org with at least two characters for a case-insensitive partial match. Results are capped at 50 registry entries.
Colon-separated (00:11:22:33:44:55), hyphen-separated, or compact hex (001122334455). The API normalizes input before lookup.
Create an API key in your Datpaq dashboard and send it with each request as a bearer token in the Authorization header.
Yes. Datpaq APIs include a free tier for building, testing, and small production workloads before you move to a paid plan.
Datpaq APIs use REST over HTTPS and return JSON by default. Endpoint docs show the supported methods, query parameters, request bodies, and response fields.
Each API documents rate limits, validation rules, and error responses in the landing page and API docs so integrations can retry and fail cleanly.
Identify network devices by MAC address using official IEEE OUI registry data — ideal for security audits and asset inventory.