TCA All Approved Grants FY24
The Texas Commission on the Arts funds a wide variety of arts and cultural activities across the state. This is a list of all the grants approved by the Commission. These grant activities will occur sometime within fiscal year 2024 (Sept 1, 2023 through August 31, 2024).
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/tca-all-approved-grants-fy24-5dhw-qzbs\".\"tca_all_approved_grants_fy24\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.