ENERGY STAR Certified Electric Vehicle Supply Equipment - AC-Output
Certified models meet all ENERGY STAR requirements for AC-output models as listed in the Version 1.0 ENERGY STAR Program Requirements for Electric Vehicle Supply Equipment that are effective as of December 27, 2016, the Version 1.1 requirements effective as of March 31, 2021, or the Version 1.2 requirements effective as of June 20, 2023. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/evse_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-electric-vehicle-supply-5jwe-c8xm\".\"energy_star_certified_electric_vehicle_supply\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.