Motor Vehicle Registration Data by Energy Source :2016 -Present
Motor Vehicle Registration Data by Energy Source :2016 -Present
Vehicle types are compatible with FHWA Highway Statistics VM-1
"Total" counts of vehicles for a year are compatible with FHWA Highway Statistics MV-1 minus "Motorcycle."
Motorcycle data are not included.
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 \"datahub-transportation-gov/motor-vehicle-registration-data-by-energy-source-utf2-qtaq\".\"motor_vehicle_registration_data_by_energy_source\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.