November 2023 General - Election Night Precinct Results
Election night precinct level results for the November 7, 2023 General Election.
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 \"kingcounty-gov/november-2023-general-election-night-precinct-uejr-znr3\".\"november_2023_general_election_night_precinct\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.