USB Vendor Lookup API GET

USB Vendor Lookup allows you to identify USB device manufacturers and products by their vendor ID and product ID. It uses the Linux USB ID Repository, which contains thousands of USB vendor and product identifiers.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/usbvendorlookup
Verification
Format

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

200 OK
{
  "status": "ok",
  "error": null,
  "data": {
    // USB Vendor Lookup response payload
  }
}

About the USB Vendor Lookup API

USB Vendor Lookup works by matching USB vendor IDs (VID) and product IDs (PID) against a comprehensive database maintained by the Linux USB project. The database is updated weekly to ensure accurate and up-to-date information.

What people use it for

Device Identification
Identify unknown USB devices by their vendor and product IDs. Useful for IT asset management and inventory tracking.
Hardware Diagnostics
Diagnose USB device issues by looking up manufacturer information and product details.
Security Auditing
Audit USB devices connected to your network by identifying manufacturers and device types.
Driver Matching
Help users find appropriate drivers by identifying the exact manufacturer and product model.

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 USB Vendor Lookup

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

Questions.

Common questions about the USB Vendor Lookup API.

Read the docs
What does the USB Vendor Lookup API do?
USB Vendor Lookup allows you to identify USB device manufacturers and products by their vendor ID and product ID. It uses the Linux USB ID Repository, which contains thousands of USB vendor and product identifiers.
How do I authenticate USB Vendor Lookup API requests?
Pass your API key in the x-api-key header over HTTPS. One key works across all 300+ APIVerve APIs — there are no per-endpoint credentials.
How much does the USB Vendor Lookup API cost?
Each call spends 2 credits from your shared pool. The free tier includes 200 credits every month, and paid plans add more headroom.
How fast is the USB Vendor Lookup API?
Response time depends on the endpoint — the p50 through p99 latency for this API is published on this page. Requests are served over HTTPS through a global edge network.
What response formats does the USB Vendor Lookup API support?
JSON by default, plus XML and YAML via the format parameter. GraphQL and an MCP interface for AI agents are available across the catalog.
What HTTP method does the USB Vendor Lookup API use?
GET over HTTPS, following standard REST conventions with a consistent { status, error, data } response envelope.

Ready to build with USB Vendor 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