ENERGY STAR Certified Televisions
Certified models meet all ENERGY STAR requirements as listed in the Version 9.0 ENERGY STAR Program Requirements for Televisions that are effective as of October 20, 2022 or the Version 9.1 Program Requirements that are effective as of April 14, 2023. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/electronics/televisions/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-televisions-pd96-rr3d\".\"energy_star_certified_televisions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.