Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
April 2024 Special Election - Election Night Precinct Results
Election Night precinct results for the April 23, 2024 Special Election.
Final precinct results for this election will be available
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/april-2024-special-election-election-night-trya-eu45\".\"april_2024_special_election_election_night\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.