Structured specs for phones, tablets, and smartwatches. One canonical schema, one API, every device.
Flagships, foldables, and budget Androids. SoC, display, camera arrays, modem, and connectivity in one canonical row.
iPad, Galaxy Tab, and Surface slates. Panel, stylus, chipset, cellular SKUs, and accessory compatibility in one schema.
Apple Watch, Galaxy Watch, and Garmin flagships. Sensors, battery, water resistance, and OS pairing matrices.
Structured JSON for every device in the catalog. Canonical schema, predictable shape, zero vendor-specific quirks.
# Fetch full spec sheet for any device
curl https://api.specspool.com/v1/devices/iphone-16-pro-max \
-H "Authorization: Bearer $SPECSPOOL_KEY"
# → 200 OK · 4.2 KB · 18ms
{
"id": "iphone-16-pro-max",
"brand": "apple",
"released": "2024-09-20",
"display": {
"type": "OLED",
"size_in": 6.9,
"resolution": "2868x1320",
"refresh_hz": 120
},
"chipset": "A18 Pro (3nm)",
"battery_mah": 4685
}