ZenodeZenode
Reference

PartDetail

Full part record

The full part record — a superset of PartSummary.

JSON
1{
2 "mpn": "TL072CP",
3 "mpn_slug": "TL072CP",
4 "manufacturer": {
5 "slug": "texas-instruments-inc",
6 "name": "Texas Instruments"
7 },
8 "description": "Dual JFET-Input Low-Noise Operational Amplifier, 8-PDIP",
9 "long_description": "The TL072 is a high-speed JFET-input dual operational amplifier ...",
10 "image": "https://cdn.zenode.ai/blobs/documents/3f8a...e1.jpg",
11 "image_large": "https://cdn.zenode.ai/blobs/documents/3f8a...e1-lg.jpg",
12 "status": "active",
13 "url": "https://zenode.ai/part/texas-instruments-inc/TL072CP",
14 "categories": [
15 {
16 "slug": "amplifiers/operational-amplifiers",
17 "name": "Operational Amplifiers",
18 "path": []
19 }
20 ],
21 "specs": [
22 {
23 "name": "Supply Voltage",
24 "value": "±18 V",
25 "value_numeric": 18,
26 "unit": "V",
27 "group": "Power"
28 }
29 ],
30 "packaging": {
31 "package_type": "SOIC-8",
32 "pin_count": 8,
33 "supplier_package": "Tape & Reel (TR)",
34 "supplier_standard_package": 2500
35 },
36 "pricing": [
37 {
38 "distributor": "Digi-Key",
39 "stock": 14230,
40 "tiers": []
41 }
42 ],
43 "datasheets": [
44 {
45 "title": "TL07xx Datasheet",
46 "slug": "ti-tl072-datasheet-3f8a",
47 "url": "https://zenode.ai/datasheets/ti-tl072-datasheet-3f8a"
48 }
49 ],
50 "lifecycle": {
51 "status_date": "2025-09-01",
52 "obsolescence_year": 2027,
53 "overall_risk": "Medium",
54 "lifecycle_risk": "High"
55 },
56 "regulatory": {
57 "rohs": true,
58 "rohs_status": "RoHS3 Compliant",
59 "eccn": "EAR99",
60 "hts_code": "8542.33.0001",
61 "unspsc": "32110000",
62 "coo": "PH",
63 "certifications": []
64 }
65}

It carries every PartSummary field plus:

FieldTypeNotes
long_descriptionstringExtended description
image_largestring | nullAbsolute CDN URL of a high-resolution image; null if none
categoriesCategoryRef[]Categories the part belongs to (the part's taxonomy)
specsSpec[]Parametric specifications
packagingPackagingPhysical package & supplier packaging
pricingDistributorOffer[]Per-distributor current offers
datasheetsDatasheet[]Datasheets only
lifecycleLifecycleLifecycle & obsolescence detail (extends status)
regulatoryRegulatoryCompliance & trade-classification attributes

Returned by: Part Catalog search, Part detail, and per-pick in AI discovery.