Permitted Vehicles by Plate Type
Number of vehicles with a not expired plate attached at a point in time. Plate types included: Passenger, Motorcycle, Motor Driven Cycle, Camper, Antique, Commercial, Trailer, Farm Truck, General Tractor.
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 \"novascotia-ca/permitted-vehicles-by-plate-type-4pie-tbhb\".\"permitted_vehicles_by_plate_type\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.