Report Card 1003 Funds 2022-23 School Year
This data provides a list of all the school districts and schools that received funds under section 1003 of ESSA in the 2022-23 school year, including the amount of funds each school received and the types of strategies implemented in each school with using these funds.
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 \"wa-gov/report-card-1003-funds-202223-school-year-8g6g-x265\".\"report_card_1003_funds_202223_school_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.