Vishay Intertechnology · JSON Structure

Vishay Electronic Component Structure

Structure of a Vishay electronic component entry as returned by distributor APIs

Type: Properties: 0
AutomotiveCapacitorsDiodesElectronicsIndustrialMOSFETsManufacturingMedicalOptoelectronicsPassive ComponentsResistorsSemiconductorsFortune 1000

VishayElectronicComponent is a JSON Structure definition published by Vishay Intertechnology.

Meta-schema:

JSON Structure

vishay-electronic-component-structure.json Raw ↑
{
  "name": "VishayElectronicComponent",
  "description": "Structure of a Vishay electronic component entry as returned by distributor APIs",
  "fields": [
    {
      "name": "partNumber",
      "type": "string",
      "description": "Vishay manufacturer part number",
      "required": true
    },
    {
      "name": "manufacturer",
      "type": "string",
      "description": "Always Vishay Intertechnology",
      "required": true
    },
    {
      "name": "category",
      "type": "string",
      "description": "Component category (Resistors, MOSFETs, Diodes, etc.)",
      "required": true
    },
    {
      "name": "subcategory",
      "type": "string",
      "description": "Component series or subcategory",
      "required": false
    },
    {
      "name": "description",
      "type": "string",
      "description": "Technical description",
      "required": false
    },
    {
      "name": "specifications",
      "type": "object",
      "description": "Electrical and physical specifications",
      "required": false,
      "fields": [
        {
          "name": "voltageRating",
          "type": "string",
          "description": "Maximum voltage"
        },
        {
          "name": "currentRating",
          "type": "string",
          "description": "Maximum current"
        },
        {
          "name": "powerRating",
          "type": "string",
          "description": "Power dissipation"
        },
        {
          "name": "tolerance",
          "type": "string",
          "description": "Value tolerance"
        },
        {
          "name": "packageType",
          "type": "string",
          "description": "Component package"
        },
        {
          "name": "temperatureRange",
          "type": "string",
          "description": "Operating temperature"
        }
      ]
    },
    {
      "name": "datasheet",
      "type": "string",
      "description": "URL to PDF datasheet",
      "required": false
    },
    {
      "name": "applications",
      "type": "array",
      "description": "Target markets",
      "required": false
    },
    {
      "name": "rohs",
      "type": "boolean",
      "description": "RoHS compliance",
      "required": false
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/vishay-electronic-component-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.