Headcount Enrollment by Student Level and Student Load by Institutions of the State University of New York: Beginning Fall 2011
Number of home institution students attending a SUNY campus by level (Undergraduate/Graduate) and load status (full-time, part-time) by institution based on Fall term enrollment.
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/headcount-enrollment-by-student-level-and-student-4fyc-bf8i\".\"headcount_enrollment_by_student_level_and_student\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.