debtwatch-treasurer-ca-gov/election-data-tda5-nsyn
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 29 days ago
Indexed 2 hours ago

Election Data

California bond and tax election data including election date, election type, agency, county, type, amount, purpose, measure, vote threshold, vote results for election dating back to 1986.

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 \"debtwatch-treasurer-ca-gov/election-data-tda5-nsyn\".\"election_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • election_data