Scholarship Recipients And Dollars By College Code: Beginning 2009
This data includes the number of Scholarship award recipients and dollar amounts by TAP college code beginning academic year 2009 (for HESC-administered scholarships only)
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 \"ny-gov/scholarship-recipients-and-dollars-by-college-code-ww7t-w8k9\".\"scholarship_recipients_and_dollars_by_college_code\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.