peeter123 / digikey-api

Python module for the Digikey PartSearch API
GNU General Public License v3.0
85 stars 35 forks source link

Missing parameters in GRM1885C1H560FA01J #13

Closed clementspeter closed 3 years ago

clementspeter commented 3 years ago

Dear All,

I came accross an interesting component : the GRM1885C1H560FA01J on digi-key (490-11467-1-ND)

Funkenjaeger commented 3 years ago

This module is just wrapping calls to Digikey's public REST API - if the Digikey API returns suspicious or erroneous results, there's not a lot that this tool can do about it.

As far as the results for this specific part, note that in the right-hand column (under "Add to Cart") the first table only says "Tape & Reel (TR)" and only lists qty 10000, whereas for other parts it normally says "Cut Tape (CT) & Digi-Reel®" and lists multiple quantity options. This suggests that Digikey is not currently offering this part in Digi-Reel packaging, even though they do have a part number for it. As for why the part is marked as discontinued, who knows - you'd have to ask Digikey.

eeintech commented 3 years ago

@clementspeter Wanna close this issue if you have no more question?