Appliance Specifications & Dimensions API — Structured Data by Model Number
Height, width, depth, capacity, weight, and full feature specifications for any appliance model number.
Structured appliance specifications and physical dimensions via REST API. Height, width, depth, capacity, weight, and full feature tables for any model number.
Physical Dimensions
Height, width, depth (with and without handles), cutout dimensions for built-in units. Inches and centimeters.
Capacity & Weight
Cubic feet for refrigerators, load capacity for washers, weight for shipping and installation planning.
Feature Tables
Structured feature data: fuel type, color finish, smart features, energy rating, noise level, and more.
Install Planning
Built for kitchen designers, contractors, and property managers who need exact measurements for fit checks.
What Specs Data Includes
Physical dimensions (height, width, depth — with and without handles), capacity (cubic feet for refrigerators, load capacity for washers), weight, cutout dimensions for built-in units.
Full feature tables: fuel type, color finish options, smart features, energy rating, noise level, door style, ice maker type, number of racks/shelves. All data structured as typed JSON fields.
Who Needs Appliance Dimensions Programmatically
Kitchen designers checking fit before ordering. Contractors planning installations. Property managers inventorying unit measurements. Insurance adjusters estimating replacement costs. E-commerce platforms building comparison tools. Field service platforms pre-loading specs for technician prep.
Dimension Express covers 60,000+ models for builders — ApplianceAPI adds photos, serial decoding, and recall data on top of dimensions in a single unified API.
Example Response (Planned Format)
{
"success": true,
"brand": "Whirlpool",
"model": "WRS325SDHZ",
"title": "Whirlpool 25 Cu. Ft. Side-by-Side Refrigerator",
"dimensions": {
"height": "69.625 in",
"width": "36 in",
"depth": "33.375 in",
"depthWithHandles": "35.125 in",
"capacity": "24.55 cu ft"
},
"features": [
"Adjustable Gallon Door Bins",
"LED Interior Lighting",
"Frameless Glass Shelves"
]
}
Use Cases
Kitchen Design
Check fit before ordering. Verify clearances for built-in and counter-depth models.
Installation Planning
Pre-load dimensions for contractors. Know exact measurements before the truck rolls.
Insurance Estimates
Get specs and capacity for replacement cost calculations on damaged appliances.
Product Catalogs
Build comparison tools with structured dimension and feature data across brands.
Frequently Asked Questions
Where can I get appliance dimensions programmatically?
ApplianceAPI is designed to provide appliance dimensions via REST API. Pass a model number to receive height, width, depth, capacity, and weight in structured JSON.
Is there a database of appliance specifications?
Yes. ApplianceAPI aggregates specifications from manufacturer sources and reviews them. Coverage spans 50+ brands and is expanding continuously.
How accurate are the dimensions?
Dimensions are sourced from manufacturer spec sheets and reviewed for accuracy. Both with-handle and without-handle measurements are provided where available.
How does this compare to Dimension Express?
Dimension Express focuses on dimensions for builders and designers (60,000+ models). ApplianceAPI combines dimensions with photos, serial decoding, age estimation, and recall checking in one unified API.
Is the Specs API available now?
The Specs and Dimensions API is in beta. Join the waitlist at applianceapi.com/signup to be notified when it launches in Spring 2026.