High Tech indexes the APIs, data services, and reference artifacts that power the electronics, semiconductor, hardware, and IoT industries. The landscape covers electronic component data and distribution (Octopart / Nexar, Digi-Key, Mouser, Arrow Electronics, Avnet, Newark / element14), ECAD and PCB design data (SnapEDA, Ultra Librarian, Altium 365 via Nexar Design), and hardware lifecycle / IoT device management platforms (AWS IoT, Azure IoT Hub, Particle). The centerpiece of this repo is a normalized Component record schema — keyed on Manufacturer Part Number (MPN) + Manufacturer — together with a JSON-LD context aligned to schema.org and a Bill of Materials (BoM) schema for hardware engineering workflows.
URL: Visit APIs.yml
- Type: Index
- Position: Reference
- Access: 3rd-Party
- x-type: topic
Arrow Electronics, Availability, Bill of Materials, BoM, Component Data, Datasheets, Digi-Key, Distributors, ECAD, Electronic Components, Electronics, Footprints, Hardware, High Tech, IoT, Lifecycle, Manufacturer Part Number, Manufacturers, Mouser, MPN, Nexar, Octopart, PCB Design, Pricing, RoHS, Semiconductors, SnapEDA, Supply Chain, Symbols, Ultra Librarian
| Provider | Surface | Auth | Docs |
|---|---|---|---|
| Octopart / Nexar Supply | GraphQL | OAuth 2.0 | nexar.com/api |
| Digi-Key Product Information V4 | REST | OAuth 2.0 (2LO / 3LO) | developer.digikey.com |
| Mouser Electronics Search API | REST | API key | mouser.com/api-search |
| Arrow Electronics Pricing & Availability | REST (JSON/XML) | Authorization key | developers.arrow.com |
| Avnet | Partner APIs | Account-based | avnet.com |
| Newark / element14 | Partner APIs | Account-based | newark.com |
| Provider | Surface | Docs |
|---|---|---|
| SnapEDA | Free symbols, footprints, 3D models | snapeda.com |
| Ultra Librarian | Symbols, footprints, 3D for 16M+ components | ultralibrarian.com |
| Altium 365 / Nexar Design | GraphQL access to A365 workspace data | nexar.com/api |
| Provider | Surface | Docs |
|---|---|---|
| AWS IoT Core | MQTT + REST + Device Shadow | docs.aws.amazon.com/iot |
| Azure IoT Hub | MQTT/AMQP + Device Twins + DPS | learn.microsoft.com/azure/iot-hub |
| Particle Device Cloud | REST + Webhooks + OTA | docs.particle.io |
This topic repo emphasizes shared schemas and semantics rather than per-provider OpenAPI specs (each provider's own repo holds those).
high-tech-component-schema.json— Canonical Component record:mpn,manufacturer,description,category,datasheets[],specifications[],lifecycle,compliance[],package,cad[],offers[],identifiers.high-tech-bom-schema.json— Bill of Materials:bomId,revision,lines[]with reference designators, alternates (AML/AVL), and DNP flags.
high-tech-component-structure.json— Every Component field annotated with type, cardinality, and the upstream providers that contribute it.
high-tech-context.jsonld— JSON-LD context aligning the Component record toschema:Product,schema:Offer,schema:Organization,schema:PropertyValue, and aht:namespace for high-tech-specific terms (lifecycle status, RoHS / REACH compliance, CAD models, reference designators).
high-tech-component-stm32f407-example.json— Full Component record for STMicroelectronics STM32F407VGT6 MCU across three distributors.high-tech-component-passive-resistor-example.json— Yageo RC0402FR-0710KL chip resistor showing high-volume passive pricing.high-tech-bom-iot-sensor-example.json— Multi-line BoM for an IoT sensor node with alternates and DNP test points.high-tech-octopart-graphql-search-example.json— GraphQLsupSearchMpnrequest/response mapped to the canonical record.high-tech-digikey-keyword-search-example.json— Digi-KeyPOST /products/v4/search/keywordrequest/response.high-tech-mouser-part-search-example.json— MouserSearchByPartNumberrequest/response.
high-tech-vocabulary.yml— Terms across identity (MPN, distributor SKU), packaging (SMD, LQFP, 0402), lifecycle (NRND, LTB, EOL), compliance (RoHS, REACH, Conflict Minerals, ECCN, HTS), ECAD (symbol, footprint, 3D model, reference designator), and BoM (alternates, AML/AVL, DNP).
(mpn, manufacturer.name) ⟶ one Component
Every distributor SKU, ECAD asset, datasheet, lifecycle state, compliance statement, and price break attaches to this pair. The identifiers block carries cross-distributor lookup keys (Octopart ID, Digi-Key P/N, Mouser P/N, Arrow P/N, GTIN).
- Created: 2026-05-23
- Modified: 2026-05-23