DMV Peer To Peer Car Sharing
This is a listing of NYS-registered vehicles offered by Peer-To-Peer car sharing companies.
Peer-To-Peer car sharing allows an owner of a vehicle to share their vehicle with another individual, known as a shared vehicle driver, for an agreed upon period. A shared vehicle made available for sharing under a peer-to-peer car sharing program must be covered by a group insurance policy provided through the peer-to-peer car sharing program administrator.
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-peer-to-peer-car-sharing-afs9-v7xx\".\"dmv_peer_to_peer_car_sharing\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.