Macadress Lookup Mac Example

NetworkingNetwork Access ControlSecuritySecOpsIoTDevice Fleet ManagementMDMReference DataIEEE OUI LookupDeveloper ToolsMCPagent-native

Macadress Lookup Mac Example is an example object payload from MAC Address Lookup: Find Vendor, OUI & Device Type, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_provenanceoperationIdrequestresponseerror_response

Example Payload

Raw ↑
{
  "_provenance": {
    "generated": "2026-08-28",
    "method": "searched",
    "source": "https://macadress.com/docs",
    "note": "Request and response transcribed verbatim from the provider's published API documentation. Not synthesized."
  },
  "operationId": "lookupMAC",
  "request": {
    "method": "GET",
    "url": "https://api.macadress.com/v1/mac/00:03:93:AB:12:34",
    "headers": {
      "Authorization": "Bearer mk_your_api_key"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "mac": "00:03:93:AB:12:34",
      "valid": true,
      "oui": "00:03:93",
      "organization": "Apple, Inc.",
      "vendor_address": "1 Infinite Loop Cupertino CA US 95014",
      "country": "US",
      "block_type": "MA-L",
      "address_capacity": 16777216,
      "range_start": "00:03:93:00:00:00",
      "range_end": "00:03:93:FF:FF:FF",
      "registered": true,
      "transmission_type": "unicast",
      "administration_type": "universally_administered",
      "locally_administered": false,
      "slap_quadrant": null,
      "eui64": "02:03:93:FF:FE:AB:12:34",
      "ipv6_link_local": "fe80::203:93ff:feab:1234",
      "potentially_randomized": false,
      "randomization_confidence": "none",
      "vendor_lookup_reliable": true,
      "is_zero": false,
      "is_broadcast": false,
      "explanation": "This is a universally administered unicast address with a registered vendor prefix.",
      "is_private": false,
      "matched_prefix": "00:03:93",
      "prefix_length": 24,
      "registry": {
        "source": "IEEE",
        "record_type": "MA-L",
        "record_updated_at": null,
        "database_synced_at": "2026-08-22T03:10:00Z"
      },
      "device": {
        "category": "consumer_electronics",
        "possible_categories": ["smartphone", "tablet", "computer", "media_device"],
        "confidence": "medium",
        "inference_source": "vendor_profile",
        "exact_model_known": false
      },
      "virtualization": { "detected": false, "platform": null, "confidence": "none", "signals": [] },
      "special_use": { "detected": false, "type": null, "protocol": null, "name": null, "source": null, "confidence": "none" },
      "vendor_location": {
        "raw": "1 Infinite Loop Cupertino CA US 95014",
        "address_line": null,
        "city": null,
        "region": null,
        "postal_code": null,
        "country_code": "US",
        "country_name": "United States",
        "parse_confidence": "low"
      },
      "randomization": { "potentially_randomized": false, "confidence": "none", "signals": [], "alternative_explanations": [] },
      "assignment": { "registered_at": null, "first_seen_at": "2026-08-22", "last_changed_at": "2026-08-22" },
      "vendor": {
        "id": "apple-inc",
        "registered_name": "Apple, Inc.",
        "canonical_name": "Apple, Inc.",
        "slug": "apple-inc",
        "block_count": 1553,
        "lookup_url": "https://macadress.com/vendor/000393"
      },
      "meta": {
        "request_id": "5249ebff-787d-4776-97c3-235a8c95823c",
        "api_version": "v1",
        "database_version": "2026-08-22",
        "processed_at": "2026-08-22T10:26:47Z",
        "cached": false
      }
    }
  },
  "error_response": {
    "status": 400,
    "body": {
      "valid": false,
      "error": "invalid MAC address",
      "request_id": "19ee676c-4410-443f-813e-3bbb3433b4bf"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/macadress-lookup-mac-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.