Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 2 hours ago
Campaign Finance Disclosure Receipt Data Current State
This file contains information about the receipts or “credits” to a candidate or committee’s expense account, including information about the source of each receipt. This file contains items such as contributions, refunds, interest income, etc. The data is also available and searchable on www.campaignfinanceonline.pa.gov.
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 \"pa-gov/campaign-finance-disclosure-receipt-data-current-w5um-i7zu\".\"campaign_finance_disclosure_receipt_data_current\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata