MVA Vehicle Registration counts summarized by County for 2010 to 2023. Counts are total number of active registrations 'as of' the end of each year.
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 \"opendata-maryland-gov/mva-vehicle-registration-by-county-from-2010-to-kqkd-4fx8\".\"mva_vehicle_registration_by_county_from_2010_to\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.