Menu

GetSupplierComponentsByPartNumber

Ciiva

API Reference (V1)

Search supplier components by part number.

At least one of the supplier name and supplier part number has to be specified.

If only supplier name is specified, then the query returns all supplier components from this supplier. If only supplier part number is specified, then the query returns all supplier components having this part number regardless of the manufacturer.

The parameter SupplierName is matched against supplier names and aliases in our database.

You can switch between exact match mode and partial match mode by changing the value of the parameter ExactMatch.

GetSupplierComponentsByPartNumber

Name Description
Address https://api.ciiva.com/api/DFA2EB61-10A6-411B-9188-FEF7E6151F25
Accept methods GET, POST

Example:

        Parameters:
        {"Avnet", "MCP2515", "false", "2"}

        Return:
        { "ManufacturerComponentId":7263723,
          "SupplierComponentId":11212897,
          "SupplierName":"Avnet",
          "SupplierPartNumber":"MCP2515T-I/STRB4",
          "DatasheetUrl":"http://ww1.microchip.com/downloads/en/DeviceDoc/21801e.pdf",
          "DetailUrl":"http://avnetexpress.avnet.com/store/em/EMController/Controller-Area-Network/Microchip/MCP2515T-I-STRB4/_/R-4748166/A-4748166/An-0?action=part&catalogId=&langId=-1&storeId=500201&listIndex=-1&page=1&rank=45"
        },

        { "ManufacturerComponentId":1158553,
          "SupplierComponentId":3302993,
          "SupplierName":"Avnet",
          "SupplierPartNumber":"MCP2515-E/SO",
          "Description":"CAN 1Mbps Sleep/Standby 3.3V/5V Extended 18-Pin SOIC W Tube",
          "DatasheetUrl":"http://ww1.microchip.com/downloads/en/DeviceDoc/21801e.pdf",
          "DetailUrl":"http://avnetexpress.avnet.com/store/em/EMController/Controller-Area-Network/Microchip/MCP2515-E-SO/_/R-3854983/A-3854983/An-0?action=part&catalogId=&langId=-1&storeId=500201&listIndex=-1&page=1&rank=1"
        }

Request Object Schema

Object Name: GetSupplierComponentsByPartNumber

Property Name Property Type Description Example
SupplierName String Supplier name
SupplierPartNumber String Supplier part number
ExactMatch Boolean Exact match or partial match
Limit Int32 Maximum mumber of records to return; in range [0,100]

Return Object Schema

Object Name: SupplierComponent

Property Name Property Type Description Example
ManufacturerComponentId Int64 Manufacturer component id
SupplierComponentId Int64 Supplier component id
SupplierName String Supplier name
SupplierPartNumber String Supplier part number
Description String Description
IsAuthorised Boolean Is from authrised supplier
DatasheetUrl String Datasheet Url
DetailUrl String Detail Url

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.