City lookup
Search for cities based on zip codes (postnummer).
If no match is found, 404 will be returned.
1 | GET /common/public/postNumber/{postNumber}
|
Response
HTTP/1.1 200 OK
1 2 3 4 | { "zip": "0198", "city": "OSLO" } |
Search for cities based on zip codes (postnummer).
If no match is found, 404 will be returned.
1 | GET /common/public/postNumber/{postNumber}
|
HTTP/1.1 200 OK
1 2 3 4 | { "zip": "0198", "city": "OSLO" } |