2022 Active Business Licenses for the Town of Dumfries
This data set includes all active business license information found registered in the Town of Dumfries as of April 1, 2022. This data will be updated yearly in April.
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 \"dumfriesva-gov/2022-active-business-licenses-for-the-town-of-hiiq-2mmp\".\"2022_active_business_licenses_for_the_town_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.