DMV Driver Sanctions: Four Year Window
Many sections of NYS law provide for suspension or revocation (sanction) of an individual’s driving privilege. This data set describes each instance when a sanction has been ordered.
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/dmv-driver-sanctions-four-year-window-qwti-3ybe\".\"dmv_driver_sanctions_four_year_window\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.