How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

macadress.com API

REST/JSON API for single and batch MAC/OUI lookups, vendor directory search, and health checks. Requires a free API key via Authorization Bearer or api_key query/body.Live API at api.macadress.com: GET /v1/mac/:mac and POST /v1/mac/batch, answering 401 with an explicit "missing API key" message. Operated by ApisOS FZE. The declared apis.json 404s, but an OpenAPI 3.1.0 IS published -- at macadress.com/static/openapi.yaml?v=ceee2d51, a versioned asset path that probing the conventional locations never finds. llms.txt is served and is where the real endpoints and the MCP subdomain are named. Verified 2026-08-28.

This API exposes 4 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.macadress.com.

4 operations 4 paths 7 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.macadress.com
Authentication
HTTP Bearer, API Key
License
See https://macadress.com/terms
Resource Areas
1

Authentication & Security 2

macadress.com API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (apiKeyHeader). An API key is passed in the query as api_key (apiKeyQuery). By default, every request must be authenticated.

  • apiKeyHeader — Authorization: Bearer mk...

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Operations 4
GET
/v1/mac/{mac}
Look up a single MAC address
lookupMAC 1 param → 200400401429
POST
/v1/mac/batch
Look up up to 100 MAC addresses in one request
lookupMACBatch body → 200400401429
GET
/v1/vendors
Search the registered vendor/block directory
searchVendors 3 params → 200401429
GET
/v1/healthz
Liveness check (not counted against any quota, no API key required)
healthz → 200503

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Result (36 properties), VendorBlock (9 properties), ParseErrorBody (3 properties), VendorSearchResult (2 properties). Each schema is shown below with its type and property counts.

ParseErrorBody
object
3 properties
ConfidenceNoneLowMediumHigh
string
VendorBlock
object
One IEEE-assigned MAC/OUI prefix block, as returned by /v1/vendors.
9 properties
VendorSearchResult
object
2 properties
DeviceCategory
string
Controlled taxonomy. "unknown" when the vendor is too broad or no vendor profile exists in this deployment's starter dataset: most registered organizations fal…
Result
object
The x-added-in-version extension on a property marks it as added after the original v1 shape shipped; every such field is nullable or safely defaulted.
36 properties 21 required
BatchItem

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

macadress-openapi.yaml Raw ↑
Where this information came from

This is an independent, third-party profile of macadress.com API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.