Everett Prosecutor Hearing notifications
This data is updated when new schedules are available.
This list could be updated at 5:00 AM, 11:00 AM, 5:00PM or 11:00PM depending on when new data is introduced.
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 \"everettwa-gov/everett-prosecutor-hearing-notifications-ppic-abeb\".\"everett_prosecutor_hearing_notifications\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.