High Tech · Example Payload

High Tech Mouser Part Search Example

Mouser Search API SearchByPartNumber call returning fields aligned to the canonical Component record.

Arrow ElectronicsAvailabilityBill of MaterialsBoMComponent DataDatasheetsDigi-KeyDistributorsECADElectronic ComponentsElectronicsFootprintsHardwareHigh TechIoTLifecycleManufacturer Part NumberManufacturersMouserMPNNexarOctopartPCB DesignPricingRoHSSemiconductorsSnapEDASupply ChainSymbolsUltra Librarian

High Tech Mouser Part Search Example is an example object payload from High Tech, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

high-tech-mouser-part-search-example.json Raw ↑
{
  "description": "Mouser Search API SearchByPartNumber call returning fields aligned to the canonical Component record.",
  "request": {
    "method": "POST",
    "url": "https://api.mouser.com/api/v1/search/partnumber?apiKey=<api-key>",
    "headers": {
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "SearchByPartRequest": {
        "mouserPartNumber": "511-STM32F407VGT6",
        "partSearchOptions": "string"
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "Errors": [],
      "SearchResults": {
        "NumberOfResult": 1,
        "Parts": [
          {
            "MouserPartNumber": "511-STM32F407VGT6",
            "ManufacturerPartNumber": "STM32F407VGT6",
            "Manufacturer": "STMicroelectronics",
            "Description": "ARM Microcontrollers - MCU ARM M4 1024 FLASH 168Mhz 192kB SRAM",
            "Category": "ARM Microcontrollers - MCU",
            "DataSheetUrl": "https://www.mouser.com/datasheet/2/389/stm32f407vg-1849539.pdf",
            "ProductDetailUrl": "https://www.mouser.com/ProductDetail/STMicroelectronics/STM32F407VGT6",
            "ImagePath": "https://www.mouser.com/images/stmicroelectronics/lrg/STM32F4_t.jpg",
            "Availability": "1872 In Stock",
            "AvailabilityInStock": "1872",
            "LeadTime": "12 Weeks",
            "LifecycleStatus": "Active",
            "Min": "1",
            "Mult": "1",
            "PriceBreaks": [
              { "Quantity": 1, "Price": "$14.51", "Currency": "USD" },
              { "Quantity": 25, "Price": "$11.85", "Currency": "USD" },
              { "Quantity": 100, "Price": "$10.34", "Currency": "USD" }
            ],
            "RohsStatus": "RoHS Compliant"
          }
        ]
      }
    }
  }
}