TREC HOA Management Certificates
A listing of all HOA management certificates from https://www.hoa.texas.gov/management-certificates-search.
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/trec-hoa-management-certificates-8auc-hzdi\".\"trec_hoa_management_certificates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.