Trade Licenses
Active Electric & Utility (Trade) Contractors licensed by Howard County. Issue Timeframe: 8/24/2021
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 \"opendata-howardcountymd-gov/trade-licenses-qa5k-m2n2\".\"trade_licenses\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.