Back to catalog
πŸ›’

Digi-Key

OAuth

Retrieve price and inventory of electronic components as well as place orders

πŸ›’ShoppingHTTPS

ATMEGA328P-PU

DigiKey

Part NumberATMEGA328P-PU
Description8-bit AVR Microcontroller, 32KB Flash, 28-DIP
ManufacturerMicrochip Technology
Stock14,562 in stock
Price$2.68

Sample Response

response.json
1{
2 "partNumber": "ATMEGA328P-PU",
3 "description": "8-bit AVR Microcontroller, 32KB Flash, 28-DIP",
4 "manufacturer": "Microchip Technology",
5 "stock": "14,562 in stock",
6 "price": "$2.68"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.digikey.com/en/resources/api-solutions" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs