CT Public School IEP-504 Report, 2018 – 2024
This dataset provides detail on the use of the IEP-504 exemption among school districts or local education agencies, including details on the software, provider, and assurances.
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/ct-public-school-iep504-report-2018-2024-uqpv-tra6\".\"ct_public_school_iep504_report_2018_2024\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.