A simple and reusable list of British Columbia municipalities in two formats:
bc_municipalities.json
: A flat JSON list of municipality names.bc_municipalities_enum.py
: A PythonEnum
mapping uppercase keys to human-readable names.
Data scraped in June 2025 from PlanHub.ca
[
"100 Mile House",
"108 Mile Ranch",
"150 Mile House",
"Abbotsford",
...
]
from municipalities_bc_enum import MunicipalityBC
print(MunicipalityBC.ABBOTSFORD.value) # "Abbotsford"
If this project helped you, feel free to buy me a coffee 🙏