{ "opencollection": "1.0.0", "info": { "name": "Texas Instruments Product Information Financial Product Information Orchestrated API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://transact.ti.com/v1/oauth/accesstoken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Product Information Orchestrated", "type": "folder" }, "items": [ { "info": { "name": "Get Product Information (Orchestrated)", "type": "http" }, "http": { "method": "GET", "url": "https://transact.ti.com/v1/products-extended/:partNumber", "params": [ { "name": "partNumber", "value": "LM358BIDR", "type": "path", "description": "TI part number. URL-encode special characters." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (0-indexed)" } ] }, "docs": "Retrieves comprehensive product data including basic product details, parametric data, quality and reliability information in a single endpoint call. Slower response time than the standard API. Daily rate limit: 1,500 calls. Supports pagination via page parameter." } ] } ], "bundled": true }