TABC License Information
The TABC License Information dataset includes valuable information associated with each primary license issued by TABC as the result of a successfully submitted, processed. and approved application for one of the twenty eight (28) primary license types for a given business entity. Such information includes data in seven (7) subtopics: identifiers, effective dates, managing entities, attributes, subordinate information, contact information and legacy identifier.
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 \"texas-gov/tabc-license-information-7hf9-qc9f\".\"tabc_license_information\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.