ENERGY STAR Certified Commercial Ice Machines
Certified models meet all ENERGY STAR requirements as listed in the Version 3.0 ENERGY STAR Program Requirements for Automatic Commercial Ice Makers that are effective as of January 28, 2018 . A detailed listing of key efficiency criteria is available at https://www.energystar.gov/products/commercial_food_service_equipment/commercial_ice_makers/key_product_criteria
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"energystar-gov/energy-star-certified-commercial-ice-machines-nak5-fsjf\".\"energy_star_certified_commercial_ice_machines\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.