All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Documents — Download: A new
GET /documents/download/{dcp_id}endpoint is added, through which the document file is returned directly, in its original format. Availability can also be checked withHEADon the same path.
- Product Parts — Cross Reference: New
POST /product-parts/cross-referenceendpoint for looking up Renesas replacement parts by competitor part number. Accepts up to 200 part numbers per request. Each result includes the match type (Drop-in,Footprint, orFunctional), competitor manufacturer, lifecycle status, part description, and comments. - Product Parts — Get Attribute by ID: New
GET /product-parts/attributes/{productPartAttributeId}endpoint for retrieving a single parametric attribute by its ID. - Product Parts —
attributeValuesParsed: New array property on parametric attribute objects that provides a structured parse ofattributeValuesentries with known formats. Each item includes atype(GP,BK,DOC,OP, orURL), avalue, and either anhref(for internal API resources) or aurl(for external links). - Product Parts —
chipImage: New property containing the URL of the chip image. - Product Parts —
cadModel: New array property listing available CAD model downloads for the part. Altium entries reference the Documents resource viaagileId,dcpDocumentId,title,type,language, andhref. Third-party entries (e.g., SamacSys) include aurlandprovidedBy. - Documents —
typeandsubTypefilters: New query parameters onGET /documentsfor filtering by document type (e.g.,Datasheet,Manual - Software) and sub-type (e.g.,Driver Package,Peripherals - Clock). - Documents — Types resource: New
GET /documents/typesendpoint listing all available document types and their associated sub-types. - Products —
applicationBlockDiagrams: New array property listing application block diagrams associated with the product, each with atitle,description,imageUrl, andurl.
- Product Parts — Parametric Search: Added
POST /product-parts/searchendpoint for filtering product parts within a product using parametric attribute filters (eq, gt, gte, lt, lte, range operators). - Product Parts — Attributes: Added
GET /product-parts/attributesendpoint for retrieving all available parametric attributes, with optional filtering byproductId. - Product Parts —
distiInventory: New property returning distributor inventory data, including per-distributor stock quantity, part number, and shopping cart URL, along with aninStockflag, totalquantity, andupdatedtimestamp. - Product Parts —
budgetaryPrice: New property returning price breaks at 1, 100, and 1000 units with currency. - Product Parts —
directBuy: New boolean property indicating whether the part is available for direct purchase.
- Products Resource: Introduced
/productsendpoints for listing and retrieving generic products, including category hierarchy, descriptions, features, applications, related boards & kits, documents, and software tools.
- Documents Resource: Introduced
/documentsendpoints for listing and retrieving document downloads, including filtering by language, category, product, and revision date. Supports lookup by DCP Document ID or Agile ID. - Boards & Kits Resource: Introduced
/boards-kitsendpoints for listing and retrieving development, evaluation, demonstration, reference, and starter boards and kits. - Packages Resource: Introduced
/packagesendpoints for listing and retrieving package data, including physical specifications, regulatory info, and related documents. - Software Tools Resource: Introduced
/software-toolsendpoints for listing and retrieving software tools, including IDE, software packages, and related boards, products, and documents.
- Base Orderable Part Number: Updated the
/product-partsendpoints to include a new property for BOPN.
- Launched the Web Data API with the
/product-partsendpoints.