DECD Arts and SHPO Grant Recipients
This list includes DECD Office of Arts and State Historic Preservation Office grant recipients during FY 2018-2023.
This dataset is updated annually.
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 \"ct-gov/decd-arts-and-shpo-grant-recipients-ud2k-2im4\".\"decd_arts_and_shpo_grant_recipients\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.