Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Renesas Product Part API

Endpoints for retrieving product parts.

Renesas Product Part API is one of 6 APIs that Renesas publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Product Part. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 6 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version 1.2.0.

Requests are made against 2 base URLs: https://api.renesas.com/web-data/v1, https://api.renesas-dev.com/web-data/v1.

6 operations 6 paths 2 schemas 4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.2.0
Base URL
https://api.renesas.com/web-data/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Renesas Product Part API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key required for authentication

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Product Part 6

Endpoints for retrieving product parts.

GET
/product-parts
Get All Product Parts
9 params → 200500
GET
/product-parts/{orderable_id}
Get Product Part by ID
1 param → 200404500
POST
/product-parts/search
Parametric Search for Product Parts
body → 200400404500
GET
/product-parts/attributes
Get All Product Part Attributes
3 params → 200500
GET
/product-parts/attributes/{productPartAttributeId}
Get Product Part Attribute by ID
1 param → 200404500
POST
/product-parts/cross-reference
Cross Reference Product Parts
body → 200400500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are product_part (34 properties), product_part_attribute (1 property). Each schema is shown below with its type and property counts.

product_part_attribute
object
1 property 1 required
product_part
object
34 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

renesas-product-part-api-openapi.yml Raw ↑

Other APIs Renesas publishes across the network.

Renesas Board & Kit API
Renesas Document API
Renesas Package API
Renesas Product API
Renesas Software Tool API