CLK Pro Se filings 2021 Final
E-Filing submissions by parties without an attorney for 2021.
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 \"internal-open-piercecountywa-gov/clk-pro-se-filings-2021-final-txne-7fjp\".\"clk_pro_se_filings_2021_final\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.