Lobbying Clients Disclosures: Four Biannual Period Window
Data provided by Lobbying Clients in their Semi-Annual filings submitted to the NYS Joint Commission on Public Ethics
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 \"ny-gov/lobbying-clients-disclosures-four-biannual-period-8bmh-tuz3\".\"lobbying_clients_disclosures_four_biannual_period\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.