Bluetooth Company Lookup API

GET

Identify the manufacturer behind any Bluetooth device or beacon.

Bluetooth Company Lookup allows you to identify Bluetooth device manufacturers by their Bluetooth SIG assigned company identifier. This helps identify the manufacturer of Bluetooth devices, beacons, and accessories.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/bluetoothlookup?companyid=76
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "companyId": 76,
    "companyIdHex": "0x004C",
    "found": true,
    "company": "Apple, Inc."
  }
}

About the Bluetooth Company Lookup API

Bluetooth Company Lookup uses the official Bluetooth SIG company identifiers database, which contains thousands of registered Bluetooth manufacturers. The database is updated weekly to include newly registered companies.

What people use it for

Device Identification
Identify Bluetooth devices by their manufacturer company ID. Useful for understanding what devices are in your environment.
Beacon Analysis
Analyze BLE beacons by looking up their manufacturer company ID to understand beacon types and sources.
Security Auditing
Audit Bluetooth devices in your environment by identifying their manufacturers.
IoT Device Management
Manage IoT devices by identifying their Bluetooth manufacturers for compatibility and support.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Bluetooth Company Lookup

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Bluetooth Company Lookup API.

Read the docs
Where does the manufacturer data come from and how often is it updated?
Data is sourced from the official Bluetooth SIG assigned numbers database. The registry is updated weekly to include newly registered companies and hardware manufacturers.
Is it cheap enough to identify the manufacturer for every detected beacon?
Each query costs 2 credits, which comes out to $0.30 per 1,000 calls or about $0.0003 per lookup on the Starter plan. Starter includes 200,000 credits each month, covering 100,000 lookups. You can also evaluate the service with 100 free lookups per month.
Does the lookup accept both hexadecimal and decimal company IDs?
Yes, you can provide company identifiers in either format. You can pass raw decimal values or hex strings with a 0x prefix, and the response provides both representations alongside the manufacturer name.
What happens if a company identifier is not in the database?
When a queried ID does not exist in the official registry, the API returns a response with the found property set to false. Your code can check this flag directly without handling broken schemas.
Can I display these manufacturer names inside a commercial IoT management tool?
Yes, you can integrate and display manufacturer names within commercial applications on any paid plan. Commercial use is not allowed on the Free tier, and you may not resell the raw dataset directly.

Ready to build with Bluetooth Company Lookup? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs