Returns all components (including revisions) matching the given IPN value.
Each component includes:
- internal_part_number: The IPN value and optional revision
- type:
"OffTheShelf"or"Custom" - risk_data: Aggregated compliance and lifecycle data derived from linked parts
- linked_parts: Off-the-shelf parts (MPNs), generic specifications, or custom part specifications
If no component matches the given IPN value, the response contains an empty components array (not a 404 error), since one IPN value can map to multiple revisions.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/components/ipn/{ipn}' \
-H 'Accept: application/api.luminovo.component-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "components": [ { … } ] }