ENERGY STAR Certified Commercial Griddles
Certified models meet all ENERGY STAR requirements as listed in the Version 1.2 ENERGY STAR Program Requirements for Commercial Griddles that are effective as of May 8, 2009 or January 1, 2011. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/commercial_food_service_equipment/commercial_griddles/key_products_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-griddles-nw5s-r5ca\".\"energy_star_certified_commercial_griddles\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.