Product Information API Version3.0 (1.0)

Download OpenAPI specification:Download

  • It is an API that retrieves product information based on the specified search conditions.
  • 2 types of APIs are available, which must be used properly according to the purpose.
  • The below 2 APIs use "API key authentication", so it is necessary to send the API key in the request header when calling the API.

/v3/products

Each product specification information acquisition API

Acquires the specification information for 2000 products from the top of the products that match the search conditions.

  • The value specified in the search condition must be encoded.
  • If lang is not specified, it will be in English.
  • You can specify a single search condition or multiple search conditions. To specify multiple search conditions, connect with "and". Please refer to the table below for details on how to specify search conditions.
  • To specify the sort order in $orderby, specify "sort_condition asc" for ascending order and "sort_condition desc" for descending order. To specify multiple sort orders, connect with ",".
  • Please configure $filter and $orderby so that the total URL length, including the request parameters, does not exceed 2,082 bytes.
Authorizations:
ApiKeyAuth
query Parameters
lang
string
Enum: "ja" "zh" "en"

Language

category
required
string

Product Category ID

$filter
string

Search conditions

Format: Specify filter conditions in OData format.

  • Multiple conditions can be joined with and / or

Supported operators:

  • startswith(), contains(): starts with, contains
  • eq: equal to
  • ge, le: greater than or equal to / less than or equal to
  • gt, lt: greater than / less than
  • ge and le: range

Examples:

  • $filter=startswith(ToleranceCapacitance,'%C2%A100')
  • $filter=contains(Partno,'CD72')
  • $filter=Partno eq 'GRM31CD80G107MEA8L'
  • $filter=Partno eq 'GRM31CD80G107MEA8L%7CGRM31CD80G107MEA8K'
  • $filter=Length ge 0.0032
  • $filter=Length ge 0.0032 and Length le 0.0045
$orderby
string

Sort order

Responses

Response samples

Content type
application/json
{}

/v3/products/getproductdatadownloadurl

All products specification information URL acquisition API

Acquires the URL with the specification information of all products.

  • Specifying the Category ID is mandatory.
  • If lang is not specified, it will be in English.
  • The URL for downloading all product data has an expiration date and can be accessed for 7 days after the URL is issued.
Authorizations:
ApiKeyAuth
query Parameters
lang
string
Enum: "ja" "zh" "en"

Language

category
required
string non-empty

Product Category ID

Responses

Response samples

Content type
application/json
{}