Ethnicity Detail - WA State Level
OSPI school year 2024 (2023-24) detailed student ethnicity data.
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/ethnicity-detail-wa-state-level-atb6-ewk6\".\"ethnicity_detail_wa_state_level\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.