Mayor's Expense Report for 2021 - 2025 Council Term
October 26, 2021 - June 30, 2024.
For information on other expense categories, refer to the Mayor's Meeting Expenses dataset (https://data.edmonton.ca/d/4e5k-hg84).
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/mayors-expense-report-for-2021-2025-council-term-hh2b-bzbs\".\"mayors_expense_report_for_2021_2025_council_term\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.