Lobbyists - Master List of Lobbyists (Oracle View)
This dataset lists all registered lobbyists with the City of Austin.
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/lobbyists-master-list-of-lobbyists-oracle-view-96z6-upac\".\"lobbyists_master_list_of_lobbyists_oracle_view\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.