Bylaws
The Municipal Government Act authorizes cities such as Edmonton to create and enforce bylaws to maintain the health, safety, and wellness of the community.
Edmonton's bylaws are enacted by City Council and maintained by the Office of the City Clerk. The Office of the City Clerk is available to clarify information, if needed.
Copyright of City of Edmonton Bylaws belongs to the City of Edmonton. No person may reproduce bylaws for any purpose other than personal use without consent from the City of Edmonton. This consolidation has no legislative sanction and has been produced solely for research convenience.
Note:
Access to City of Edmonton Bylaws has been improved! Many bylaws are now available through the City of Edmonton Archives (https://cityarchives.edmonton.ca/).
A search guide (https://docs.google.com/document/d/19ugGfPi2aP4xqDcd3DopHeaU-zfCr9FaHBXlkO2Gekw) is available, to help you find the bylaw you need.
About this dataset:
This dataset is an extract from https://www.edmonton.ca/city_government/bylaws/bylaws-by-number web page. The best effort has been made to extract the information as completely as possible; however, there can be instances where a bylaw will exists on the web page that does not exist within this dataset.
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/bylaws-d8jb-9ncc\".\"bylaws\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.