Campaign Finance - Pre-Election Summary
A summary of data reported to the Clerk's office within the last 30 days, broken into transaction type and report type, with a transaction total for each type of record (expenditure, contribution, loan) reported. The most recently reported items are at the top of the dataset.
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 \"datahub-austintexas-gov/campaign-finance-preelection-summary-xbpn-n65g\".\"campaign_finance_preelection_summary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.