Midterm Election Turnout and Governor Results 1978-2018
This dataset shows the total turnout as well as the vote counts for the two major parties in Macoupin County from 1938 to 2018. The statewide winner is listed first in the Election field.
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 \"macoupincountyil-gov/midterm-election-turnout-and-governor-results-guzn-c8xj\".\"midterm_election_turnout_and_governor_results\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.