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.
Renesas Web Data API (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data
Production Server
https://api.renesas.com/web-data/v1
Staging Server
https://api.renesas-dev.com/web-data/v1
- Mock serverhttps://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents
- Production Serverhttps://api.renesas.com/web-data/v1/documents
- Staging Serverhttps://api.renesas-dev.com/web-data/v1/documents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents?limit=1&offset=0&language=en&dcpDocumentIdStartsWith=string&productId=string&category=string&documentRevisionDateStart=2019-08-24&documentRevisionDateEnd=2019-08-24' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful response
Category.
Example: [[{"level":1,"title":"Category Level 1"},{"level":2,"title":"Category Level 2"}]]
List of associated products.
Example: [{"productId":"RL78/G13","title":"Sample Product Title","nid":12345,"uuid":"550e8400-e29b-41d4-a716-446655440000","language":"en"}]
List of translations for the document.
Example: [[{"language":"ja","dcpDocumentId":"DOC123456-JA","agileId":"X1234567","href":"/documents/DOC123456-JA"},{"language":"zh-hans","dcpDocumentId":"DOC123456-ZH","agileId":"X1234567","title":"Document Title in Chinese","href":"/documents/DOC123456-ZH"}]]
List of associated disclaimer documents.
Example: [{"dcpDocumentId":"DISC789012","language":"en","agileId":"X1234567","title":"Standard Product Disclaimer","href":"/documents/DISC789012"},{"dcpDocumentId":"DISC789013","language":"en","agileId":"X1234567","title":"Export Control Disclaimer","href":"/documents/DISC789013"}]
Response
application/json
[ { "agileId": "string", "dcpDocumentId": "string", "category": [ … ], "product": [ … ], "title": "string", "type": "string", "fileType": "string", "secureDocument": true, "href": "http://example.com", "revisionDate": "string", "wwwUpdateDate": "string", "language": "string", "nid": "string", "uuid": "string", "translation": [ … ], "published": true, "featured": true, "relationship": "string", "filename": "string", "disclaimer": [ … ], "myrenesasDocument": true } ]
- Mock serverhttps://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/{dcp_id}
- Production Serverhttps://api.renesas.com/web-data/v1/documents/{dcp_id}
- Staging Serverhttps://api.renesas-dev.com/web-data/v1/documents/{dcp_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/{dcp_id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful response
Category.
Example: [[{"level":1,"title":"Category Level 1"},{"level":2,"title":"Category Level 2"}]]
List of associated products.
Example: [{"productId":"RL78/G13","title":"Sample Product Title","nid":12345,"uuid":"550e8400-e29b-41d4-a716-446655440000","language":"en"}]
List of translations for the document.
Example: [[{"language":"ja","dcpDocumentId":"DOC123456-JA","agileId":"X1234567","href":"/documents/DOC123456-JA"},{"language":"zh-hans","dcpDocumentId":"DOC123456-ZH","agileId":"X1234567","title":"Document Title in Chinese","href":"/documents/DOC123456-ZH"}]]
List of associated disclaimer documents.
Example: [{"dcpDocumentId":"DISC789012","language":"en","agileId":"X1234567","title":"Standard Product Disclaimer","href":"/documents/DISC789012"},{"dcpDocumentId":"DISC789013","language":"en","agileId":"X1234567","title":"Export Control Disclaimer","href":"/documents/DISC789013"}]
Response
application/json
{ "agileId": "string", "dcpDocumentId": "string", "category": [ [ … ] ], "product": [ { … } ], "title": "string", "type": "string", "fileType": "string", "secureDocument": true, "href": "http://example.com", "revisionDate": "string", "wwwUpdateDate": "string", "language": "string", "nid": "string", "uuid": "string", "translation": [ [ … ] ], "published": true, "featured": true, "relationship": "string", "filename": "string", "disclaimer": [ { … }, { … } ], "myrenesasDocument": true }
- Mock serverhttps://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/agile-id/{agile_id}
- Production Serverhttps://api.renesas.com/web-data/v1/documents/agile-id/{agile_id}
- Staging Serverhttps://api.renesas-dev.com/web-data/v1/documents/agile-id/{agile_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/agile-id/{agile_id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful response
Category.
Example: [[{"level":1,"title":"Category Level 1"},{"level":2,"title":"Category Level 2"}]]
List of associated products.
Example: [{"productId":"RL78/G13","title":"Sample Product Title","nid":12345,"uuid":"550e8400-e29b-41d4-a716-446655440000","language":"en"}]
List of translations for the document.
Example: [[{"language":"ja","dcpDocumentId":"DOC123456-JA","agileId":"X1234567","href":"/documents/DOC123456-JA"},{"language":"zh-hans","dcpDocumentId":"DOC123456-ZH","agileId":"X1234567","title":"Document Title in Chinese","href":"/documents/DOC123456-ZH"}]]
List of associated disclaimer documents.
Example: [{"dcpDocumentId":"DISC789012","language":"en","agileId":"X1234567","title":"Standard Product Disclaimer","href":"/documents/DISC789012"},{"dcpDocumentId":"DISC789013","language":"en","agileId":"X1234567","title":"Export Control Disclaimer","href":"/documents/DISC789013"}]
Response
application/json
{ "agileId": "string", "dcpDocumentId": "string", "category": [ [ … ] ], "product": [ { … } ], "title": "string", "type": "string", "fileType": "string", "secureDocument": true, "href": "http://example.com", "revisionDate": "string", "wwwUpdateDate": "string", "language": "string", "nid": "string", "uuid": "string", "translation": [ [ … ] ], "published": true, "featured": true, "relationship": "string", "filename": "string", "disclaimer": [ { … }, { … } ], "myrenesasDocument": true }