We are currently working on implementing an API to get product information from Texas Instruments. We are currently hit with a small issue with the burst limit of how many calls we can make to Texas Instruments’s API,
which is five per second. Currently we must call two different API endpoints, /v2/store/products/{TiPartNumber} and /v1/products/{ProductIdentifier}, for each component to get the information we need.
We must do this because /v2/store/products/{TiPartNumber} contains all the information we need, except the lead time of the component. In the API documentation it mentions that we could contact TI for a nonstandard access limit to the API.
Is this something you could help us with?