Documentation

API URL


GET /api/v1/mac-address

Headers
Code
Content-Type: application/json
Query Parameters


Example GET Request

Code
GET /api/v1/mac-address?prefix=00:1A:2B

Successful Response

Status
HTML
200 OK
Body
Code
[
  {
    "prefix": "00:1A:2B",
    "organization": "Cisco Systems",
    "registry": "MA-L"
  }
]

Error Response

Example
Code
400 MISSING_QUERY – If neither prefix nor org is provided
404 NOT_FOUND – No matching result found
500 SERVER_ERROR – Unexpected database or query issue

Last Updated:  May 4, 2026