This is a JSON list of Canadian postal codes and the preferred city name for each.
Extracted from the Statistics Canada National Address Register published July 2025. This means the list should contain every Canadian postal code that actually had at least one street address in it as of July.
Here is a function that returns the province abbreviation using the first 3 characters of a postal code. This saves storage space by not having it in every line of the JSON file.
function getCanadaProvinceFromPostalCode(postalcode) {