Various UTF8 alternative formats to the default ansi tab-delimited postal code registry provided by bring.no.
Norwegian: Postnummerregisteret inneholder alle postnummer i Norge som brukes til adressering av post.
- postal-codes-simple.json
Object with postal code as key and city as value.
Useful in forms to auto-complete city, see demo. - postal-codes.json
Object with postal code as key and the rest as value. - postal-codes.csv
- postal-codes.tsv
Last updated 2022-10-18
See the demo for an example on how to auto-complete city from postal code.
Which is a really good UX feature you should make use of.
Even though all converted files are provided here, you might want to do it yourself.
You'll need Node.js, then cd
into this folder and npm install
.
Run npm run make
to fetch and convert the latest registry, or you can supply a file path npm run make postnummerregister_ansi.txt
to convert a local file (make sure it's the ANSI version).
You can also use it as a Node module. Just install it npm install norway-postal-codes
and then require it in your code:
const postalCodes = require('norway-postal-codes');
console.log(postalCodes['1613']);
// FREDRIKSTAD