Lobbyist Data - Expenditures - Large
Expenditures of $250 or more. smaller expenditures are summarized in https://data.cityofchicago.org/d/eqdx-4qxd. See http://www.cityofchicago.org/city/en/depts/ethics/provdrs/lobby.html for more information on the Board of Ethics' role in regulating and reporting on lobbying in Chicago.
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 \"cityofchicago/lobbyist-data-expenditures-large-xika-473c\".\"lobbyist_data_expenditures_large\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.