Usage Notes
The request function on this page is valid only for a certain period of time.
Documentation
Using an API key
An API Key is required to use this Web API Service. You can create an API Key from below link.
API Key Request.
Pass the API key into this Web API call with the following HTTP header.
Tdsc-Api-Key: {your API Key}
API Key Request.
Pass the API key into this Web API call with the following HTTP header.
Tdsc-Api-Key: {your API Key}
Request Example (Curl command)
e.g. curl -X POST -H "Tdsc-Api-Key: your API Key" -H "Content-Type: application/json" -d "{ Parameter:Value }" Endpoint
(Windows/Linux)
Search for product category contains the name of "diode".
You can search by specifying multiple part numbers or orderable part numbers. Please enter a half-width space between the part numbers.
(Windows/Linux)
Search for product category contains the name of "diode".
curl -X POST -H "Tdsc-Api-Key: 7d7222dd10…" -H "Content-Type: application/json" -d "{\"category\":\"diode\",\"category_option\":3}" https://toshiba.semicon-storage.com/webapi/products/latest
You can search by specifying multiple part numbers or orderable part numbers. Please enter a half-width space between the part numbers.
curl -X POST -H "Tdsc-Api-Key: 7d7222dd10…" -H "Content-Type: application/json" -d "{\"part_number\":\"PART_NUMBER_A PART_NUMBER_B\"}" https://toshiba.semicon-storage.com/webapi/products/latest
Input parameters
Result
Refer to the Web API Specification Page for details.
Name | Option | Value |
---|---|---|
Product Category | ||
Part Number | ||
Orderable Part Number | ||
Life cycle | ||
Absolute Maximum Rating | ||
Electrical Characteristics | ||
Electrical Characteristics(Microcontroller) | ||
Exclude products without orderable part number | ||
Reference Design | ||
Position to get data |
Date | |||||
---|---|---|---|---|---|
URL | |||||
Method | |||||
Parameters | |||||
Elapsed Time(msec) | |||||
HTTP Status | |||||
Size(byte) | |||||
Count | |||||
Data Preview |
|
||||
JSON |
Format
|