Vehicle, Snowmobile, and Boat Registrations
This dataset contains the file of vehicle, snowmobile and boat registrations in NYS. Registrations expired more than 2 years are excluded. Records that have a scofflaw, revocation and/or suspension are included with indicators specifying those kinds of records.
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 \"ny-gov/vehicle-snowmobile-and-boat-registrations-w4pv-hbkt\".\"vehicle_snowmobile_and_boat_registrations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.