# Renesas Web Data API The Renesas Web Data API enables external systems to retrieve product metadata in real time, without relying on manual CSV downloads or periodic feed refreshes. This shift improves data consistency, streamlines integrations, and aligns with modern API-first architectures. Version: 1.0.0 ## Servers Production Server ``` https://api.renesas.com/web-data/v1 ``` Staging Server ``` https://api.renesas-dev.com/web-data/v1 ``` ## Security ### ApiKeyAuth API key required for authentication Type: apiKey In: header Name: x-api-key ## Download OpenAPI description [Renesas Web Data API](https://developer.renesas.com/_bundle/apis/web-data/index.yaml) ## Product Part Endpoints for retrieving product parts. ### Get All Product Parts - [GET /product-parts](https://developer.renesas.com/apis/web-data/product-part/paths/~1product-parts/get.md) ### Get Product Part by ID - [GET /product-parts/{orderable_id}](https://developer.renesas.com/apis/web-data/product-part/paths/~1product-parts~1%7Borderable_id%7D/get.md) ## Document Endpoint for retrieving documents. ### Get All Documents - [GET /documents](https://developer.renesas.com/apis/web-data/document/paths/~1documents/get.md) ### Get Document by DCP Document ID - [GET /documents/{dcp_id}](https://developer.renesas.com/apis/web-data/document/paths/~1documents~1%7Bdcp_id%7D/get.md) ### Get Document by Agile ID - [GET /documents/agile-id/{agile_id}](https://developer.renesas.com/apis/web-data/document/paths/~1documents~1agile-id~1%7Bagile_id%7D/get.md) ## Board & Kit Endpoints for retrieving boards and kits. ### Get All Boards & Kits - [GET /boards-kits](https://developer.renesas.com/apis/web-data/board-and-kit/paths/~1boards-kits/get.md) ### Get Board or Kit by ID - [GET /boards-kits/{board_kit_id}](https://developer.renesas.com/apis/web-data/board-and-kit/paths/~1boards-kits~1%7Bboard_kit_id%7D/get.md)