Electronic Component API Wiki
Search electronic components, datasheets, stock, price, alternatives
Brought to you by:
ciiva
Search manufacturer components by description.
GetManufacturerComponentsByDescriptiveSearch
| Name | Description |
|---|---|
| Address | https://api.ciiva.com/api/65E70374-793C-4BA4-B87D-008474FCD3E9 |
| Accept methods | GET, POST |
Example:
Parameters:
{"15inch TFT display", "2"}
Return:
{ "ManufacturerComponentID":1014439,
"ManufacturerName":"NEC",
"ManufacturerPartNumber":"NL10276BC30-18",
"ManufacturerNameAlias":[],
"LifeCycleStatusID":4,
"LifeCycleStatusName":"EOL"
},
{ "ManufacturerComponentID":3060022,
"ManufacturerID":2078,
"ManufacturerName":"Sharp",
"ManufacturerPartNumber":"LQ150X1LG55",
"ManufacturerNameAlias":[],
"LifeCycleStatusID":5,
"LifeCycleStatusName":"Obsolete"
}
Object Name: GetManufacturerComponentsByDescriptiveSearch
| Property Name | Property Type | Description | Example |
|---|---|---|---|
| Description | String | Search key words | |
| Limit | Int32 | Maximum mumber of records to return; in range [0,100] |
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 |