Ward 1 Lobbyist Registry
Similar to the Mayor's Lobbyist Registry, this is a list of Ward 1 Councilor meetings with various groups within Edmonton.
The purpose of the registry is to contribute to increasing Edmontonians’ confidence in the integrity of the local government decision-making process, and to promote government transparency and accountability.
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 \"edmonton-ca/ward-1-lobbyist-registry-awx3-uus9\".\"ward_1_lobbyist_registry\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.