/energystar/products

POST /api/energystar/products

Price: 1 credit

Look up one ENERGY STAR certified model by its product id. Resolves the model through the programme-wide index and then returns the full certification record from the dataset for its product category, so the answer carries the measured performance figures the category is certified on — annual energy and water use, efficiency ratios against the federal standard, capacity and dimensions — alongside the brand, model name and number, UPC, certifying partner, the markets the model is certified for, the dates it was qualified and reached the market, and whether it meets the Most Efficient criteria.

How to use it

`pd_id` is the ENERGY STAR product id, not a UPC and not a model number — take it from energystar/products/search, or resolve a barcode through energystar/upcs/search first. The measured figures live in `attributes` under the certification programme's own column names, and those names differ entirely by product category: a clothes washer reports `integrated_modified_energy_factor_imef`, a heat pump reports seasonal efficiency ratios, so compare models only within a category and read energystar/product_types for the names a category uses. Every value arrives as text, including the numbers. A handful of models are registered programme-wide but have no record in their category; those come back with the shared fields only and an empty `attributes`.

Parameters

Request body

Response

Errors

Response headers