ZenodeZenode
Reference

Manufacturer

Manufacturer objects

ManufacturerRef

The lightweight manufacturer reference embedded in part results.

JSON
1{
2 "slug": "texas-instruments-inc",
3 "name": "Texas Instruments"
4}
FieldTypeNotes
slugstringStable manufacturer slug — the public identifier
namestringCanonical display name

Manufacturer

The fuller record returned by the manufacturer endpoints.

JSON
1{
2 "slug": "texas-instruments-inc",
3 "name": "Texas Instruments",
4 "logo": null
5}
FieldTypeNotes
slugstringStable manufacturer slug — the public identifier
namestringCanonical display name
logostring | nullAbsolute CDN URL of the logo; null when not available

Used by: Manufacturers; ManufacturerRef is embedded in every part object.