Electronic Component API Wiki
Search electronic components, datasheets, stock, price, alternatives
Brought to you by:
ciiva
Search alternative components of a manufacturer components given its ID.
GetAlternativeManufacturerComponentsById
Name | Description |
---|---|
Address | https://api.ciiva.com/api/4322A156-A806-4538-8D4C-8DE6FD7DE406 |
Accept methods | GET, POST |
Example:
Parameters: {"3824", "2"} Return: { "ManufacturerComponentID":70997, "ManufacturerName":"Keystone Electronics", "ManufacturerPartNumber":"742", "ManufacturerNameAlias":[""], "LifeCycleStatusID":2, "LifeCycleStatusName":"Production" }, { "ManufacturerComponentID":1174514, "ManufacturerName":"Multicomp / Multicomp SPC", "ManufacturerPartNumber":"BG505", "ManufacturerNameAlias":[""], "LifeCycleStatusID":2, "LifeCycleStatusName":"Production" }
Request Object Schema
Object Name: GetAlternativeManufacturerComponentsById
Property Name | Property Type | Description | Example |
---|---|---|---|
ManufacturerComponentId | Int64 | Manufacturer component id | |
Limit | Int32 | Maximum mumber of records to return; in range [0,100] |
Return Object Schema
Object Name: ManufacturerComponent
Property Name | Property Type | Description | Example |
---|---|---|---|
Description | String | Description | |
ManufacturerComponentId | Int64 | Manufacturer component id | |
ManufacturerName | String | Manufacture name | |
ManufacturerPartNumber | String | Manufacture part number | |
ManufacturerNameAlias | List of: String | Alternative names of this manufacturer | |
LifeCycleStatusId | Int32 | Life cycle status id | |
LifeCycleStatusName | String | Life cycle status |